submit Two html forms with one javascript onclick event with Chrome
I have a web page with two forms, when I click the button on one of the forms, the onclick event goes to a javascript that emails the first form and then the second form. This is correct, this is the way I want this to work. It's simple, it's easy, it works!
However, it only works in FireFox and Internet Explorer, it will not work in Google Chrome browser.
The first thing I notice is the call to the javascript function (the value for onclick) isn't even quoted...
Modern browsers seem to be a lot less forgiving to quirky markup, so I'd suggest trying that... if all else fails validate the document to see what else is wrong.
Bookmarks