<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1014707" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1014707</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/carrying-variables-one-page-another#comment-1084867</link>
    <description> &lt;p&gt;I saw what&#039;s wrong, add the following line at the beginning of the script: &lt;code&gt;$orderform = &amp;quot;orderform.php&amp;quot;;&lt;/code&gt;&#039;&lt;br /&gt;
And then use my script, and rename it to orderfrom.php . Now it should work.&lt;/p&gt;
 </description>
     <pubDate>Fri, 06 Jul 2001 17:44:34 +0000</pubDate>
 <dc:creator>Gyrbo</dc:creator>
 <guid isPermaLink="false">comment 1084867 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/carrying-variables-one-page-another#comment-1084849</link>
    <description> &lt;p&gt;Hi guys,&lt;br /&gt;
I&#039;ve tried all of your suggestions (and then some) and been unable to get any to work.&lt;/p&gt;
&lt;p&gt;I managed to track down the guy that wrote the whois perl script and he tells me that the url extension is past as an arguement and not a variable.  (this is beyond me).&lt;/p&gt;
&lt;p&gt;Does that shed any light?  &lt;/p&gt;
&lt;p&gt;Either way...thanks for all of your input.&lt;/p&gt;
 </description>
     <pubDate>Fri, 06 Jul 2001 12:50:53 +0000</pubDate>
 <dc:creator>nipropman</dc:creator>
 <guid isPermaLink="false">comment 1084849 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/carrying-variables-one-page-another#comment-1084846</link>
    <description> &lt;p&gt;No in PHP, that&#039;s the good one about it! It automatically stores the querry string in variables (ex.: url.php?p=val =&amp;gt; $p==&quot;val&quot;)&lt;/p&gt;
 </description>
     <pubDate>Fri, 06 Jul 2001 11:17:20 +0000</pubDate>
 <dc:creator>Gyrbo</dc:creator>
 <guid isPermaLink="false">comment 1084846 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/carrying-variables-one-page-another#comment-1084838</link>
    <description> &lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;i&#039;m really quite sure that if you want to retrieve any data persisted in the url, u &lt;em&gt;must&lt;/em&gt; use the query_string method...i honestly don&#039;t know any other way to grab persisted data. this applies only to cgi. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;as for javascript, i&#039;ve only been able to pass data over from one page to another if the second page was opened as a child window.&lt;/p&gt;
&lt;p&gt;hope this post held some meaning. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 06 Jul 2001 05:57:59 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1084838 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/carrying-variables-one-page-another#comment-1084812</link>
    <description> &lt;p&gt;It&#039;s perfectly fine code, you were using asp syntax. This is the easiest code. Gee, all you guys are trying to make thing harder then they are.&lt;/p&gt;
 </description>
     <pubDate>Thu, 05 Jul 2001 20:45:04 +0000</pubDate>
 <dc:creator>Gyrbo</dc:creator>
 <guid isPermaLink="false">comment 1084812 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/carrying-variables-one-page-another#comment-1084791</link>
    <description> &lt;p&gt;Thanks Gyrbo,&lt;br /&gt;
I&#039;m trying your suggestion, but is there something not right with the end of the code?  I&#039;m not up on php (my server does support it).&lt;/p&gt;
&lt;p&gt;Thanks for your help.&lt;/p&gt;
 </description>
     <pubDate>Thu, 05 Jul 2001 16:27:15 +0000</pubDate>
 <dc:creator>nipropman</dc:creator>
 <guid isPermaLink="false">comment 1084791 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/carrying-variables-one-page-another#comment-1084782</link>
    <description> &lt;p&gt;Your on UNIX right? Does your host support PHP?&lt;/p&gt;
&lt;p&gt;Try this code, it should work. You need to rename your page to .php&lt;/p&gt;
 </description>
     <pubDate>Thu, 05 Jul 2001 15:46:20 +0000</pubDate>
 <dc:creator>Gyrbo</dc:creator>
 <guid isPermaLink="false">comment 1084782 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/carrying-variables-one-page-another#comment-1084759</link>
    <description> &lt;p&gt;He needs some javascipt.&lt;/p&gt;
&lt;p&gt;FYI..&lt;br /&gt;
$domain is a variable in Perl and PHP (maybe others)&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;domain&lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt; is ASP (but &lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$domain&lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt; is invalid syntax)&lt;/p&gt;
&lt;p&gt;I don&#039;t remember the code to get something out of the URL, sorry.&lt;/p&gt;
 </description>
     <pubDate>Thu, 05 Jul 2001 07:44:32 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1084759 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/carrying-variables-one-page-another#comment-1084757</link>
    <description> &lt;p&gt;well, in the form, you would have to place a &#039;submit&#039;-button and the code i posted you have to place in your order.cgi/order.pl.&lt;br /&gt;
the page with the form can be a normal html-page (without anything dynamic).&lt;/p&gt;
&lt;p&gt;if you&#039;re looking for some java-code i can&#039;t help you out, i don&#039;t know anything &#039;bout it...&lt;/p&gt;
&lt;p&gt;[edit]&lt;br /&gt;
could you post the url to your site?&lt;br /&gt;
[/edit]&lt;/p&gt;
 </description>
     <pubDate>Thu, 05 Jul 2001 07:09:08 +0000</pubDate>
 <dc:creator>merlin</dc:creator>
 <guid isPermaLink="false">comment 1084757 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Ignore that last post</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/carrying-variables-one-page-another#comment-1084756</link>
    <description> &lt;p&gt;Ignore that load of balloney in the last post.  I&#039;ve been up all night with this. Im in the UK and its just gone 8.10 am and my brain is dead.  (that&#039;s my excuse anyway.)&lt;/p&gt;
&lt;p&gt;If this helps you guys, this is the part of the whois script that generates the url.&lt;/p&gt;
&lt;p&gt; sub whois {&lt;br /&gt;
	$output .= &#039;&#039;;&lt;br /&gt;
	foreach $ext(@ext) {&lt;br /&gt;
		$output .= &quot;$domain.$ext&quot;;&lt;br /&gt;
		@whois = `whois $domain.$ext` ;&lt;br /&gt;
		$status=&quot;taken&quot;;&lt;br /&gt;
		foreach $i (@whois)  {&lt;br /&gt;
			if($i=~/No match for/g){$status=&quot;available&quot;}&lt;br /&gt;
		}&lt;br /&gt;
		if ($status eq &quot;available&quot;) {&lt;br /&gt;
			if ($orderform) { $hyperlink = &quot;&lt;a&gt;Order Now &amp;gt;&lt;/a&gt;&quot;; }&lt;br /&gt;
			$output .= &quot;Available$hyperlink&quot;;&lt;br /&gt;
		} else { $output .= &quot;Taken&amp;nbsp;&quot;; }&lt;br /&gt;
	}&lt;br /&gt;
	$output .= &#039;&#039;;&lt;br /&gt;
	&amp;amp;printpage(&quot;$output&quot;);&lt;br /&gt;
}&lt;/p&gt;
 </description>
     <pubDate>Thu, 05 Jul 2001 07:03:46 +0000</pubDate>
 <dc:creator>nipropman</dc:creator>
 <guid isPermaLink="false">comment 1084756 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
