weekendcoder
12-16-2003, 11:41 AM
constructing a three frame site: left, rtop, rbottom. My driver is on the left, and I my script (successfully) creates html in the rtop, but I need the created html to include another script. Adding the 2nd line causes the site to stall. Any suggestions?
parent.rtop.document.write('<html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252">');
parent.rtop.document.write('<script src="wowIIdefs.js" language="javascript"></script>');
parent.rtop.document.write('</head><body>');
thanks in advance,
weekendcoder
parent.rtop.document.write('<html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252">');
parent.rtop.document.write('<script src="wowIIdefs.js" language="javascript"></script>');
parent.rtop.document.write('</head><body>');
thanks in advance,
weekendcoder