<?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: Footnote with shortcut and pop-up window in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnote-with-shortcut-and-pop-up-window/m-p/2490#M1066</link>
    <description>Hello everyone,&lt;BR /&gt;
I still have problems with Footnote and Title in ODS and I have some more questions to using them.&lt;BR /&gt;
&lt;BR /&gt;
My questions is:&lt;BR /&gt;
1)	In Title1 I have good image, but in Title 2 I have image with Hyperlink and image in Title2 is arounded by purple border. How to remove this border ??? I used options “noborder”, “bordercolor” and nothing is happend.&lt;BR /&gt;
&lt;BR /&gt;
2)	How to justify (resize) Image from border to border (from left to right) ?&lt;BR /&gt;
&lt;BR /&gt;
3)	If we uncomment Title3 then Title1 and Title2 moving to left and I can’t move theme to CENTER position? What happened here ?&lt;BR /&gt;
&lt;BR /&gt;
4)	Last question: how to move My footnote to bottom of Page ?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Thanks for help…&lt;BR /&gt;
&lt;BR /&gt;
Example code:&lt;BR /&gt;
/**********/&lt;BR /&gt;
Data X;&lt;BR /&gt;
Input Letters $1.;&lt;BR /&gt;
&lt;BR /&gt;
Cards;&lt;BR /&gt;
A&lt;BR /&gt;
B&lt;BR /&gt;
C&lt;BR /&gt;
D&lt;BR /&gt;
E&lt;BR /&gt;
;&lt;BR /&gt;
Run;&lt;BR /&gt;
&lt;BR /&gt;
Proc Template;&lt;BR /&gt;
Define Table My_HTML;&lt;BR /&gt;
Column Letters;&lt;BR /&gt;
&lt;BR /&gt;
	Define Letters;&lt;BR /&gt;
	Just=C;&lt;BR /&gt;
&lt;BR /&gt;
		Cellstyle _val_ = 'A' as {url= "C:\Temp\File_1.jpg"},&lt;BR /&gt;
		          _val_ = 'B' as {url= "C:\Temp\File_2.jpg"},&lt;BR /&gt;
		          _val_ = 'C' as {url= "C:\Temp\File_3.jpg"},&lt;BR /&gt;
	              _val_ = 'D' as {url= "C:\Temp\File_4.jpg"},&lt;BR /&gt;
		          _val_ = 'E' as {url= "C:\Temp\File_5.jpg"};&lt;BR /&gt;
	End;&lt;BR /&gt;
&lt;BR /&gt;
End;&lt;BR /&gt;
Run;&lt;BR /&gt;
&lt;BR /&gt;
ODS escapechar='^';&lt;BR /&gt;
ODS HTML BODY="C:\Temp\MY_FILE.html" Style=MAGNIFY; &lt;BR /&gt;
&lt;BR /&gt;
TITLE1  JUSTIFY=CENTER '^S={preimage="C:\line.GIF" }';&lt;BR /&gt;
TITLE2  JUSTIFY=CENTER '&lt;A href="C:\"&gt;^S={preimage="C:\image.GIF" }&lt;/A&gt;';&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
/*TITLE3  JUSTIFY=LEFT '^S={preimage="C:\Home.GIF"}'*/&lt;BR /&gt;
/*        JUSTIFY=CENTER font='Times New Roman' height=20pt "SHORTCUTS" */&lt;BR /&gt;
/*        JUSTIFY=RIGHT '^S={postimage="C:\Home.GIF"}';*/&lt;BR /&gt;
&lt;BR /&gt;
Footnote10 "My footnote";&lt;BR /&gt;
&lt;BR /&gt;
Data _null_;&lt;BR /&gt;
  Set X;&lt;BR /&gt;
  File print Ods=(Template='My_HTML');&lt;BR /&gt;
  Put _ods_;&lt;BR /&gt;
