pamcam
Newbie   Posts: 3 Registered: 3/5/2004 Status: Offline
|
posted on 3/6/2004 at 12:33 AM |
I've been able to successfully redirect from a module link on my menu to
the alternate http page; however, the redirected url does not stay
contained in NukeWrap (or my phpnuke frame).. instead it opens in a full
new window.
How can I force the link to target self (or the equivalent of that)? |
| |
| |
pamcam
Newbie   Posts: 3 Registered: 3/5/2004 Status: Offline
|
posted on 3/6/2004 at 12:58 AM |
I thought I'd just add that I've tried modifying NukeJump's index.php like
this already:
header("Window-target: _self"); // I've also tried _parent, _top, etc. No
effect.
heaader("Location: $url");
Beyond that, I don't know what to do. I need the redirected URL to open in
the confines of my phpnuke page, like my other NukeWrap links.
I guess Plan B would be to have an entire new window open. I definitely
don't my visitors transported completely off my site when they click the
link in my (modules) menu.
Thanks in advance for your help! |
| |
Shawn
Administrator   Posts: 4608 Registered: 10/7/2002 Status: Online
|
posted on 3/6/2004 at 05:26 PM |
Does the page wrap in the same window if you don't use NukeJump?
-Shawn |
| |