| | |
|
Active Server Pages ASP a directory of ASP tutorials applications scripts components and articles for the novice to professional developer. CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
IE 5.0 & JavaScript |
From: |
Avis |
Date: |
3/31/1999 8:22:16 PM |
IP: |
207.19.212.53 |
We have a JavaScript function that we use to pop open a new window. One of our QA testers has installed IE 5.0 and the JavaScript has stopped working.
Here is the code:
<script language="JavaScript">
function copyrightInfo()
{
msgWindow=window.open("../copyright/copyright.htm","displayWindow","toolbar=no,width=400,height=350,directories=no,status=no,copyhistory=no,scrollbars=yes,resize=no,menubar=no")
}
</script>
I have tried changing "displayWindow" to "_blank". IE5.0 still not working. Tried moving the "features" to a var and removing sets. IE 5.0 still will not work. Searched on the Microsoft to see if I could find any information that window.open parameters/syntax change. No luck.
If anyone knows what I need to do to get IE5.0 to work with window.open, I would greatly appreciate the help. The above code works just fine in both Netscape & IE 4.0 and lower. We have had it on our site for over a year without any problems or complaints.
Thanks |
|
|

|
|
|
|