Current location: Hot Scripts Forums » General Web Coding » JavaScript » Browser : Back, Forward & Close


Browser : Back, Forward & Close

Reply
  #1 (permalink)  
Old 11-16-04, 03:02 PM
RaceWorks RaceWorks is offline
New Member
 
Join Date: Mar 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Question Browser : Back, Forward & Close

Does anyone know of a script that will only show the browser's back, forward & close icons/buttons??
Reply With Quote
  #2 (permalink)  
Old 11-16-04, 03:59 PM
Sabu Sabu is offline
Junior Code Guru
 
Join Date: Sep 2004
Posts: 458
Thanks: 0
Thanked 0 Times in 0 Posts
Well.. seeing as the 'back' and 'forward' buttons are part of the standard set of buttons, it's not possible to just remove some of them.

Another option is to remove the bar entirely (from a new popup window) and display links that go back and forward, like

Code:
<a href='javascript:history.go(-1)'>Back</a>
<a href='javascript:history.go(1)'>Forward</a>
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
how to disable browser's back button after logout shaky ASP 7 08-18-06 07:37 AM
Reloading browser goes back to home page JHoward555 ASP 2 08-30-04 10:30 PM
any suggestion...open another browser? aspuser25 ASP 4 08-25-04 12:59 AM
Confirm on close? Icarus JavaScript 6 01-31-04 05:59 PM
carry forward superman PHP 11 08-12-03 02:50 AM


All times are GMT -5. The time now is 10:35 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.