If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Form

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-24-04, 11:10
dove_g dove_g is offline
Registered User
 
Join Date: Jan 2004
Posts: 30
Form

Hi.

I use some simple VB script and have few session variables, which I have listed in rows (listed ordered articles)
By every this field I would like to have input form which would be the quantity of this article, something like:

Aricle -> Session("Article"&X)
Quantity ->
<input name="<%=Session("Article"&X)%>" type="text" value="<%=Session("Quantity"&X)%>" size="3" maxlength="4">

Now after that I would that by pressing Submit every value from this form to be inputed in Session("Quantity"&X).

How to do that?
Thanks.
Reply With Quote
  #2 (permalink)  
Old 03-25-04, 07:17
dove_g dove_g is offline
Registered User
 
Join Date: Jan 2004
Posts: 30
Hello to all, I have managed to all that for myself.

I can share my complicated code for free :-).
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On