From: DavidC on
I have a LinkButton that I only want it to run a javascript function at the
client so I put OnClientClick="return showdiv();" on it and the function
returns false but the form still does a postback. How can I stop this?
Thanks.
--
David
From: DavidC on
Ignore this. There was an error in the javascript function.
--
David


"DavidC" wrote:

> I have a LinkButton that I only want it to run a javascript function at the
> client so I put OnClientClick="return showdiv();" on it and the function
> returns false but the form still does a postback. How can I stop this?
> Thanks.
> --
> David