Run;&lt;BR /&gt;
&lt;BR /&gt;
ODS HTML CLOSE;</description>
    <pubDate>Mon, 19 Mar 2007 14:18:51 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2007-03-19T14:18:51Z</dc:date>
    <item>
      <title>Footnote with shortcut and pop-up window</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnote-with-shortcut-and-pop-up-window/m-p/2485#M1061</link>
      <description>Hello,&lt;BR /&gt;
I have 2 questions more.&lt;BR /&gt;
&lt;BR /&gt;
1) How to put shortcut (link) to my e-mail in footnote ?&lt;BR /&gt;
2) How to show pop-up window with text "No data..." if file in "_val_" link does not exist ?&lt;BR /&gt;
&lt;BR /&gt;
Example code:&lt;BR /&gt;
&lt;BR /&gt;
/****************************/&lt;BR /&gt;
Data X;&lt;BR /&gt;
Input Letters $1.;&lt;BR /&gt;
&lt;BR /&gt;
Cards;&lt;BR /&gt;
A&lt;BR /&gt;
B&lt;BR /&gt;
C&lt;BR /&gt;
D&lt;BR /&gt;
E&lt;BR /&gt;
F&lt;BR /&gt;
;&lt;BR /&gt;
Run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Proc Template;&lt;BR /&gt;
Define Table My_HTML;&lt;BR /&gt;
Column Letters;&lt;BR /&gt;
&lt;BR /&gt;
	Define Letters;&lt;BR /&gt;
	Just=C;&lt;BR /&gt;
		Cellstyle _val_ = 'A' as {url= "C:\Temp\File_1.jpg"},&lt;BR /&gt;
		          _val_ = 'B' as {url= "C:\Temp\File_2.jpg"},&lt;BR /&gt;
		          _val_ = 'C' as {url= "C:\Temp\File_3.jpg"},&lt;BR /&gt;
	              _val_ = 'D' as {url= "C:\Temp\File_4.jpg"},&lt;BR /&gt;
		          _val_ = 'E' as {url= "C:\Temp\File_5.jpg"},&lt;BR /&gt;
		          _val_ = 'F' as {url= "C:\Temp\File_6.jpg"};&lt;BR /&gt;
	End;&lt;BR /&gt;
&lt;BR /&gt;
End;&lt;BR /&gt;
Run;&lt;BR /&gt;
&lt;BR /&gt;
ODS HTML BODY="C:\Temp\MY_FILE.html" Style=MAGNIFY; &lt;BR /&gt;
&lt;BR /&gt;
TITLE "SHORTCUTS";&lt;BR /&gt;
&lt;BR /&gt;
Data _null_;&lt;BR /&gt;
  Set X;&lt;BR /&gt;
  File print Ods=(Template='My_HTML');&lt;BR /&gt;
  Put _ods_;&lt;BR /&gt;
Run;&lt;BR /&gt;
Footnote ' ';&lt;BR /&gt;
Footnote1 COLOR="BLACK" JUSTIFY=LEFT HEIGHT=2.0 "AUTHOR:";&lt;BR /&gt;
Footnote2 COLOR="BLACK" JUSTIFY=LEFT HEIGHT=2.0 "AUTHOR@CONTACT_MAIL.PL";&lt;BR /&gt;
ODS HTML CLOSE;&lt;BR /&gt;
&lt;BR /&gt;
/****************************/&lt;BR /&gt;
&lt;BR /&gt;
Thanks for help...</description>
      <pubDate>Tue, 13 Mar 2007 09:04:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnote-with-shortcut-and-pop-up-window/m-p/2485#M1061</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-03-13T09:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Footnote with shortcut and pop-up window</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnote-with-shortcut-and-pop-up-window/m-p/2486#M1062</link>
      <description>in online doc at : &lt;A href="http://support.sas.com/onlinedoc/913/getDoc/en/odsug.hlp/a002569317.htm" target="_blank"&gt;http://support.sas.com/onlinedoc/913/getDoc/en/odsug.hlp/a002569317.htm&lt;/A&gt; and &lt;A href="http://support.sas.com/onlinedoc/913/getDoc/en/odsug.hlp/a002569341.htm" target="_blank"&gt;http://support.sas.com/onlinedoc/913/getDoc/en/odsug.hlp/a002569341.htm&lt;/A&gt; the example suggests you should add&lt;BR /&gt;
