Posted by Philip Ronan on 12/23/14 11:25
"larry" wrote:
> <form action="myPerlScript.pl" onsubmit="return
> someJavaScriptFunction()>
That's an invalid function name.
> A Javascript function which populates hidden fields and return value
> true
> <input type = submit...>
"submit" should be in quotes. And no spaces either side of the "=" sign.
> </form>
>
> This is not working for me and I'd appreciate if someone can tell me
> why.
It's not working? Try fixing the above errors. And remember to check that
your computer is switched on. If you want some more helpful advice, please
provide a URL and describe (a) what the script is supposed to do, and (b)
what is actually happening.
--
phil [dot] ronan @ virgin [dot] net
http://vzone.virgin.net/phil.ronan/
[Back to original message]
|