scialom
02-03-2003, 10:50 AM
Hi,
I try to use:
location.href ("xxx");
works fine with explorer but not with netscape 7. why?
Assaf
I try to use:
location.href ("xxx");
works fine with explorer but not with netscape 7. why?
Assaf
|
Click to See Complete Forum and Search --> : location.href doesnt work with netscape scialom 02-03-2003, 10:50 AM Hi, I try to use: location.href ("xxx"); works fine with explorer but not with netscape 7. why? Assaf Zach Elfers 02-03-2003, 10:52 AM You are using it wrong. It should be: location.href = "xxx"; webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |