If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Inserting button to go to previous page

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-21-04, 13:14
NewfieBullet NewfieBullet is offline
Registered User
 
Join Date: Mar 2004
Posts: 51
Smile Inserting button to go to previous page

I am trying to insert a button to go back to previous page, i can go to a any form by insterting a link but i wants to go to previous page. (just like the one at the top of explorer)


Newfiebullet
Reply With Quote
  #2 (permalink)  
Old 07-21-04, 20:57
rokslide rokslide is offline
Registered User
 
Join Date: Nov 2003
Location: Christchurch, New Zealand
Posts: 1,617
You need to use javascript... something like...

<input type="button" value="Back" onclick="history.go(-1)">

check this link for more info...

http://www.codelifter.com/main/tips/tip_015.shtml
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On