href onclick -
09-10-2007
, 02:16 PM
I have set up the onclick event of an href so that it submits a form
and returns false. I'm returning false to prevent the browser from
actually going to the page. However, because I have the form
submission as part of the onclick event, it seems like I'm not being
successful in preventing that.
Is there some way I can make it so that the browser doesn't go to the
page?
thnx,
Chris |