Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating Button To Go To Another Web Page When Clicked

Status
Not open for further replies.

FontanaS

Programmer
May 1, 2001
357
US
Hello,

I have a button in Frontpage 2000 that when the user clicks on, sends it to a specific web page.

I inserted a button on the web page, labeled it, set it is normal. But when I click on it, it doesn't fo anything. I want it to go to another web page (travmain).

Any suggestions?

THANKS
Sandy
 
This is JavaScript.

<input type=&quot;button&quot; name=&quot;Button1&quot; Value=&quot;Go!&quot; onClick=&quot;window.location(> DeZiner
Never be afraid to try something new.
Remember that amateurs built the Ark.
Professionals built the Titanic
 
If you right click on the button, dont you get a hyperlink option at the bottom?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top