[thelist] js popup images

Keith cache at dowebscentral.com
Mon Apr 22 01:55:02 CDT 2002


At 04:47 PM Sunday 4/21/02, Eric wrote:
>w = image_window.document;
>w.write('<html>');
>w.write('<head>');
>w.write('<title>whatever</title>');
>w.write('<style type="text/css">');
>
>etc.

or perhaps easier

image_window.document.write('<html>'+
'<head'+
'<title>whatever</title>'+
'<style type="text/css">'+

etc

'</body>'+
'</html>')


>keith

cache at dowebscentral.com




More information about the thelist mailing list