|
-
Jan 16th, 2001, 07:31 AM
#1
Thread Starter
Hyperactive Member
How could i get each element with i in the params items
For each item in params
i=i+1
Response.Write i & "=" & params(item) & "<BR>"
Next
I'm trying to call specific elements of params so i can insert into a db
ie: params(i)
Cheers
-
Jan 16th, 2001, 07:33 AM
#2
Thread Starter
Hyperactive Member
This dont work either
item(i)
-
Jan 16th, 2001, 11:25 PM
#3
Guru
what params are you referring to?
-
Jan 17th, 2001, 05:02 AM
#4
Thread Starter
Hyperactive Member
I've done it.. d'oh just remembered
set params = Request.Form
params.item("ParamaterWanted")
Cheers
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|