Re: Using hyperlink as back button
- From: "Kevin Spencer" <unclechutney@localhost>
- Date: Thu, 31 Jan 2008 07:06:57 -0500
Use an HTML hyperlink. If you need to load it dynamically, you can put it
into a LiteralControl, panel, or whatever Control you like.
--
HTH,
Kevin Spencer
Chicken Salad Surgeon
Microsoft MVP
"Mike P" <mike.parr@xxxxxxxxx> wrote in message
news:eZZrU1$YIHA.4028@xxxxxxxxxxxxxxxxxxxxxxx
I need to use a hyperlink as a back button, using
javascript:history.go(-1). But the ASP.NET hyperlink control doesn't
have an onClick event, and the HTML anchor tag requires a href.
How can I use the javascript to go back a page using a hyperlink?
*** Sent via Developersdex http://www.developersdex.com ***
.
- References:
- Using hyperlink as back button
- From: Mike P
- Using hyperlink as back button
- Prev by Date: Re: User Control PageLoad even not firing
- Next by Date: Re: Visual Studio only debugs javascript in .js files not .aspx fi
- Previous by thread: Using hyperlink as back button
- Index(es):