
August 3rd, 2000, 02:42 PM
|
|
Junior Member
|
|
Join Date: Aug 2000
Posts: 4
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
The Internet browser for AOL 5.0 does not support the following code:
myWin= window.open("", "displayWindow", "width=200,height=100")
myWin.document.open()
myWin.document.write("zzzzzzz")
It works in IE 4.0, IE 5,0, Netscape 4.08 and AOL 4.0. But the browser for AOL 5.0 does not recognize the object in the second statement above. Leaving out the second statement does not help, either.
You can check it out here: http://www.bbhq.com/aoltest.htm
This is a real bummer.
How do I get around this?
Thanks,
hmc
hchicowitz@aol.com
|