<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1027462" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1027462</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/reading-post-data-javascript#comment-1163382</link>
    <description> &lt;p&gt;&lt;a href=&quot;http://forums.devshed.com/archive/t-179178&quot; class=&quot;bb-url&quot;&gt;http://forums.devshed.com/archive/t-179178&lt;/a&gt;&lt;br /&gt;
says it can&#039;t be done. I don&#039;t know if Javascript even really supports the GET method, from what I have seen it&#039;s supported by a hack around reading the URL and parsing the string. If you don&#039;t want users to be able to modify the the stuff, leave a cookie maybe?&lt;/p&gt;
 </description>
     <pubDate>Mon, 27 Dec 2004 23:56:53 +0000</pubDate>
 <dc:creator>CptAwesome</dc:creator>
 <guid isPermaLink="false">comment 1163382 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/reading-post-data-javascript#comment-1163133</link>
    <description> &lt;p&gt;Abhisheck Reddy,&lt;/p&gt;
&lt;p&gt;I don&#039;t want anyone to be able to insert a different userid into the url.&lt;/p&gt;
&lt;p&gt;Dragon of Ice,&lt;br /&gt;
Lots of people say it can&#039;t be done, but one person has said it can be...I am waiting for that person to share his/her answer and as soon as I have it, I will share it with you.&lt;/p&gt;
 </description>
     <pubDate>Wed, 22 Dec 2004 19:49:40 +0000</pubDate>
 <dc:creator>sharyn</dc:creator>
 <guid isPermaLink="false">comment 1163133 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/reading-post-data-javascript#comment-1163083</link>
    <description> &lt;p&gt;I honestly can&#039;t recall being able to do this. Googling doesn&#039;t turn up much either. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I&#039;ve kept persistent data with Javascript using server-side scripting, or frames, or storing strings in various objects. I wouldn&#039;t rely purely on client-side scripting for critical tasks.&lt;/p&gt;
&lt;p&gt;In fact, why do you need to access POST data with Javascript anyway? If only JS is going to see the data (it&#039;s not being saved), why not use the GET method?&lt;/p&gt;
 </description>
     <pubDate>Wed, 22 Dec 2004 04:12:25 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1163083 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/reading-post-data-javascript#comment-1163080</link>
    <description> &lt;p&gt;I too am interested in this, as I the server that I&#039;m developing for host nothing but client side regular stuff (like css, html, javascript), and the only easy way I can think of doing a print page is with switching style sheets, and I don&#039;t know how without php.&lt;/p&gt;
 </description>
     <pubDate>Wed, 22 Dec 2004 02:55:38 +0000</pubDate>
 <dc:creator>Dragon of Ice</dc:creator>
 <guid isPermaLink="false">comment 1163080 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/reading-post-data-javascript#comment-1163078</link>
    <description> &lt;p&gt;I&#039;m not sure if Javascript has access to POST variables directly. I remember writing one script where I had to integrate ASP to be able to get POST vars.&lt;/p&gt;
&lt;p&gt;Do you have access to a server-side language? If you do, grab the POST vars with it and print out a Javascript:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;amp;gt;&lt;br /&gt;&lt;br /&gt;var myPostedVar = &amp;quot;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;print &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$_POST&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;myvar&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;] &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&amp;quot;;&lt;br /&gt;&lt;br /&gt;&amp;amp;lt;/script&amp;amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;You could also expand this with a loop through all the POST vars, transferring data to Javascript variables...&lt;/p&gt;
 </description>
     <pubDate>Wed, 22 Dec 2004 02:35:58 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1163078 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
