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!

Search results for query: *

  1. joecool2005

    load function

    The code is placed in the begining of the script. I want to be abled to call a XML file from a URL. Is that possible? Thx for you reply.
  2. joecool2005

    load function

    Hi, When I call like this set licxmldoc = server.CreateObject("Microsoft.XMLDOM") licxmldoc.async = false licxmldoc.load("http://www.w3schools.com/xml/note.xml") it does not work. But when I test the link on the browser, it works! Can somebody tell me why ? Thx Joe
  3. joecool2005

    design, source, quick view button are lost

    Hi, I have lost my "Design", "Source" and "Quick View" button at the bottom of the page. How can I display those buttons again? Also, when I add a file .js to Visual Interdev, all the keywords are not highlighted anymore. How can I put it back? Thx Joe
  4. joecool2005

    request.form problem

    Hi, I want to upload a file by using a form. When I use the tag form like this <FORM NAME="uploadForm" METHOD="POST" ENCTYPE="multipart/form-data" ACTION="progress_upload.asp " OnSubmit="return checkKey()" > The ENCTYPE="multipart/form-data" don't allow to use Request.Form. Is there other...
  5. joecool2005

    line too long

    Hi all, With this code: <style type="text/css"> .spanLeft{ width : auto; float : left; text-align : left; FONT-SIZE: 10pt; padding: 4px; } </style> <table border=1 width=100% cellpadding=0 cellspacing=0> <tr><td align=right><span class=spanleft>Deduction for foreign experts operating a stock...
  6. joecool2005

    HTTP connection

    I want to execute something on the server side. Something like this. Session.GetHTTPConnection("support.drtax.ca") This is in C++. But I want to do on ASP Thx
  7. joecool2005

    HTTP connection

    Hi all, How do you do a HTTP Connection on ASP? Thx
  8. joecool2005

    error on Netscape 8.0.4

    Hi, I just updated my Netscape 8.0.2 to a new version Netscape 8.0.4 . Now it shows me an error like this when I surf. "The instruction at "0x014b90b0" referenced memory 0x00000000. The memory could not be "read" ". What is that mean? Is that a new bug? Is there anything I can do? On...

Part and Inventory Search

Back
Top