&lt;BR /&gt;
 , 1 as {url= "a default error message popup.jpg"}&lt;BR /&gt;
&lt;BR /&gt;
before the  &lt;BR /&gt;
 ; end;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Hope it works for you.&lt;BR /&gt;
&lt;BR /&gt;
PeterC</description>
      <pubDate>Tue, 13 Mar 2007 10:15:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnote-with-shortcut-and-pop-up-window/m-p/2486#M1062</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-03-13T10:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Footnote with shortcut and pop-up window</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnote-with-shortcut-and-pop-up-window/m-p/2487#M1063</link>
      <description>It's not working &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
Any more ideas ?</description>
      <pubDate>Tue, 13 Mar 2007 11:58:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnote-with-shortcut-and-pop-up-window/m-p/2487#M1063</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-03-13T11:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Footnote with shortcut and pop-up window</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnote-with-shortcut-and-pop-up-window/m-p/2488#M1064</link>
      <description>I think the previous poster thought that you wanted a different image to appear if you had a missing value in your data, not if the image file was missing.  This is much more difficult.  Browsers generally don't let you check for the existence of files; however, there is a way around this if you are accessing your reports from a web server.  The following code should allow you to do what you want.&lt;BR /&gt;
&lt;BR /&gt;
Use this cellstyle-as statement:&lt;BR /&gt;
&lt;BR /&gt;
    Cellstyle _val_ = 'A' as {url= "javascript:openImage('File_1.jpg')"},&lt;BR /&gt;
    _val_ = 'B' as {url= "javascript:openImage('File_2.jpg')"},&lt;BR /&gt;
    _val_ = 'C' as {url= "javascript:openImage('File_3.jpg')"},&lt;BR /&gt;
    _val_ = 'D' as {url= "javascript:openImage('File_4.jpg')"},&lt;BR /&gt;
    _val_ = 'E' as {url= "javascript:openImage('File_5.jpg')"},&lt;BR /&gt;
    _val_ = 'F' as {url= "javascript:openImage('File_6.jpg')"};&lt;BR /&gt;
&lt;BR /&gt;
Add this to your ODS HTML statement:&lt;BR /&gt;
&lt;BR /&gt;
    headtext="&lt;SCRIPT type="text/javascript" src="https://communities.sas.com/openImage.js"&gt;&lt;/SCRIPT&gt;"&lt;BR /&gt;
&lt;BR /&gt;
Then create a file called openImage.js in the same directory as your report with the following content:&lt;BR /&gt;
&lt;BR /&gt;
    function openImage(url)&lt;BR /&gt;
    {&lt;BR /&gt;
        var req = window.XMLHttpRequest ? new XMLHttpRequest() : &lt;BR /&gt;
                                      new ActiveXObject('Microsoft.XMLHTTP');&lt;BR /&gt;
&lt;BR /&gt;
        req.onreadystatechange = function imageExists()&lt;BR /&gt;
        {&lt;BR /&gt;
            if ( req.readyState == 4 )&lt;BR /&gt;
            {&lt;BR /&gt;
                if ( req.status == 200 )&lt;BR /&gt;
                    location.href = url;&lt;BR /&gt;
                else&lt;BR /&gt;
                    alert('No Data');&lt;BR /&gt;
            }&lt;BR /&gt;
        }&lt;BR /&gt;
 &lt;BR /&gt;
        req.open('get', url, true);&lt;BR /&gt;
&lt;BR /&gt;
        try { req.send(null) } catch ( e ) { }&lt;BR /&gt;
    }&lt;BR /&gt;
