<?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 How can I freeze table header for html in explorer Ie11 whithout using compatible mode in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-can-I-freeze-table-header-for-html-in-explorer-Ie11-whithout/m-p/543414#M150212</link>
    <description>&lt;P&gt;I've asked&amp;nbsp; SAS support for solution for freezing html title while rendering html by SAS 9.3&lt;/P&gt;&lt;P&gt;and&amp;nbsp;haven't got an answer for more the a year. (SAS 7612193400)&amp;nbsp;&lt;/P&gt;&lt;P&gt;All existing answers in sas.support don't work under Explorer 11 - Edge&lt;/P&gt;&lt;P&gt;for this purpose and also not for the table editor (unless we use Compatible Mode&lt;/P&gt;&lt;P&gt;for the html, but the Compatible Mode is useless&amp;nbsp;when changing&amp;nbsp;Zones).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I didn't found any right solution for this purpose and even by using vbscript.&lt;/P&gt;&lt;P&gt;The freezing of Html table title is a must for SAS Html Reports.&lt;/P&gt;&lt;P&gt;I appreciate if anyone has an answer for it.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Mar 2019 06:33:38 GMT</pubDate>
    <dc:creator>arbel</dc:creator>
    <dc:date>2019-03-15T06:33:38Z</dc:date>
    <item>
      <title>How can I freeze table header for html in explorer Ie11 whithout using compatible mode</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-can-I-freeze-table-header-for-html-in-explorer-Ie11-whithout/m-p/543414#M150212</link>
      <description>&lt;P&gt;I've asked&amp;nbsp; SAS support for solution for freezing html title while rendering html by SAS 9.3&lt;/P&gt;&lt;P&gt;and&amp;nbsp;haven't got an answer for more the a year. (SAS 7612193400)&amp;nbsp;&lt;/P&gt;&lt;P&gt;All existing answers in sas.support don't work under Explorer 11 - Edge&lt;/P&gt;&lt;P&gt;for this purpose and also not for the table editor (unless we use Compatible Mode&lt;/P&gt;&lt;P&gt;for the html, but the Compatible Mode is useless&amp;nbsp;when changing&amp;nbsp;Zones).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I didn't found any right solution for this purpose and even by using vbscript.&lt;/P&gt;&lt;P&gt;The freezing of Html table title is a must for SAS Html Reports.&lt;/P&gt;&lt;P&gt;I appreciate if anyone has an answer for it.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 06:33:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-can-I-freeze-table-header-for-html-in-explorer-Ie11-whithout/m-p/543414#M150212</guid>
      <dc:creator>arbel</dc:creator>
      <dc:date>2019-03-15T06:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: How can I freeze table header for html in explorer Ie11 whithout using compatible mode</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-can-I-freeze-table-header-for-html-in-explorer-Ie11-whithout/m-p/543437#M150221</link>
      <description>&lt;P&gt;I found an example on codepen, showing how to fix table header using html+css: &lt;A href="https://codepen.io/tjvantoll/pen/JEKIu" target="_blank"&gt;https://codepen.io/tjvantoll/pen/JEKIu&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Unfortunately there is no easy way to get that into sas. Maybe with proc template.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 08:26:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-can-I-freeze-table-header-for-html-in-explorer-Ie11-whithout/m-p/543437#M150221</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2019-03-15T08:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: How can I freeze table header for html in explorer Ie11 whithout using compatible mode</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-can-I-freeze-table-header-for-html-in-explorer-Ie11-whithout/m-p/543439#M150223</link>
      <description>&lt;P&gt;The easiest to implement such changes is to post-process the HTML file.&lt;/P&gt;
