Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Pass parmeter and value via URL

Quote Reply
Pass parmeter and value via URL
I am trying to pass a "reserved" parmater via a URL... but it gets translated to something else in the actual URL and it is not recognized any more and not going anywhere... I want it to pass as is.... can this be done

Code:

<a href="<%escape_html URL%>&marker_sign=<%marker%>"><img src="<%config.build_root_url%>/submit.gif"></a>


any idea...
thanks..
Mark
Quote Reply
Re: [Mark2] Pass parmeter and value via URL In reply to
did you ever get this to work? I need the same thing
Jason Bishop

Quote Reply
Re: [netnow] Pass parmeter and value via URL In reply to
Yes! I followed this thread:
http://www.gossamer-threads.com/perl/gforum/gforum.cgi?post=203088;search_string=URL%20encoding;guest=17276134#203088http://www.gossamer-threads.com/perl/gforum/gforum.cgi?post=203088;search_string=URL%20encoding;guest=17276134#203088

And worked just fine for me...
You can repeat the "red" line in the code for any character that you want to replace...
hope this helps...
Mark