M
MistaCM
I hope this is a simple question cos I'm very new to XML
Within an asp page I create a string such as this:
http://mediasender.net/avision.aspx...4&make=Nokia&model=3650&transid=Test&wapota=y
The variables of msisdn, item, make, model, transid will be dependent
upon the users entries in a form on the previous page.
I need to run the string (above) that displays the XML within the same
page, grab the XML elements (is that the right word? I'm talking about
trans-id, notification-time, status-code etc) and then store them into
other variables within the page so that they can be stored in an SQL
database and displayed. Also, will the solution be non-browser
dependent?
Many thanks for any help or pointers in the right direction.
Within an asp page I create a string such as this:
http://mediasender.net/avision.aspx...4&make=Nokia&model=3650&transid=Test&wapota=y
The variables of msisdn, item, make, model, transid will be dependent
upon the users entries in a form on the previous page.
I need to run the string (above) that displays the XML within the same
page, grab the XML elements (is that the right word? I'm talking about
trans-id, notification-time, status-code etc) and then store them into
other variables within the page so that they can be stored in an SQL
database and displayed. Also, will the solution be non-browser
dependent?
Many thanks for any help or pointers in the right direction.