<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1014349" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1014349</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/basic-javascript-and-aspsql-question#comment-1082742</link>
    <description> &lt;p&gt;What I ended up doing with the ASP is creating 2 tables for the sale.  One is the customer table and the other is an ItemsSold table.  The customer form is populated with the customer&#039;s information which is the top few textboxes on the form.  It then closes that table and opens the ItemsSold table and writes the RecordID from the customer&#039;s table into a customer field and then loops all checked items and writes a new record for each of them under the ItemSold field.&lt;/p&gt;
&lt;p&gt;It&#039;s not the best way to build it if reporting was the most important feature needed, but pulling the data out of the database is #1 for this project so this is the easiest on the server.&lt;/p&gt;
&lt;p&gt;...and Yes, I found another site which was doing the redirection from one textbox to another and I taught myself how to do it by viewing the sourcecode, pretty easy!&lt;/p&gt;
&lt;p&gt;Thanks for the response.&lt;/p&gt;
 </description>
     <pubDate>Tue, 22 May 2001 14:00:04 +0000</pubDate>
 <dc:creator>artsapimp</dc:creator>
 <guid isPermaLink="false">comment 1082742 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/basic-javascript-and-aspsql-question#comment-1082729</link>
    <description> &lt;p&gt;How did you solve the js prob?&lt;/p&gt;
&lt;p&gt;As for the asp, I think you will have to use many ifs.&lt;br /&gt;
But maybe you could name the checkboxes 1 to whatever and use a loop to check them?..&lt;/p&gt;
&lt;p&gt;like:&lt;br /&gt;
---------------------------------------------------------&lt;br /&gt;
for x = 1 to 50  &#039; or what ever a for next loop looks like&lt;/p&gt;
&lt;p&gt;    if request.form(x) = checked then&lt;/p&gt;
&lt;p&gt;        upload to database&lt;br /&gt;
    end if&lt;/p&gt;
&lt;p&gt;x = x + 1&lt;br /&gt;
next&lt;br /&gt;
----------------------------------------------------------&lt;/p&gt;
&lt;p&gt;Maybe this would work?&lt;/p&gt;
 </description>
     <pubDate>Tue, 22 May 2001 02:34:32 +0000</pubDate>
 <dc:creator>ShinNathan</dc:creator>
 <guid isPermaLink="false">comment 1082729 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/basic-javascript-and-aspsql-question#comment-1082708</link>
    <description> &lt;p&gt;I figured out the javascript portion of my original question.  I am still confused about the best way to do the ASP as explained above.  Thanks for any help.&lt;/p&gt;
 </description>
     <pubDate>Mon, 21 May 2001 18:04:19 +0000</pubDate>
 <dc:creator>artsapimp</dc:creator>
 <guid isPermaLink="false">comment 1082708 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
