<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1003221" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1003221</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/can-cgi-create-table-page#comment-1014220</link>
    <description> &lt;p&gt;Hi VulKen,&lt;br /&gt;
Thank you for your answer. Yes, I am using Perl but that is not my problem at least I think that I can write the Perl code that is needed.&lt;br /&gt;
My problem is to find the right document.write() code that will activate the Perl script. The example that I gave you is placing the Html code at the page but it does not run the Perl script.&lt;br /&gt;
My test page is located at &lt;a href=&quot;http://www.algonet.se/~zoft80/kontekano/test1.htm&quot; class=&quot;bb-url&quot;&gt;http://www.algonet.se/~zoft80/kontekano/test1.htm&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;The final result should look like &lt;a href=&quot;http://www.algonet.se/~zoft80/kontekano/aj5.htm&quot; class=&quot;bb-url&quot;&gt;http://www.algonet.se/~zoft80/kontekano/aj5.htm&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;Please let me know if you have any ideas about how to modify my test1.htm page so it will activate the Perl script.&lt;br /&gt;
Note! The current call to the Perl script will not produce the table as it should look because that function does not exist yet. It will now put out a whole web page with header, a table and a footer. But as soon as I get the Perl code to be activated from the document.write() I will modify the Perl script to put out only the table containing the order information.&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: Originally posted by VulKen:&lt;br /&gt;
[B]I think that this post should be in the CGI-PERL forum. But I will attempt to answer it.&lt;/p&gt;
&lt;p&gt;Lennart Johansson&lt;br /&gt;
&lt;a href=&quot;mailto:zoft80@algonet.se&quot; title=&quot;mailto:zoft80@algonet.se&quot;&gt;mailto:zoft80@algonet.se&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
 </description>
     <pubDate>Fri, 23 Jun 2000 10:34:00 +0000</pubDate>
 <dc:creator>Lennart Johansson</dc:creator>
 <guid isPermaLink="false">comment 1014220 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/can-cgi-create-table-page#comment-1014219</link>
    <description> &lt;p&gt;I think that this post should be in the CGI-PERL forum. But I will attempt to answer it.&lt;/p&gt;
&lt;p&gt;I am not sure I understand what you are trying to print because I don&#039;t know squat about javascript  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;.&lt;/p&gt;
&lt;p&gt;This is the format for printing anything in PERL.&lt;/p&gt;
&lt;p&gt;print &quot;&amp;lt;table background=\&quot;someimage.gif\&quot;&amp;gt;&quot;;&lt;/p&gt;
&lt;p&gt;As you can see you just add your info and then be sure to escape every double and single quote within the code you are trying to print.&lt;/p&gt;
&lt;p&gt;Use this for everything you need to print. Like this would print out a complete table.&lt;/p&gt;
&lt;p&gt;CODE-------------------&lt;/p&gt;
&lt;p&gt;print &quot;&amp;lt;table border=0&amp;gt;&quot;;&lt;br /&gt;
print &quot;&amp;lt;tr&amp;gt;&amp;lt;td align=\&quot;center\&quot;&amp;gt;&quot;;&lt;br /&gt;
print &quot;This is the header or something&quot;;&lt;br /&gt;
print &quot;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td align=\&quot;left\&quot;&amp;gt;&quot;;&lt;br /&gt;
print &quot;And this is just some text&quot;;&lt;br /&gt;
print &quot;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&quot;;&lt;/p&gt;
&lt;p&gt;and there is your complete table. &lt;/p&gt;
&lt;p&gt;Hope that helps.&lt;br /&gt;
VulKen&lt;/p&gt;
 </description>
     <pubDate>Thu, 22 Jun 2000 19:22:00 +0000</pubDate>
 <dc:creator>Ken Elliott</dc:creator>
 <guid isPermaLink="false">comment 1014219 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