&lt;P&gt;Just read it in a data step after the &lt;FONT face="courier new,courier"&gt;ods html close;&lt;/FONT&gt; statement and add the bits of missing text.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 08:50:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-can-I-freeze-table-header-for-html-in-explorer-Ie11-whithout/m-p/543439#M150223</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2019-03-15T08:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: How can I freeze table header for html in explorer Ie11 whithout using compatible mode</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-can-I-freeze-table-header-for-html-in-explorer-Ie11-whithout/m-p/543446#M150225</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use jquery+datatables&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://datatables.net/examples/basic_init/scroll_xy.html" target="_blank"&gt;https://datatables.net/examples/basic_init/scroll_xy.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 09:23:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-can-I-freeze-table-header-for-html-in-explorer-Ie11-whithout/m-p/543446#M150225</guid>
      <dc:creator>gamotte</dc:creator>
      <dc:date>2019-03-15T09:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: How can I freeze table header for html in explorer Ie11 whithout using compatible mode</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-can-I-freeze-table-header-for-html-in-explorer-Ie11-whithout/m-p/543549#M150271</link>
      <description>&lt;P&gt;unfortunately I get the mesege that Codepane does not work with Ie11&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 14:22:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-can-I-freeze-table-header-for-html-in-explorer-Ie11-whithout/m-p/543549#M150271</guid>
      <dc:creator>arbel</dc:creator>
      <dc:date>2019-03-15T14:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: How can I freeze table header for html in explorer Ie11 whithout using compatible mode</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-can-I-freeze-table-header-for-html-in-explorer-Ie11-whithout/m-p/543551#M150273</link>
      <description>thanks for your reply, but I didn't understand the connection for html, my purpose is to fix the html !!</description>
      <pubDate>Fri, 15 Mar 2019 14:25:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-can-I-freeze-table-header-for-html-in-explorer-Ie11-whithout/m-p/543551#M150273</guid>
      <dc:creator>arbel</dc:creator>
      <dc:date>2019-03-15T14:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: How can I freeze table header for html in explorer Ie11 whithout using compatible mode</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-can-I-freeze-table-header-for-html-in-explorer-Ie11-whithout/m-p/543552#M150274</link>
      <description>Thanks but I can not use Jquery, I can use sas template, or vbscript in the HTML only.</description>
      <pubDate>Fri, 15 Mar 2019 14:26:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-can-I-freeze-table-header-for-html-in-explorer-Ie11-whithout/m-p/543552#M150274</guid>
      <dc:creator>arbel</dc:creator>
      <dc:date>2019-03-15T14:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: How can I freeze table header for html in explorer Ie11 whithout using compatible mode</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-can-I-freeze-table-header-for-html-in-explorer-Ie11-whithout/m-p/543669#M150304</link>
      <description>Not too sure what's unclear about my reply. Please read it again. &lt;BR /&gt;</description>
      <pubDate>Fri, 15 Mar 2019 21:32:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-can-I-freeze-table-header-for-html-in-explorer-Ie11-whithout/m-p/543669#M150304</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2019-03-15T21:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: How can I freeze table header for html in explorer Ie11 whithout using compatible mode</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-can-I-freeze-table-header-for-html-in-explorer-Ie11-whithout/m-p/543675#M150305</link>
      <description>&lt;P&gt;This isn't really a SAS problem at all so I think you would get more helpful responses on forums specialising in Microsoft browsers.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 22:22:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-can-I-freeze-table-header-for-html-in-explorer-Ie11-whithout/m-p/543675#M150305</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-03-15T22:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: How can I freeze table header for html in explorer Ie11 whithout using compatible mode</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-can-I-freeze-table-header-for-html-in-explorer-Ie11-whithout/m-p/543806#M150349</link>
      <description>Hi,&lt;BR /&gt;Thanks for reply, However as I've already noted,&lt;BR /&gt;I can not use JQUERY' I can not link or use file.js&lt;BR /&gt;I can use only SAS or vbscript in the Html,&lt;BR /&gt;I used the relativeand z-index vbscript commands before but it is not supported under IE11&lt;BR /&gt;Ilan</description>
      <pubDate>Sun, 17 Mar 2019 15:41:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-can-I-freeze-table-header-for-html-in-explorer-Ie11-whithout/m-p/543806#M150349</guid>
      <dc:creator>arbel</dc:creator>
      <dc:date>2019-03-17T15:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: How can I freeze table header for html in explorer Ie11 whithout using compatible mode</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-can-I-freeze-table-header-for-html-in-explorer-Ie11-whithout/m-p/543807#M150350</link>
      <description>Hi,&lt;BR /&gt;Thanks for reply,&lt;BR /&gt;It is not a question of missing text..,&lt;BR /&gt;I used the relative and z-index vbscript commands before but it is not supported under IE11 any more, I need to replace the idea in another way for fixed header title in Html&lt;BR /&gt;Ilan</description>
      <pubDate>Sun, 17 Mar 2019 15:44:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-can-I-freeze-table-header-for-html-in-explorer-Ie11-whithout/m-p/543807#M150350</guid>
      <dc:creator>arbel</dc:creator>
      <dc:date>2019-03-17T15:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: How can I freeze table header for html in explorer Ie11 whithout using compatible mode</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-can-I-freeze-table-header-for-html-in-explorer-Ie11-whithout/m-p/543808#M150351</link>
      <description>You can find the old solutions in SAS support by using SAS samples with relative commnds,&lt;BR /&gt;but these samples are not supported in IE11 !!</description>
      <pubDate>Sun, 17 Mar 2019 15:46:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-can-I-freeze-table-header-for-html-in-explorer-Ie11-whithout/m-p/543808#M150351</guid>
      <dc:creator>arbel</dc:creator>
      <dc:date>2019-03-17T15:46:55Z</dc:date>
    </item>
  </channel>
</rss>

