|
Hello.
I'm using a form to pass variables to a target window application. I want to use onClick to call an existing function (incorporates window.open(), etc.) AND use a Onmouseover for the image submit button. I have one <input...> for the submit part and the URL as 'action=' but need syntax to find the onmouseover images (document.forms[0].images.src='...' didn't work) and how to get 'action' to pass the url to the onClick function (target window basically says url is undefined).
What is syntax?
Thanks.
|