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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: 6181
  • Content: Threads
  • Order by date
  1. 6181

    How to set an Attribute with DOM & ASP?

    I'm using DOM and ASP to output an XML file, which should look like this: <filmarchive> <film film_id=""> <title>Donnie Darko</title> </film> </filmarchive> I request the inputdata from a form: strfilm_id = Request.Form( "film_id" ) strtitle = Request.Form( "title" ) I then do...

Part and Inventory Search

Back
Top