Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Display XML data on HTML page

Status
Not open for further replies.

ColinGregory

Technical User
Feb 16, 2001
39
US
Newbie alert!! I'm hoping that someone can start me off in the right direction for this one...

What I want to do is have a user input data via an html form. When submit is clicked the inputted data is sent as part of a SQL query which returns an xml file. I would like to display the results of the query on the same page as the form in a box near the input form.

I can get as far as sending off the query and getting back an xml file displayed in a new browser window but I don't know how to catch and parse the xml file and place the relavant results in the html file.

All help gratefully received.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top