.NET Framework Bookmark and Share   
 index > JScript for the .NET Framework > Back Button on aspx page
 

Back Button on aspx page

hello,
I want to put a button which works like a "Back button(<-)". So what can be done for it?
Dhrumil the Begginer
Try putting an HTML button on your page

<INPUT TYPE="BUTTON" VALUE="Go Back" 
ONCLICK="history.go(-1)">

Ganesh Ranganathan
[Please mark the post as answer if you find it helpful]
Ganesh Ranganathan - Bangalore, India
Try putting an HTML button on your page

<INPUT TYPE="BUTTON" VALUE="Go Back" 
ONCLICK="history.go(-1)">

Ganesh Ranganathan
[Please mark the post as answer if you find it helpful]
Ganesh Ranganathan - Bangalore, India
thanx for this,
it is really very helpfull for me thnax again.
Dhrumil the Begginer

You can use google to search for other answers

Custom Search

More Threads

• Determine Drag and Drop Event
• How to get client machine name
• how to validate a dropdown list in client side using java script
• javaScript to validate fields.
• Globalization
• Ajax copy+paste
• Use JScript from code
• refresh problem
• how to print content of JSP beyond print preview
• marquee with huge string