Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Greetings
Upon pressing a button I open an umbraco popup through the js
top.openModal('plugins/myPopup.aspx, 'Popup', 200,500);
Now upon clicking a button located in the popup i want to redirect the orginal page I came from to a new page.
If I do that with the following code:
top.location.href="redirectPage.aspx"
It will redirect all of my umbraco backoffice to that page, where I only want to redirect the "window" thats is next to contenttree.
Anyone got an idea on how to do this.
Thx in advance
Christoffer Andersen
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
relocate parrent side from popup
Greetings
Upon pressing a button I open an umbraco popup through the js
top.openModal('plugins/myPopup.aspx, 'Popup', 200,500);
Now upon clicking a button located in the popup i want to redirect the orginal page I came from to a new page.
If I do that with the following code:
top.location.href="redirectPage.aspx"
It will redirect all of my umbraco backoffice to that page, where I only want to redirect the "window" thats is next to contenttree.
Anyone got an idea on how to do this.
Thx in advance
Christoffer Andersen
is working on a reply...