Hello,
This example from W3schools does not work with my IE 7.0 (just reinstalled it on an XP SP2 system with all default options, no addons and popup blocker off). I get the new open window but it's blank - no output from the document.write command, which is the main problem I have with my code too.
The example below works fine with my latest Firefox and Opera browsers:
W3Schools example of opening a popup window
If this works on your IE 7 then there's something wrong with mine. However, many other examples with the document.write command that I tried from W3Schools work as expected in IE, so what could be the problem with this simple one?
This example from W3schools does not work with my IE 7.0 (just reinstalled it on an XP SP2 system with all default options, no addons and popup blocker off). I get the new open window but it's blank - no output from the document.write command, which is the main problem I have with my code too.
The example below works fine with my latest Firefox and Opera browsers:
W3Schools example of opening a popup window
If this works on your IE 7 then there's something wrong with mine. However, many other examples with the document.write command that I tried from W3Schools work as expected in IE, so what could be the problem with this simple one?
Comment