Can someone give me the code for a simple button that once clicked will go to a different page please please
This is the simplest that i can think of:
<form> <input type="button" onClick="window.location='http://www.google.com/'" value="Search?" /> </form>
Thank You!!!!!!!!!!!!!!!!!!!!!!