View Single Post
Old 06-20-2002, 06:23 PM   PM User | #2
JohnKrutsch
Regular Coder

 
Join Date: Jun 2002
Location: The Planet Earth Code Poet: True
Posts: 282
Thanks: 0
Thanked 1 Time in 1 Post
JohnKrutsch is an unknown quantity at this point
Post the code for you form and the doVerify function. Typically the onsubmit call would look like this:

onsubmit="return doVerify()"


I can't think of a time when you wouldever have to put:

javascript:

into a javascript event handler.
JohnKrutsch is offline   Reply With Quote