Nykomling
|
|
Reg.datum: Apr 2007
Inlägg: 30
|
|
Nykomling
Reg.datum: Apr 2007
Inlägg: 30
|
Testa denna kod
<form name="theform" action="oops.htm" method="get">
<input name="one" value="type something here...">
<input type="submit" name="submit" value="first" onClick="document.theform.action='first.htm';">
<input type="submit" name="submit" value="second" onClick="document.theform.action='second.htm';">
</form>
|