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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.