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 http://www.yoursite.com?random in order to work.
My button does this, which works in Firefox:
<form action="http://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