<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ods tagsets, sas/graph java applet, and document.writeln in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-tagsets-sas-graph-java-applet-and-document-writeln/m-p/110448#M10031</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dutch technical support pointed me to &lt;SPAN style="color: #333333; font-family: Arial, Helvetica, Verdana, sans-serif;"&gt;an updated ODS tagset (grphtags.tpl) which contains the document.writeln functions,&lt;/SPAN&gt; on &lt;A class="active_link" href="http://support.sas.com/kb/17/502.html"&gt;http://support.sas.com/kb/17/502.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I removed the document.writeln functions and now the java graph works &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;when inserted into a div by my ajax callback function.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The reason that document.writeln is used is to generate different html for Internet Explorer and other browsers.&lt;/P&gt;&lt;P&gt;My client uses Internet Explorer so my updated tagset generates html for IE only now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 May 2012 09:45:04 GMT</pubDate>
    <dc:creator>bheinsius</dc:creator>
    <dc:date>2012-05-17T09:45:04Z</dc:date>
    <item>
      <title>ods tagsets, sas/graph java applet, and document.writeln</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-tagsets-sas-graph-java-applet-and-document-writeln/m-p/110445#M10028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODS generates the following html for my vbar chart with goptions device=java:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;lt;script language="javascript" type="text/javascript"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;lt;!-- &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp; document.writeln("&amp;lt;OBJECT");&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp; document.writeln('style=" width: 640px; height: 480px; background-color: #FDFBF3; border-width: 0px;"');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp; document.writeln("ALIGN=\"baseline\" class=\"Graph\"");&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;if (_ie == true) {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp; document.writeln("CLASSID=\"clsid:8AD9C840-044E-11D1-B3E9-00805F499D93\"");&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp; if (_ie64 == true) {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.writeln("CODEBASE=\"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://javadl.sun.com/webapps/download/AutoDL?BundleId=47155#Version=1,6,0,0"&gt;http://javadl.sun.com/webapps/download/AutoDL?BundleId=47155#Version=1,6,0,0&lt;/A&gt;&lt;SPAN&gt;\"");&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp; else {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.writeln("CODEBASE=\"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://java.sun.com/update/1.6.0/jinstall-6u24-windows-i586.cab#Version=1,6,0,0"&gt;http://java.sun.com/update/1.6.0/jinstall-6u24-windows-i586.cab#Version=1,6,0,0&lt;/A&gt;&lt;SPAN&gt;\"");&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;else {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; document.writeln("CODEBASE=\"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://javadl.sun.com/webapps/download/GetFile/1.6.0_24-b07/windows-i586/xpiinstall.exe"&gt;http://javadl.sun.com/webapps/download/GetFile/1.6.0_24-b07/windows-i586/xpiinstall.exe&lt;/A&gt;&lt;SPAN&gt;\"");&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp; document.writeln("TYPE=\"application/x-java-applet;version=1.6\"");&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp; document.writeln("&amp;gt;");&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;//--&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11px; font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;the browser translates this to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&lt;SPAN&gt;&amp;lt;object style="width: 640px; height: 480px; background-color: rgb(253, 251, 243); border-width: 0px;" class="Graph" codebase="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://javadl.sun.com/webapps/download/GetFile/1.6.0_24-b07/windows-i586/xpiinstall.exe"&gt;http://javadl.sun.com/webapps/download/GetFile/1.6.0_24-b07/windows-i586/xpiinstall.exe&lt;/A&gt;&lt;SPAN&gt;" type="application/x-java-applet;version=1.6" align="bottom"&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The document.writeln's are causing me problems since they don't get executed when inserted into a div by my ajax callback function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In sas93 I found the code that generates this &amp;lt;object&amp;gt; tag in the phtml tagset, so I can change this to static html.&lt;/P&gt;&lt;P&gt;in sas913 I can't find it there, nor anywhere else. can anyone tell where this code comes from in sas913?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks, Bart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2012 16:07:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-tagsets-sas-graph-java-applet-and-document-writeln/m-p/110445#M10028</guid>
      <dc:creator>bheinsius</dc:creator>
      <dc:date>2012-05-10T16:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: ods tagsets, sas/graph java applet, and document.writeln</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-tagsets-sas-graph-java-applet-and-document-writeln/m-p/110446#M10029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; I think your best bet is working with SAS Tech Support on this one. I'm not sure what it is you want -- HTML without any &amp;lt;OBJECT&amp;gt; tags?? Or graphs without any interactivity? Have you tried using the JAVAIMG device??? It is very likely that between 9.1.3 and 9.3 changes were made in how the various graphing techniques interact with ODS. The big changes in FONTS and STYLES came with 9.2 and the big change with ODS GRAPHICS came in 9.3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I figure you have come across this already:&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://support.sas.com/documentation/cdl/en/graphref/64854/HTML/default/viewer.htm#p1f5ic671qk79wn12370olw0srac.htm"&gt;http://support.sas.com/documentation/cdl/en/graphref/64854/HTML/default/viewer.htm#p1f5ic671qk79wn12370olw0srac.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2012 22:56:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-tagsets-sas-graph-java-applet-and-document-writeln/m-p/110446#M10029</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2012-05-10T22:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: ods tagsets, sas/graph java applet, and document.writeln</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-tagsets-sas-graph-java-applet-and-document-writeln/m-p/110447#M10030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want ODS to send the &amp;lt;object&amp;gt; string itself to the browser instead of sending document.writeln statements to the browser and having the browser write that out to an &amp;lt;object&amp;gt; string, because the browser will not do that if it is inserted dynamically into a &amp;lt;div&amp;gt; element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i will ask tech support, thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2012 13:14:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-tagsets-sas-graph-java-applet-and-document-writeln/m-p/110447#M10030</guid>
      <dc:creator>bheinsius</dc:creator>
      <dc:date>2012-05-11T13:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: ods tagsets, sas/graph java applet, and document.writeln</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-tagsets-sas-graph-java-applet-and-document-writeln/m-p/110448#M10031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dutch technical support pointed me to &lt;SPAN style="color: #333333; font-family: Arial, Helvetica, Verdana, sans-serif;"&gt;an updated ODS tagset (grphtags.tpl) which contains the document.writeln functions,&lt;/SPAN&gt; on &lt;A class="active_link" href="http://support.sas.com/kb/17/502.html"&gt;http://support.sas.com/kb/17/502.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I removed the document.writeln functions and now the java graph works &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;when inserted into a div by my ajax callback function.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The reason that document.writeln is used is to generate different html for Internet Explorer and other browsers.&lt;/P&gt;&lt;P&gt;My client uses Internet Explorer so my updated tagset generates html for IE only now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2012 09:45:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-tagsets-sas-graph-java-applet-and-document-writeln/m-p/110448#M10031</guid>
      <dc:creator>bheinsius</dc:creator>
      <dc:date>2012-05-17T09:45:04Z</dc:date>
    </item>
  </channel>
</rss>

