Link to home
Start Free TrialLog in
Avatar of arvanhalleorg
arvanhalleorg

asked on

AJAX/ASP

I have a code (Ajax/Javascript) that sends the data over to an asp page to work with the values. However, I'd like the asp page to read the form elements of my choice  so that I can send those values over to the database and show the end result on the screen itself. The entire code is in the background running with an XMLHttp object. Any help would be appreciated.

Audrey-Rose
ASKER CERTIFIED SOLUTION
Avatar of b0lsc0tt
b0lsc0tt
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of arvanhalleorg
arvanhalleorg

ASKER

I was hoping there was an alternative way, but I guess I'll have to go with making the function that retrieves the data for me. Thanks :)
Your welcome!  I'm sorry the answer wasn't maybe what you wanted to hear but I'm glad that I could be one of those that helped.  Thank you for the grade, the points and the fun question.

bol
I ended up shoving the main data into a cookie and read it with asp. :)