What is wrong with this HTML input code?

Spazz

New member
<input type="submit" onclick="register.php" value="" class="register" />

if I want the button to just link to my register page.
well, the whole line looks like this:

<span style="vertical-align:middle;">user:</span> <input type="text" value=" " class="inp1" />**** <span style="vertical-align:middle;">password:</span> <input type="password" value="" class="inp1" /> <input type="submit" value="" class="sign_in" /> <input type="submit" value="" class="register" />
value is blank because the button is styled in my CSS file.
 
Back
Top