|
|
|
Re: Internet Explorer 6.0.2600 [message #3558 is a reply to message #3556] |
Mon, 01 July 2002 08:48 |
davew
Messages: 78 Registered: June 2002 Location: West Beach, South Austral...
Karma: 0
|
Member |
|
|
No, it's definitely Professional, with all the patches.
I just had a thought - I'm running AdSubtract - wonder if that is doing it ? (Although the errors appear to be javascript)??
I'll disable it and try again...
Nope - same thing...
Hmmmmmm......
Cheers,
Dave
[Updated on: Mon, 01 July 2002 08:50] Report message to a moderator
|
|
|
|
|
|
|
|
Re: Internet Explorer 6.0.2600 [message #5810 is a reply to message #5801] |
Sun, 22 September 2002 18:41 |
kolerij
Messages: 58 Registered: July 2002
Karma: 0
|
Member |
|
|
I found that there is an issue with the <a> tag and how a javascript funtion is invoked.
Say you have the following:
<A class=GenLink
onclick="javascript: window_open('http://localhost/forum/index.php?t=poll&rid=1&S=9421d0d584e2f323db6fded8e078fd1e&frm_id=1', 'poll_creator', 400, 300);"
href="javascript://">[CREATE POLL]</A>
Nothing happens when you click [CREATE POLL]. But when I changed it to this:
<A class=GenLink
href="javascript: window_open('http://localhost/forum/index.php?t=poll&rid=1&S=9421d0d584e2f323db6fded8e078fd1e&frm_id=1', 'poll_creator', 400, 300);">[CREATE POLL]</A>
The Poll window came up fine, and this only happens in IE6. Javascript is enabled so that is not the problem.
Strage
[Updated on: Sun, 22 September 2002 18:45] Report message to a moderator
|
|
|
|
|