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 > ANSI SQL > JavaScript

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-25-03, 04:56
sreepadasharma sreepadasharma is offline
Registered User
 
Join Date: Nov 2003
Location: hyderabad
Posts: 12
Question JavaScript

How to use History.Back method in JavaScript function
Reply With Quote
  #2 (permalink)  
Old 11-25-03, 11:09
r123456 r123456 is offline
Registered User
 
Join Date: Sep 2003
Location: The extremely Royal borough of Kensington, London
Posts: 778
<a href="javascript:history.go(-1)">Go Back</a>

In a method,

<script>
function go(dir) {
history.go(dir)
}
</script>
<a href="javascript:go(-1)">Go Back</a>

Cheers.
__________________
Bessie Braddock: Winston, you are drunk!
Churchill: And Madam, you are ugly. And tomorrow, I'll be sober, and you will still be ugly.

Last edited by r123456; 11-25-03 at 11:13.
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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On