Thread
:
Mac/IE + JavaScript = Nightmare!
View Single Post
#
7
(
permalink
)
05-17-2006, 09:38 AM
Till
Administrator
Join Date: Jan 2002
Location: Berlin, Germany
Posts: 1,453
Try to substitute the location part then wherever it occurs, and check if it still works.
Old:
Code:
location.href=location.pathname+'?'+Num;
New:
Code:
window.
location.href=
window.
location.pathname+'?'+Num;
__________________
--
HTMLCenter - a web design and development resource
OOCenter.com -
O
ffshore
O
utsourcing
Center
Lookie, a German icon -> :BEER:
Till
View Public Profile
Find all posts by Till