Hello
The following line works correctly on my developement computer (IE5.5), but not on other computers (IE5):
self.location = "1358.cfm?action=view&method=search";
I have also tried the following to no avail:
self.location.href
location.href
window.href
window.location.href
Please help me. I don't know if this is a problem with IE, or a problem with local/remote access.
Thanks!
The following line works correctly on my developement computer (IE5.5), but not on other computers (IE5):
self.location = "1358.cfm?action=view&method=search";
I have also tried the following to no avail:
self.location.href
location.href
window.href
window.location.href
Please help me. I don't know if this is a problem with IE, or a problem with local/remote access.
Thanks!