Form Button

Ever wonder how to use a nifty form button for links instead of text? Try this one!

Where it says YOURTEXT, type in what you want the button to say. CHANGE NOTHING ELSE

<form><input type="button" value="YOURTEXT" onClick="parent.location='URL'"></form>

It should look like this:



BACK