From: Chris Pat <[EMAIL PROTECTED]>
> I have a simple <html:button...> [onclick handler] 
> and it just does not fire the function.


What does the generated HTML look like? What does the JavaScript function look 
like, and have you put an alert(...) in the function to ensure it isn't being 
called? Since you're not returning the function's return value from the 
"onclick" attribute the browser will still do normal button processing in 
addition to calling the function.


Dave




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to