Welcome Guest, Not a member yet? Register   Sign In
Problem with page submition
#2

[eluser]pistolPete[/eluser]
In case you just want to reset you form, why don't you use:
Code:
<input type="reset" value="Reset">

But your javascript is incorrect:
The button's onClick event has to return false in order to stop executing, but only your function is returning false, not the event!
Change it to:
Code:
$js_Reset = 'onclick="return resetClicked();"';


Messages In This Thread
Problem with page submition - by El Forum - 03-01-2009, 09:38 AM
Problem with page submition - by El Forum - 03-01-2009, 09:47 AM
Problem with page submition - by El Forum - 03-01-2009, 11:21 AM
Problem with page submition - by El Forum - 03-01-2009, 11:41 AM
Problem with page submition - by El Forum - 03-01-2009, 01:12 PM



Theme © iAndrew 2016 - Forum software by © MyBB