history.length behaves differently in IE and Firefox?
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, I can't figure this out. In IE, when I open a new window, history.length seems to have a value of 0, while it's 1 in Firefox. Can anyone tell me why? Is there a way to get around this? And if not, is there a way to code safely such that if there is a bug in either IE or Firefox, my code won't break later when the bug is fixed? Thanks in advance for any help. As you can probably tell, I am not an expert at all this, so please be patient with me. Al