&lt;BR /&gt;
As I mentioned, this will only work if the files are being served by a web server.</description>
      <pubDate>Wed, 14 Mar 2007 15:18:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnote-with-shortcut-and-pop-up-window/m-p/2488#M1064</guid>
      <dc:creator>Kevin_SAS</dc:creator>
      <dc:date>2007-03-14T15:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Footnote with shortcut and pop-up window</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnote-with-shortcut-and-pop-up-window/m-p/2489#M1065</link>
      <description>as the handling for a missing image requires that a file exists (openImage.js as proposed), is there much functional difference or reliability difference between having a default image, and having code to detect the absence of an normal image? &lt;BR /&gt;
Is it just the distinction of seeing a popup, versus an (unusual) image?&lt;BR /&gt;
&lt;BR /&gt;
PeterC</description>
      <pubDate>Thu, 15 Mar 2007 13:36:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnote-with-shortcut-and-pop-up-window/m-p/2489#M1065</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-03-15T13:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Footnote with shortcut and pop-up window</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnote-with-shortcut-and-pop-up-window/m-p/2490#M1066</link>
      <description>Hello everyone,&lt;BR /&gt;
I still have problems with Footnote and Title in ODS and I have some more questions to using them.&lt;BR /&gt;
&lt;BR /&gt;
My questions is:&lt;BR /&gt;
1)	In Title1 I have good image, but in Title 2 I have image with Hyperlink and image in Title2 is arounded by purple border. How to remove this border ??? I used options “noborder”, “bordercolor” and nothing is happend.&lt;BR /&gt;
&lt;BR /&gt;
2)	How to justify (resize) Image from border to border (from left to right) ?&lt;BR /&gt;
&lt;BR /&gt;
3)	If we uncomment Title3 then Title1 and Title2 moving to left and I can’t move theme to CENTER position? What happened here ?&lt;BR /&gt;
&lt;BR /&gt;
4)	Last question: how to move My footnote to bottom of Page ?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Thanks for help…&lt;BR /&gt;
&lt;BR /&gt;
Example code:&lt;BR /&gt;
/**********/&lt;BR /&gt;
Data X;&lt;BR /&gt;
Input Letters $1.;&lt;BR /&gt;
&lt;BR /&gt;
Cards;&lt;BR /&gt;
A&lt;BR /&gt;
B&lt;BR /&gt;
C&lt;BR /&gt;
D&lt;BR /&gt;
E&lt;BR /&gt;
;&lt;BR /&gt;
Run;&lt;BR /&gt;
&lt;BR /&gt;
Proc Template;&lt;BR /&gt;
Define Table My_HTML;&lt;BR /&gt;
Column Letters;&lt;BR /&gt;
&lt;BR /&gt;
	Define Letters;&lt;BR /&gt;
	Just=C;&lt;BR /&gt;
&lt;BR /&gt;
		Cellstyle _val_ = 'A' as {url= "C:\Temp\File_1.jpg"},&lt;BR /&gt;
		          _val_ = 'B' as {url= "C:\Temp\File_2.jpg"},&lt;BR /&gt;
		          _val_ = 'C' as {url= "C:\Temp\File_3.jpg"},&lt;BR /&gt;
	              _val_ = 'D' as {url= "C:\Temp\File_4.jpg"},&lt;BR /&gt;
		          _val_ = 'E' as {url= "C:\Temp\File_5.jpg"};&lt;BR /&gt;
	End;&lt;BR /&gt;
