Reply
Working in firefox, not IE
Old 03-22-2005, 02:46 AM Working in firefox, not IE
nick89's Avatar
Super Talker

Posts: 136
Location: Brisbane, Australia
Hello All, Im having a rather odd problem -

take the following
Code:
<form action="http://moid.org/ms_query/do_ms_query.py" method="post" name="findform">
<input type="hidden" name="buddies" value="*3lix*" />
<input type="hidden" name="type" value="blist" />
<a name="hereforlink"></a>
<b><a href="#hereforlink" onclick="findform.submit();">Click Here to Find<br />3lix members currently<br />playing online.</a></b><br />(may take a few seconds)<br /><br />
</form>
it works brilliantly with firefox, but gives a 404 in IE?
any suggestions would be gretaly appreciated.
nick89 is offline
Reply With Quote
View Public Profile Visit nick89's homepage!
 
When You Register, These Ads Go Away!
     
Old 03-22-2005, 10:29 AM
dk01's Avatar
Ultra Talker

Posts: 373
Location: Ames, IA
Code:
<form action="http://moid.org/ms_query/do_ms_query.py" method="post" id="findform" name="findform">
<input type="hidden" name="buddies" value="*3lix*" />
<input type="hidden" name="type" value="blist" />
<a name="hereforlink"></a>
<b><a href="#hereforlink" onclick="document.getElementById('findform').submit();">Click Here to Find<br />3lix members currently<br />playing online.</a></b><br />(may take a few seconds)<br /><br />
</form>
Try this. It uses a more universal method of referencing your form.

-dk
__________________
Did I help you? If so, be nice and throw me some TP
dk01 is offline
Reply With Quote
View Public Profile Visit dk01's homepage!
 
Old 03-22-2005, 10:09 PM
nick89's Avatar
Super Talker

Posts: 136
Location: Brisbane, Australia
Stupid me:
I fixed it by refrencing the javascript in the href tag - cause i forgot i could do that.

ie.
Code:
<form action="http://moid.org/ms_query/do_ms_query.py" method="post" name="findform">
<input type="hidden" name="buddies" value="*3lix*" />
<input type="hidden" name="type" value="blist" />
<a name="hereforlink"></a>
<b><a href="javascript: document.findform.submit()">Click Here to Find<br />3lix members currently<br />playing UT2004 online.</a></b><br />(may take a few seconds)<br /><br />
</form>
nick89 is offline
Reply With Quote
View Public Profile Visit nick89's homepage!
 
Reply     « Reply to Working in firefox, not IE
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.12416 seconds with 13 queries