I found out today that the following works with IE, but not with Firefox:
window.navigate('theLink') ;
I replaced it with the following, and everything is moving smoothly again in both browsers:
window.location='theLink';
Thursday, September 20, 2007
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment