|
Posted by amerar@iwc.net on 09/21/07 13:45
Hi,
I have some javascript commands I want executed when a user clicks on
an href link. My code is below. The code works fine with the first
command, but when I add the second and third commands, nothing
happens.
However, if I remove the first command, everything works fine. But I
need all three statements. Can anyone see the error in my ways?
Thanks!
<a href=\"javascript:emailvalidation('$email','The E-mail address is
not valid');document.OptOut.action = 'activate.php?type=2&db=$db&ref=
$ref&acronym=$acronym';document.OptOut.submit();\">Click Here</a>
Navigation:
[Reply to this message]
|