View Single Post
  #14  
Old 09-01-2007, 04:05 AM
RoadRash RoadRash is offline
Member
 
Join Date: Aug 2007
Posts: 9
Default

Any luck with this yet? I use IE7, which I actually like, but no back/forward buttons...

If anyone is interested, you can also use the ALT + left arrow or ALT + right arrow for back and forward navigation.

Admin, I think javascript is being used for opening the new window, something like this:

NewWindow = window.open('http://www.gasgasrider.org/forum','fullpopup','width=790,height=590,scrollbar s,resizable');

If you added 'menubar' down where is says scrollbar and resizable, such as:

NewWindow = window.open('http://www.gasgasrider.org/forum','fullpopup','width=790,height=590,scrollbar s,resizable,menubar');

We would get the nav buttons back. Just a thought if you are having problems with it.

Thanks for putting up a great site!
Reply With Quote