View Full Version : history object IE Vs mozilla
prajwala
07-10-2007, 10:20 AM
I am using history object history.forward(1).its working in IE but not in mozilla.i have written this code into script tag.
felgall
07-10-2007, 11:11 AM
Maybe the 1 is messing it up. Try history.forward()[/b} or [b]history.go(1) instead.
prajwala
07-10-2007, 11:28 AM
it doesn't work :(
Daemonspyre
07-10-2007, 01:11 PM
This is a JavaScript question, not an ASP question.
You should ask the Mod to move this to their forum.
But, as a last resort, check to see if you are allowing JS in FF. If you don't allow JS from your site, seems fair to see why it isn't working.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.