Subject: Re: JavaScript In Cocoon
From: Earl Bingham <earl@xxxxxxxxx>
Date: Thu, 04 Nov 1999 14:25:47 -0800
|
the following should work:
<script>
<xsl:text disable-output-escaping="yes"><![CDATA[
function winFunction()
w =window.open("blank.htm","winName","width=300,height=300");
w.document.write("<HTML><HEAD><TITLE>Program Description</TITLE>");
w.document.write("</HEAD>");
w.document.write("<BODY><DIV>Hello, world!<DIV></BODY></HTML>");
}
]]>
</SCRIPT>
begin:vcard
n:Bingham;Earl
tel;cell:(408) 806-6642
tel;fax:(650) 559-1738
tel;home:(650) 559-1738
tel;work:(408) 993-2140
x-mozilla-html:FALSE
url:http://www.b-bop.com
org:B-Bop Associates Inc.;Engineering
adr:;;2 North First Street;San Jose;CA;94024;USA
version:2.1
email;internet:earl@xxxxxxxxx
title:Senior Software Engineer
note:"Live Free Or Die"
fn:Earl Bingham
end:vcard
|