|
|
|
|
|
| | |
|
Active Server Pages ASP a directory of ASP tutorials applications scripts components and articles for the novice to professional developer. CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: POSTing arrays |
From: |
Harlan |
Date: |
2/15/1999 8:44:12 AM |
IP: |
206.222.20.2 |
I was thinking this weekend about what you asked, and I think I came up with a few ways to do it. However, none of them include actually passing the array from a form ;)
1) post the array to a session variable
2) post the array to an appliction variable
3) store the array in a cookie
4) make the array a comma delimited string and post it into/from a form that way, use split(var,",") to make it an array again.
5) make a small function to repost the elements of the array into indevidual input items on a page. With a small loop this would be easy, altho probably pretty ugly way to do it.
there are a couple ideas, depending on what you need to do with the array you can probably find one that you can use. I dont believe any browsers are able to hold arrays as form elements.
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|