RE: [NF] Input and html

2006-12-26 Thread Sietse Wijnker
Hi Virgil, How 'bout setting up some hidden input boxes, filling them with the values and reading those out in your saving routine? That way there's no labeling needed. For parsing the querystring variables: simple ASP test page: %@ Language=VBScript % % cVar1 = Request.QueryString.Item(var1)

RE: [NF] Input and html

2006-12-26 Thread Virgil Bierschwale
:[EMAIL PROTECTED] On Behalf Of Sietse Wijnker Sent: Tuesday, December 26, 2006 2:07 AM To: profox@leafe.com Subject: RE: [NF] Input and html Hi Virgil, How 'bout setting up some hidden input boxes, filling them with the values and reading those out in your saving routine? That way there's no labeling

RE: [NF] Input and html

2006-12-26 Thread Sietse Wijnker
To: [EMAIL PROTECTED] Subject: RE: [NF] Input and html That's what I was trying to do, but because of the way this example program was developed, I have to put it in the code below OR figure out a better way to do it. Here is my retrieval code: --- Dim vjbBranch vjbBranch

RE: [NF] Input and html

2006-12-26 Thread Virgil Bierschwale
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sietse Wijnker Sent: Tuesday, December 26, 2006 4:34 PM To: profox@leafe.com Subject: RE: [NF] Input and html Hi Virgil input type=hidden name=vjb1 value=%=vjbBranch % //td input type=hidden name=vjb2 value