onclick, can you have 2 instances on one form button? -
08-03-2004
, 10:15 AM
Hi there,
I wondered if you are allowed 2 onclick events on one form button like this:
print "<input type=\"button\" class=\"button\" value=\"Delete this entry\"
onclick=\"MM_popupMsg('Are you sure you want to delete?')\"
onclick=\"document.pr.ac.value='delete';document.p r.submit();\">";
Thanks |