> I've been trying to get a file to appear in an HTMLViewer but the > HTMLViewer window remains empty and does not throw an error - if I > use the same url in Safari then the file downloads without trouble.
You have to code/handle this yourself, there is no error, the htmlViewer does not come with this ability *built-in*. Use the CancelLoad event and the URL parameter to see what the page/file is before the document begins its download. You can capture the last few characters and decide what kind of file you are dealing with, like maybe *.sit*. From there you create/get a folderitem and create a new httpsocket. Use the Get method of this to snag the file. -- Thomas C. _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
