Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 07-06-2007, 04:16 AM   PM User | #1
SMC
New Coder

 
Join Date: Jun 2007
Location: Orlando, FL
Posts: 60
Thanks: 5
Thanked 2 Times in 2 Posts
SMC can only hope to improve
Substitute for onsubmit (when JS is disabled) [SOLVED]

Hello everyone, currently I've got an onsubmit script:

Code:
	<form id="register_form" action = "<?php echo $_SERVER['PHP_SELF'] ?>" method = "post" enctype="multipart/form-data" onsubmit="return validateForm( this );">
However when JS is disabled the script won't submit. Is there a way I can work around this?

Thanks!!
SMC is offline   Reply With Quote
Old 07-06-2007, 05:45 AM   PM User | #2
felgall
Master Coder

 
felgall's Avatar
 
Join Date: Sep 2005
Location: Sydney, Australia
Posts: 5,448
Thanks: 0
Thanked 496 Times in 488 Posts
felgall is a jewel in the roughfelgall is a jewel in the roughfelgall is a jewel in the rough
<input type="submit" name="anythingotherthansubmit" value="Submit Form">
__________________
Stephen
Learn Modern JavaScript - http://javascriptexample.net/
Helping others to solve their computer problem at http://www.felgall.com/
felgall is offline   Reply With Quote
Old 07-06-2007, 04:28 PM   PM User | #3
SMC
New Coder

 
Join Date: Jun 2007
Location: Orlando, FL
Posts: 60
Thanks: 5
Thanked 2 Times in 2 Posts
SMC can only hope to improve
Of course I have a submit button...

Code:
<input type="submit" name="register" value="Register" />
But I'm asking about alternatives for the form handeling
SMC is offline   Reply With Quote
Old 07-06-2007, 04:44 PM   PM User | #4
SMC
New Coder

 
Join Date: Jun 2007
Location: Orlando, FL
Posts: 60
Thanks: 5
Thanked 2 Times in 2 Posts
SMC can only hope to improve
Okay apparently the fault lay with the PHP script and it was infact submitting.

Sorry! :P
SMC is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 05:55 PM.


Advertisement
Log in to turn off these ads.