pmarquis
04-23-2007, 04:14 PM
I see that the "&" is a character used in creating multiple links for a single banner, "&clickTAG2=" etc.
However, the links I'm referring to are using "&" in their code for some dynamic server info. This is causing some confusion in the server and giving a javascript error because it can't make use of anything after the first "&" in the dynamic link.
Has anybody found an alternative to using "&" in URL strings? For example, is there another way to write this:
dummy.swf?clickTAG=http://www.dummy.com/event?t=s&o=2&a=4&n=67&s=1&u=[user]&p=1&sid=dummy_gen
Currently all that the server is seeing is:
dummy.swf?clickTAG=http://www.dummy.com/event?t=s
There has got to be another way, because there's just too much value to using strings in URL's, especially wrt ad banners. It's got to be an easy answer, just one that I can't seem to pin down.
Many thanks
However, the links I'm referring to are using "&" in their code for some dynamic server info. This is causing some confusion in the server and giving a javascript error because it can't make use of anything after the first "&" in the dynamic link.
Has anybody found an alternative to using "&" in URL strings? For example, is there another way to write this:
dummy.swf?clickTAG=http://www.dummy.com/event?t=s&o=2&a=4&n=67&s=1&u=[user]&p=1&sid=dummy_gen
Currently all that the server is seeing is:
dummy.swf?clickTAG=http://www.dummy.com/event?t=s
There has got to be another way, because there's just too much value to using strings in URL's, especially wrt ad banners. It's got to be an easy answer, just one that I can't seem to pin down.
Many thanks