| FAQ |
| Kalender |
|
|
|
|
#1 | ||
|
|||
|
Mycket flitig postare
|
<form action="demo_form.asp">
RegNr: <input type="text" name="regnummer"> <input type="submit" value="Submit" onclick="searchURL();"> </form> <script> function searchURL(){ var vTxtValue = document.getElementsByClassName("regnummer")[0].value; window.location = "www.hemsida.se/regnummer=" + vTxtValue; } </script> |
||
|
|
Svara med citat
|
|
|
#2 | |||
|
||||
|
Medlem
|
Citat:
Kod:
<form method="get" action="index.html"> <input type="text" name="regnummer" /> <input type="submit" value="Skicka" /> </form> |
|||
|
|
Svara med citat
|
| Svara |
|
|