S
SirDarckCat
Hi I'm having a problem interacting with forms..
If I have this:
<form action="abc.php" name="blah">
<input name="action" value="xyz">
</form>
document.forms.blah.action is xyz
How can I get abc.php (without regexing outerHTML)?
Greetz!!
If I have this:
<form action="abc.php" name="blah">
<input name="action" value="xyz">
</form>
document.forms.blah.action is xyz
How can I get abc.php (without regexing outerHTML)?
Greetz!!