home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Demos / Midas / InternetExpress / TroubleShoot / readme.txt next >
Text File  |  1999-08-11  |  1KB  |  33 lines

  1. JavaScript Include Files Troubleshooter
  2.  
  3. When a JavaScript error occurs while using an InternetExpress 
  4. application, the error is often the result of unavailable JavaScript
  5. include files. Use scripttest.html to verify that the JavaScript 
  6. files are available. 
  7.  
  8. 1. If necessary, modify scripttest.html to correspond to the
  9. configuration of your Web Server virtual directories.
  10.  
  11. scripttest.html looks for JavaScript files in the current 
  12. directory. To modify scripttest.html to reference a different 
  13. virtual directory (e.g., SCRIPTS), modify the SRC attribute 
  14. in the <SCRIPT> tag (e.g., SRC="/SCRIPTS/xmldom.js").
  15.  
  16. 2. Copy scripttest.html to the virtual directory where your 
  17. InternetExpress .exe or .dll is located.  This virtual directory must
  18. have read access permission.
  19.  
  20. 3. View scripttest.html using your browser.
  21. You must access scripttest.html through your Web Server. Accessing 
  22. as a local file (e.g.; c:\inetpub\wwwroot\scripttest.html) may 
  23. provide incorrect results.
  24.  
  25.  
  26. Note that Navigator often does a better job of reporting errors 
  27. than IE. If you have Navigator, use it to access your InternetExpress 
  28. page.  You may get an error message that explains the problem. 
  29.  
  30.  
  31.  
  32.  
  33.