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 Westi 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: *

  1. venusgirrl

    How to load XML result in VbScript

    i think this is the way i should go. thank you!!
  2. venusgirrl

    How to load XML result in VbScript

    Ok, Thank you tsuji :) But I need to recover like this: <script type="text/vbscript"> set xmlDoc=CreateObject("Microsoft.XMLDOM") xmlDoc.async="false" xmlDoc.load(DIVIDA) -- here I need the value of CONTRACT, but I dont know how to access it, I am trying to loop thru the nodes but it isnt...
  3. venusgirrl

    How to load XML result in VbScript

    <HTML> <HEAD> <XML id="DIVIDA"> </XML> then after this I need to make a select case but how can I get the values of this xml (DIVIDA) in my select case. got it?? ... <body> ...
  4. venusgirrl

    How to load XML result in VbScript

    The problem is, I need help from a XML forum. I would appreciate If you could help me then
  5. venusgirrl

    How to load XML result in VbScript

    well, I am talking about get a result of a xml in the head section of my page, my problem is not pass the value to vb script. Thats the reason why I posted my question here, as far I know my doubt is about xml. But If you think, its a Vb Script question, please do red flag this.
  6. venusgirrl

    How to load XML result in VbScript

    Hi, Maybe the answer for my question is easy, but I am so new to xml, I tried a lot of ways but all of them dont work. I have a page (made by another person), and it works correctly, but where the page calls the results of the xml is not where I need. The header: <HTML> <HEAD> <XML...
  7. venusgirrl

    Editing PDF source code in VB 6

    Hi there, Does someone know how could I edit a pdf source code using visual basic 6? I just need to delete the extra line after the %%EOF. Thanks in advance, venusgirrl

Part and Inventory Search

Back
Top