The Mudcat Café TM
Thread #4630   Message #2401927
Posted By: Joe Offer
31-Jul-08 - 12:05 AM
Thread Name: HTML Stuff
Subject: RE: HTML Stuff
OK, so I want to get fancy and use the HTML <button> tag. I can do this, but I can't get it to work. I want to use it instead of a clickable link, but to do the same thing as a clickable link.

Here's what I want the button to link to:
http://www.wellspringwomen.org

And I want the label on the button to say Surprise!!!

How do I do that? It must be simple.

-Joe-



<button onclick="window.location='http://www.wellspringwomen.org'">Surprise!!!</button>