<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1031847" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1031847</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-done#comment-1186760</link>
    <description> &lt;p&gt;Opps, I had missed your previous responce. &lt;/p&gt;
&lt;p&gt;Glad that it is working &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;
 </description>
     <pubDate>Wed, 30 Nov 2005 14:53:46 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1186760 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-done#comment-1186754</link>
    <description> &lt;p&gt;Nope, just how to link to their page with the ID# in there...  I thought my giddy response above would let everyone know my problem was solved, LOL!  That was exactly what I needed to know.  Thanks again!  You guys are great!&lt;/p&gt;
 </description>
     <pubDate>Wed, 30 Nov 2005 13:25:18 +0000</pubDate>
 <dc:creator>digidivakathy</dc:creator>
 <guid isPermaLink="false">comment 1186754 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-done#comment-1186586</link>
    <description> &lt;p&gt;I doubt it is javascript, as when you do VIEW SOURCE, you will see the source code as given by the server already has the ID# in there:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;td&amp;gt;&amp;lt;b&amp;gt;Animal Reg Number&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;td&amp;gt;&amp;lt;INPUT TYPE=&amp;quot;Text&amp;quot; NAME=&amp;quot;reg1&amp;quot; STYLE=&amp;quot;{width:120px;}&amp;quot; SIZE=&amp;quot;9&amp;quot; VALUE=&amp;quot;14098832&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;/td&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
It is running on IIS 5.0, so maybe they just set the server to run .html files as ASP pages or soemthing?&lt;/p&gt;
&lt;p&gt;Just to clarify, is the issue of how to link to their page with the ID# already in there (which has been resolved) what you were looking for, or issue of how to make a page of your own that will accept such a link?&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Mon, 28 Nov 2005 16:35:15 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1186586 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-done#comment-1186583</link>
    <description> &lt;p&gt;It would appear as if they where doing it with javascript though, considering all the makes have the .html extention&lt;/p&gt;
 </description>
     <pubDate>Mon, 28 Nov 2005 15:56:27 +0000</pubDate>
 <dc:creator>bja888</dc:creator>
 <guid isPermaLink="false">comment 1186583 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-done#comment-1186554</link>
    <description> &lt;p&gt;Oh, my gosh, you&#039;re awesome!  So, that&#039;s the link I put in and just change the number for each animal?  That&#039;s great!  Thank you so much!&lt;/p&gt;
 </description>
     <pubDate>Mon, 28 Nov 2005 00:34:08 +0000</pubDate>
 <dc:creator>digidivakathy</dc:creator>
 <guid isPermaLink="false">comment 1186554 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-done#comment-1186552</link>
    <description> &lt;p&gt;Yep, and then it passes that value to its destination page and that text box has a value of &quot;$_GET[&#039;aid&#039;];&quot;, or something similar to that. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 28 Nov 2005 00:24:57 +0000</pubDate>
 <dc:creator>mscreashuns</dc:creator>
 <guid isPermaLink="false">comment 1186552 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-done#comment-1186550</link>
    <description> &lt;p&gt;&lt;code&gt;http://www.angus.org/common/epd_ped_details.html?aid=14098832&lt;/code&gt;&lt;br /&gt;
That is the link to the other site. (angus.org)&lt;/p&gt;
&lt;p&gt;The page it goes to is &quot;epd_ped_details.html&quot;.&lt;/p&gt;
&lt;p&gt;You will notice right after the page is a &quot;?&quot;&lt;br /&gt;
Everything pas the &quot;?&quot; is called a &lt;em&gt;QueryString&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;All you have to do is change the &quot;aid&quot; value.&lt;br /&gt;
So if you want Animal Reg Number 12345 then you use this link:&lt;br /&gt;
&lt;code&gt;http://www.angus.org/common/epd_ped_details.html?aid=12345&lt;/code&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 28 Nov 2005 00:12:44 +0000</pubDate>
 <dc:creator>bja888</dc:creator>
 <guid isPermaLink="false">comment 1186550 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-done#comment-1186549</link>
    <description> &lt;p&gt;Well, the most I&#039;ve ever done with php is editing the files for my Photopost and vBulletin installs, so he may just be out of luck on this one.  Thanks!&lt;/p&gt;
 </description>
     <pubDate>Mon, 28 Nov 2005 00:07:25 +0000</pubDate>
 <dc:creator>digidivakathy</dc:creator>
 <guid isPermaLink="false">comment 1186549 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-done#comment-1186545</link>
    <description> &lt;p&gt;Chances are, they are using a server side language such as PHP or ASP.&lt;/p&gt;
&lt;p&gt;I&#039;m not too sure how it&#039;s done with ASP but, there are several ways to do it with PHP.&lt;/p&gt;
 </description>
     <pubDate>Sun, 27 Nov 2005 22:48:06 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1186545 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
