Connecting Tech Pros Worldwide Forums | Help | Site Map

navigating from one page to another

SolFrankRosen
Guest
 
Posts: n/a
#1: Dec 12 '07
Hi, I'm a newbie to javascript. I work mostly with VB.net on .aspx
pages where most of the time to move from one page to another I use
VB.net's "Response.Redirect" to go to my needed URL. But I can't use
that in a simple .htm page and I need to use a button rather than a
simple hyperlink. Any clues on how to do this? Thanks!

Hal Rosser
Guest
 
Posts: n/a
#2: Dec 12 '07

re: navigating from one page to another



"SolFrankRosen" <SolFrankRosen@yahoo.comwrote in message
news:080639e9-a13b-4d88-8135-eb9e631102f3@t1g2000pra.googlegroups.com...
Quote:
Hi, I'm a newbie to javascript. I work mostly with VB.net on .aspx
pages where most of the time to move from one page to another I use
VB.net's "Response.Redirect" to go to my needed URL. But I can't use
that in a simple .htm page and I need to use a button rather than a
simple hyperlink. Any clues on how to do this? Thanks!
Put <atags around the button tag.
no javascript required.
<a href="http://www.w3schools.com" style="text-decoration: none" ><input
type="button" value="Pusha This" /></a>


Closed Thread