PHP gevorderde |
|
Ik heb een klein inlogschermpje, maar nu wil ik geen submit button, maar een plaatje waar je op kunt klikken om in te loggen.
Nu heb ik dus het onderstaande, maar hoe submit ik dit?
<input type="text" value="Gebruikersnaam" onFocus="clearText(this)" onBlur="clearText(this)" /><br />
<input type="password" value="Wachtwoord" onFocus="clearText(this)" onBlur="clearText(this)" />
<br />
<a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image4','','images/layout_images/buttons/Inloggen2.png',1)"><img src="images/layout_images/buttons/Inloggen.png" alt="" name="Image4" width="158" height="49" border="0" id="Image4" /></a>
<input type="text" value="Gebruikersnaam" onFocus="clearText(this)" onBlur="clearText(this)" /><br /> <input type="password" value="Wachtwoord" onFocus="clearText(this)" onBlur="clearText(this)" /> <br /> <a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image4','','images/layout_images/buttons/Inloggen2.png',1)"><img src="images/layout_images/buttons/Inloggen.png" alt="" name="Image4" width="158" height="49" border="0" id="Image4" /></a>
|