secretk
Newbie   Posts: 1 Registered: 6/18/2005 Status: Offline
|
posted on 6/18/2005 at 10:00 AM |
how can i let nukewrap jump to a anchor in a page?
www.myurl.com/modules.php?name=NukeWrap&page=info/something.php#anchor<
br />
above kind of url with anchor doesnt work.
can someone tell me how to do it?
[Edited on 18/6/2005 by secretk] |
| |
| |
rob_n
Junior Member   Posts: 10 Registered: 4/13/2004 Status: Offline
|
posted on 8/31/2005 at 01:34 PM |
Bump.
I have this issue with Postwrap in Postnuke. I cannot explicitly define my
url's with anchors. Then, of course, I cannot give the url an anchor:
index.php?module=PostWrap&page=http://www.mysite.net/static/example.htm
l#spam
Any help would be appreciated. |
| |
Wirewrap
Junior Member   Posts: 26 Registered: 8/30/2005 Status: Offline
|
posted on 8/31/2005 at 10:18 PM |
great - absolutely great - i have thesame question.
quote: Bump.
I have this issue with Postwrap in Postnuke. I cannot explicitly define my
url's with anchors. Then, of course, I cannot give the url an anchor:
index.php?module=PostWrap&page=http://www.mysite.net/static/example.htm
l#spam
Any help would be appreciated.
please advice. i a m in big trouble - i need help on this issue
thanks in advance
wire-wrapper the wrapper boy |
| |
rob_n
Junior Member   Posts: 10 Registered: 4/13/2004 Status: Offline
|
posted on 9/1/2005 at 04:51 PM |
Just to clarify, the html pages with anchors do work on their own, just not
when called by PostWrap.
[Edited on 1/9/2005 by rob_n] |
| |
Shawn
Administrator   Posts: 4608 Registered: 10/7/2002 Status: Online
|
posted on 9/1/2005 at 10:28 PM |
Look in the docs, it says that special characters may need to be replaced
by the ASCII hex code used in URLs. Try replacing the # with %23
-Shawn |
| |