&lt;BR /&gt;
End;&lt;BR /&gt;
Run;&lt;BR /&gt;
&lt;BR /&gt;
ODS escapechar='^';&lt;BR /&gt;
ODS HTML BODY="C:\Temp\MY_FILE.html" Style=MAGNIFY; &lt;BR /&gt;
&lt;BR /&gt;
TITLE1  JUSTIFY=CENTER '^S={preimage="C:\line.GIF" }';&lt;BR /&gt;
TITLE2  JUSTIFY=CENTER '&lt;A href="C:\"&gt;^S={preimage="C:\image.GIF" }&lt;/A&gt;';&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
/*TITLE3  JUSTIFY=LEFT '^S={preimage="C:\Home.GIF"}'*/&lt;BR /&gt;
/*        JUSTIFY=CENTER font='Times New Roman' height=20pt "SHORTCUTS" */&lt;BR /&gt;
/*        JUSTIFY=RIGHT '^S={postimage="C:\Home.GIF"}';*/&lt;BR /&gt;
&lt;BR /&gt;
Footnote10 "My footnote";&lt;BR /&gt;
&lt;BR /&gt;
Data _null_;&lt;BR /&gt;
  Set X;&lt;BR /&gt;
  File print Ods=(Template='My_HTML');&lt;BR /&gt;
  Put _ods_;&lt;BR /&gt;
Run;&lt;BR /&gt;
&lt;BR /&gt;
ODS HTML CLOSE;</description>
      <pubDate>Mon, 19 Mar 2007 14:18:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnote-with-shortcut-and-pop-up-window/m-p/2490#M1066</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-03-19T14:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Footnote with shortcut and pop-up window</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnote-with-shortcut-and-pop-up-window/m-p/2491#M1067</link>
      <description>For question 4, there is no "bottom" in HTML files, since they don't have size, pages or limits.&lt;BR /&gt;
&lt;BR /&gt;
For image and links concerns (question 1), maybe BORDER=0 will do the trick.&lt;BR /&gt;
&lt;BR /&gt;
Hope it helps.&lt;BR /&gt;
Olivier</description>
      <pubDate>Mon, 19 Mar 2007 14:58:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnote-with-shortcut-and-pop-up-window/m-p/2491#M1067</guid>
      <dc:creator>Olivier</dc:creator>
      <dc:date>2007-03-19T14:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Footnote with shortcut and pop-up window</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnote-with-shortcut-and-pop-up-window/m-p/2492#M1068</link>
      <description>Unfortunately BORDER=0 not working. Every options showing like a normal title.&lt;BR /&gt;
&lt;BR /&gt;
For example:&lt;BR /&gt;
TITLE2  BORDER=0 JUSTIFY=CENTER '&lt;A href="C:\"&gt;^S={preimage="C:\image.GIF"}&lt;/A&gt;';&lt;BR /&gt;
&lt;BR /&gt;
is display like that:&lt;BR /&gt;
BORDER=0&lt;BR /&gt;
PICTURE&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
For question 4 You have right. But if i have simple only one ROW then I want see my footnote on the bottom on the screen. I don't know how move him down.&lt;BR /&gt;
&lt;BR /&gt;
Any more ideas ?&lt;BR /&gt;
Thanks...</description>
      <pubDate>Tue, 20 Mar 2007 09:03:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnote-with-shortcut-and-pop-up-window/m-p/2492#M1068</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-03-20T09:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Footnote with shortcut and pop-up window</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnote-with-shortcut-and-pop-up-window/m-p/2493#M1069</link>
      <description>Can you please try something like :&lt;BR /&gt;
&lt;BR /&gt;
TITLE2 JUSTIFY=CENTER '&lt;A href="C:\"&gt;&lt;IMG border="0" src="C:\image.GIF" /&gt;&lt;/A&gt;';&lt;BR /&gt;
&lt;BR /&gt;
For question 4, I would try something like :&lt;BR /&gt;
&lt;BR /&gt;
FOOTNOTE1 "&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My footnote text" ;&lt;BR /&gt;
&lt;BR /&gt;
The &lt;/P&gt;&lt;P&gt; paragraph signs imply "carriage returns" in the HTML file.&lt;BR /&gt;
I hope it works, since I can't test any syntax today.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2007 12:02:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnote-with-shortcut-and-pop-up-window/m-p/2493#M1069</guid>
      <dc:creator>Olivier</dc:creator>
      <dc:date>2007-03-20T12:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Footnote with shortcut and pop-up window</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnote-with-shortcut-and-pop-up-window/m-p/2494#M1070</link>
      <description>Hi Olivier,&lt;BR /&gt;
