Skip to Content
0
Former Member
Aug 25, 2010 at 01:53 PM

Issue with ITS adding [] to my URL

37 Views

For some reason it seems like IE doens't like URL's with brackets in them.

I'm using wgateURL() to generate my url but once I start to add the parameters when it actually renders it adds a [1] to the end of the parameter.

?forcetarget[1]=yes&okcode[1]=MAAD

The wgateURL looks like this: `wgateURL(~forcetarget="yes", ~OkCode="MAAD")`

So is there a way to prevent it from adding in the [1]'s. Internet Explorer is the only browser that seems to fuss about this since I've tested this with Firefox, Safari, Chrome and Opera with success.