I'm getting reports from users of IE8 that they can't download files from our Event page. It's working OK in Firefox. The DOWNLOAD button is a FORM INPUT button, with script attached. Anyone else had this problem, and is there a fix?
<input onclick="window.open ('m/events/download/8/97','_self');" class="form_input_submit" type="submit" name="download" value="download" />
Thanks.