Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: Button hyperlink


Message #1 by "Biljardt, Richard" <rbiljard@f...> on Tue, 27 Feb 2001 03:35:31 -0500
I want to make a hyperlink with a button. 

What do I have to do to get the button redirect me to the page I want to go

to.







Message #2 by "Alex Shiell, ITS, EC, SE" <alex.shiell@s...> on Tue, 27 Feb 2001 10:29:05 -0000
<INPUT TYPE="BUTTON" NAME="BUTTON1" VALUE="Go"

ONCLICK="window.navigate('page.asp')">



-----Original Message-----

From: Biljardt, Richard [mailto:rbiljard@f...]

Sent: Tuesday, February 27, 2001 8:36 AM

To: ASP Web HowTo

Subject: [asp_web_howto] Button hyperlink





I want to make a hyperlink with a button. 

What do I have to do to get the button redirect me to the page I want to go

to.







________________________________________________________________________

Scottish Enterprise Network

http://www.scottish-enterprise.com

Message #3 by "Biljardt, Richard" <rbiljard@f...> on Tue, 27 Feb 2001 10:23:53 -0500
Thanks!! It work great!!



-----Original Message-----

From: Alex Shiell, ITS, EC, SE [mailto:alex.shiell@s...]

Sent: Tuesday, February 27, 2001 11:29 AM

To: ASP Web HowTo

Subject: [asp_web_howto] RE: Button hyperlink





<INPUT TYPE="BUTTON" NAME="BUTTON1" VALUE="Go"

ONCLICK="window.navigate('page.asp')">



-----Original Message-----

From: Biljardt, Richard [mailto:rbiljard@f...]

Sent: Tuesday, February 27, 2001 8:36 AM

To: ASP Web HowTo

Subject: [asp_web_howto] Button hyperlink





I want to make a hyperlink with a button. 

What do I have to do to get the button redirect me to the page I want to go

to.


  Return to Index