Skip to main content
<form> <input TYPE="button"type="button" VALUE="Homevalue="Home Page"  onclick="window.location.href='http://www.wherever.com'"> </form> 
<form> <input TYPE="button" VALUE="Home Page"  onclick="window.location.href='http://www.wherever.com'"> </form> 
<form> <input type="button" value="Home Page" onclick="window.location.href='http://www.wherever.com'"> </form> 
Applied some formatting.
Source Link
Peter Mortensen
  • 31.4k
  • 22
  • 110
  • 134
<form>  <input TYPE="button" VALUE="Home Page"   onclick="window.location.href='http://www.wherever.com'"> </form> 
<form> <input TYPE="button" VALUE="Home Page" onclick="window.location.href='http://www.wherever.com'"> </form> 
<form>  <input TYPE="button" VALUE="Home Page"   onclick="window.location.href='http://www.wherever.com'"> </form> 
added 22 characters in body
Source Link
Robert Harvey
  • 181.5k
  • 48
  • 349
  • 516
 
<form> <input TYPE="button" VALUE="Home Page" onclick="window.location.href='http://www.wherever.com'"> </form> 
 
<form> <input TYPE="button" VALUE="Home Page" onclick="window.location.href='http://www.wherever.com'"> </form> 
Source Link
ghoppe
  • 21.8k
  • 3
  • 32
  • 21
Loading