View Single Post
  #7 (permalink)  
Old 05-17-2006, 09:38 AM
Till's Avatar
Till Till is offline
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;