BIG thanks for Your help.&lt;BR /&gt;
&lt;BR /&gt;
TITLE working perfect&lt;BR /&gt;
FOOTNOTE unfortunately not &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
Temporary I used something like this:&lt;BR /&gt;
TITLE1 " ";&lt;BR /&gt;
TITLE2 " ";&lt;BR /&gt;
.&lt;BR /&gt;
.&lt;BR /&gt;
.&lt;BR /&gt;
TITLE10 "My Footnote"&lt;BR /&gt;
&lt;BR /&gt;
..but this is very stupid and insufficient solution &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Tue, 20 Mar 2007 15:25:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnote-with-shortcut-and-pop-up-window/m-p/2494#M1070</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-03-20T15:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Footnote with shortcut and pop-up window</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnote-with-shortcut-and-pop-up-window/m-p/2495#M1071</link>
      <description>Hi Kosa.&lt;BR /&gt;
&lt;BR /&gt;
I've got something for the "further" footnote : you have to include &lt;BR /&gt; (HTML blank lines) at the beginning of the FOOTNOTE text. But SAS thinks that any HTML instruction has to be protected, as if "&lt;BR /&gt;" was a text that you wanted to &lt;I&gt;see&lt;/I&gt; in your footnote.&lt;BR /&gt;
To bypass this behaviour, you have to add a parameter in the style definition, called ProtectSpecialChars=OFF. Just a short sample to show you how it works :&lt;BR /&gt;
&lt;BR /&gt;
PROC TEMPLATE ;&lt;BR /&gt;
	DEFINE STYLE styles.default_foot ;&lt;BR /&gt;
	PARENT = styles.default ;&lt;BR /&gt;
	STYLE SystemFooter FROM TitlesAndFooters                                &lt;BR /&gt;
         "Controls system footer text." /                                     &lt;BR /&gt;
         font = Fonts('TitleFont')&lt;BR /&gt;
		 PROTECTSPECIALCHARS = OFF&lt;BR /&gt;
	;     &lt;BR /&gt;
	END ;&lt;BR /&gt;
RUN ;&lt;BR /&gt;
ODS HTML FILE = "c:\temp\test.htm" STYLE = default_foot ;&lt;BR /&gt;
FOOTNOTE1 "&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;My footnote" ;&lt;BR /&gt;
PROC PRINT DATA = sashelp.class (OBS = 3) ;&lt;BR /&gt;
RUN ;&lt;BR /&gt;
FOOTNOTE ;&lt;BR /&gt;
ODS HTML CLOSE ;</description>
      <pubDate>Thu, 22 Mar 2007 15:33:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnote-with-shortcut-and-pop-up-window/m-p/2495#M1071</guid>
      <dc:creator>Olivier</dc:creator>
      <dc:date>2007-03-22T15:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Footnote with shortcut and pop-up window</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnote-with-shortcut-and-pop-up-window/m-p/2496#M1072</link>
      <description>Power of Knowledge :)))&lt;BR /&gt;
&lt;BR /&gt;
Your code Olivier working GREAT. Thanks, thanks, thanks.&lt;BR /&gt;
&lt;BR /&gt;
At last, I must find solution how to use pop-up window (using Java from Kevin code) and my Page will be finished;&lt;BR /&gt;
I never used Java before and I don't know how to begin write this &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
Thanks again for Your help Olivier,&lt;BR /&gt;
thanks everyone.</description>
      <pubDate>Fri, 23 Mar 2007 10:31:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnote-with-shortcut-and-pop-up-window/m-p/2496#M1072</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-03-23T10:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Footnote with shortcut and pop-up window</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnote-with-shortcut-and-pop-up-window/m-p/2497#M1073</link>
      <description>Hi Kosa.&lt;BR /&gt;
