Internet Explorer adds a / in front of my ?
-
Hey all,
I wrote a widget that is essentially just a button that calls the random post widget. The random post widget just has to take https://www.yoursite.com?random in order to work.
My button does this, which works in Firefox:
<form action="https://www.mysite.com?random">
But in Internet Explorer, even though it says that in the source, upon pressing the button it links to “www.mysite.com/?random”
Any ideas?
Thanks
- The topic ‘Internet Explorer adds a / in front of my ?’ is closed to new replies.