Hi guys,
<input class="btn" type="submit" name="terminate " value="Terminat e"
onclick="return check_proc_sel( )" />
i have returned false from check_proc_sel( ) but still the form's
submit event is called
It works properly in Firefox but not in IE.
solutions???
regards,
vimal
<input class="btn" type="submit" name="terminate " value="Terminat e"
onclick="return check_proc_sel( )" />
i have returned false from check_proc_sel( ) but still the form's
submit event is called
It works properly in Firefox but not in IE.
solutions???
regards,
vimal
Comment