Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~77 People Reached
Favorite Forums
Favorite Tags
Member Avatar for ddevice

I'm trying to display an animated GIF while submitting a form. This works fine in Internet Explorer, but not in FireFox (3.0). Firefox only shows the animated GIF and never submits the form. [B]Here's my script:[/B] <script language=javascript type="text/javascript"> function sendRequest(reqAction) { document.CounselOptionForm.Action_Button.value = reqAction; document.CounselOptionForm.submit(); return true; } function …

Member Avatar for ~s.o.s~
0
77