<br>&nbsp;&nbsp;&nbsp;&nbsp;This isn't canonical, but as I understand it, inherent in the FSO is the assumption that you are opening a file on the local file system (even though you may be using a mapped drive).&nbsp; I don't think it has the capacity to use HTTP.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;However, you DO have the XMLHTTP object, which will make an HTTP request and bring back the text in its entirety (with no security issues like the FileSystemObject).&nbsp; You can get the full content with the ResponseText (?) property, so you don't have to try to parse it as XML.&nbsp; Just Google "Javascript ajax request" and you should get a ton of hits on this subject.<br><br>Cheers,<br><br>Peter<br><br><font face="Tahoma, Arial, Sans-Serif" size=2><b>From</b>: "Tim Lewis" <a href="mailto:twlewis@softhome.net">twlewis@softhome.net</a><br></font><br>Can the ActiveX FSO OpenTextFile be used in Javascript to open a<br>Sharepoint based HTTP text file, or is it only for local text files?<br><br>Thank you,<br>Tim