Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

JavaScript Forum


You are currently viewing our JavaScript Forum as a guest. Please register to participate.
Login



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

Posts: 136
Location: Brisbane, Australia
Trades: 0
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!
 
 
Register now for full access!
Old 03-22-2005, 11:29 AM
dk01's Avatar
Ultra Talker

Posts: 373
Location: Ames, IA
Trades: 0
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
Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
dk01 is offline
Reply With Quote
View Public Profile
 
Old 03-22-2005, 11:09 PM
nick89's Avatar
Super Talker

Posts: 136
Location: Brisbane, Australia
Trades: 0
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 Search this Thread
Search this Thread:

Advanced Search

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

BB 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.25537 seconds with 12 queries