Click to See Complete Forum and Search --> : Array + ASP
Cedric
01-29-2004, 02:26 AM
Hello,
I have an array (Javascript) and I would like to send the values on a asp page. With POST, GET,... ? I do not know how to make. Could somebody help me?
Thank you.
I think you mean you want to send some values to a server-side ASP application (which is not quite the same with an ASP page).
To submit something you need a form and some form's elements' values to be send. So build that form, choose the proper element that suits to your array elements value, make the equivalency and submit them to that server=side application.
Or... include that ARRAY directly into that ASP, if they are not client-side inputs.
Cedric
01-29-2004, 03:33 AM
Thank for your help.
Originally posted by Kor
Or... include that ARRAY directly into that ASP, if they are not client-side inputs.
How can I do that? And if I do this, I will be able to read the values in my array?
Thanks
Cedric
How can I do that?
I don't know. I know nothing about ASP. Ask the people which are building that code.
Cedric
01-29-2004, 03:54 AM
Ok, thank you very much!
I will ask on the asp forum!