Since I'm not really good at Javascript either, I was thinking that maybe we could do this with SAS (checking if the file does exist or not ; displaying the "popup" text just using standard HTML features included in the A tag (which is used for links)...&lt;BR /&gt;
&lt;BR /&gt;
Here is your first example, transformed into a Print procedure using a format.&lt;BR /&gt;
&lt;BR /&gt;
DATA x;&lt;BR /&gt;
INPUT letters $1.;&lt;BR /&gt;
CARDS;&lt;BR /&gt;
A&lt;BR /&gt;
B&lt;BR /&gt;
C&lt;BR /&gt;
D&lt;BR /&gt;
E&lt;BR /&gt;
F&lt;BR /&gt;
;&lt;BR /&gt;
RUN;&lt;BR /&gt;
PROC FORMAT ;&lt;BR /&gt;
	VALUE $links &lt;BR /&gt;
		'A' = "C:\Temp\File_1.jpg"&lt;BR /&gt;
		'B' = "C:\Temp\File_2.jpg"&lt;BR /&gt;
		'C' = "C:\Temp\File_3.jpg"&lt;BR /&gt;
		'D' = "C:\Temp\File_4.jpg"&lt;BR /&gt;
		'E' = "C:\Temp\File_5.jpg"&lt;BR /&gt;
		'F' = "C:\Temp\File_6.jpg"&lt;BR /&gt;
	;&lt;BR /&gt;
RUN;&lt;BR /&gt;
DATA work.links ;&lt;BR /&gt;
	SET x ;&lt;BR /&gt;
	/* test if the file exists for each value */&lt;BR /&gt;
	IF FILEEXIST(PUT(letters,$links.)) THEN &lt;BR /&gt;
		value = "&lt;A href="https://communities.sas.com/!!QUOTE(PUT(letters,$links.))!!"&gt;"!!letters!!"&lt;/A&gt;" ;&lt;BR /&gt;
	ELSE value = "&lt;A title="File does not exist"&gt;"!!letters!!"&lt;/A&gt;" ;&lt;BR /&gt;
RUN ;&lt;BR /&gt;
ODS HTML BODY="C:\Temp\MY_FILE.html" STYLE=MAGNIFY; &lt;BR /&gt;
TITLE "SHORTCUTS";&lt;BR /&gt;
PROC PRINT DATA = work.links LABEL NOOBS ;&lt;BR /&gt;
	VAR value ;&lt;BR /&gt;
	LABEL value = "Click on shortcut to display the image" ;&lt;BR /&gt;
RUN ;&lt;BR /&gt;
ODS HTML CLOSE;&lt;BR /&gt;
&lt;BR /&gt;
I hope it will be of any help.&lt;BR /&gt;
Olivier</description>
      <pubDate>Fri, 23 Mar 2007 12:36:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnote-with-shortcut-and-pop-up-window/m-p/2497#M1073</guid>
      <dc:creator>Olivier</dc:creator>
      <dc:date>2007-03-23T12:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Footnote with shortcut and pop-up window</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnote-with-shortcut-and-pop-up-window/m-p/2498#M1074</link>
      <description>Yessssssssssssss...&lt;BR /&gt;
&lt;BR /&gt;
Your solution is sufficient for My needs.&lt;BR /&gt;
Thanks again. This is really great code.&lt;BR /&gt;
&lt;BR /&gt;
Thank You Olivier for Your help.</description>
      <pubDate>Mon, 26 Mar 2007 12:51:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnote-with-shortcut-and-pop-up-window/m-p/2498#M1074</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-03-26T12:51:13Z</dc:date>
    </item>
  </channel>
</rss>

