Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > JavaScript > Re: Onclick ret...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 9 of 9 Topic 36362 of 37484
Post > Topic >>

Re: Onclick return function malfunctioning in IE

by beegee <bgulian@[EMAIL PROTECTED] > Jul 25, 2008 at 06:47 AM

On Jul 24, 3:31=A0am, vimal <cool.vimalsm...@[EMAIL PROTECTED]
> wrote:
> Hi guys,
>
> <input class=3D"btn" type=3D"submit" name=3D"terminate"
value=3D"Terminat=
e"
> onclick=3D"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

Is it neccessary to do it this way?

How about:
<form .....  onsubmit=3D"check_proc_sel()">
=2E..
</form>

<script type=3D'text/javascript'>
function check_proc_sel()
{
    I'm checkin but I don't like what I find so...
    return false;
}
</script>

Bob
 




 9 Posts in Topic:
Onclick return function malfunctioning in IE
vimal <cool.vimalsmail  2008-07-24 00:31:08 
Re: Onclick return function malfunctioning in IE
SAM <stephanemoriaux.N  2008-07-24 09:40:59 
Re: Onclick return function malfunctioning in IE
"Evertjan." <  2008-07-24 07:49:18 
Re: Onclick return function malfunctioning in IE
vimal <cool.vimalsmail  2008-07-24 00:49:34 
Re: Onclick return function malfunctioning in IE
SAM <stephanemoriaux.N  2008-07-24 10:33:05 
Re: Onclick return function malfunctioning in IE
vimal <cool.vimalsmail  2008-07-24 02:24:34 
Re: Onclick return function malfunctioning in IE
SAM <stephanemoriaux.N  2008-07-24 15:06:36 
Re: Onclick return function malfunctioning in IE
Thomas 'PointedEars' Lahn  2008-07-25 08:51:59 
Re: Onclick return function malfunctioning in IE
beegee <bgulian@[EMAIL  2008-07-25 06:47:34 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Nov 22 11:19:14 CST 2008.