frontline
09-17-2002, 09:10 AM
Hello is there any way to know the name of the form im in ?
what i mean is say i have button inside of form something like :
<form name="foo">
<input type=button onclick=alert(...here i like to alert the form name ...) >
</form>
so the result of the alert will be the form name.
thanks
what i mean is say i have button inside of form something like :
<form name="foo">
<input type=button onclick=alert(...here i like to alert the form name ...) >
</form>
so the result of the alert will be the form name.
thanks