clearwa
07-20-2003, 08:44 AM
I have developed a a web site that relies on IE's startDownload() method to add content to various parts of a DHTML page. IE supports this by means of a prorietary tag, <IE:DOWNLOAD>. The startDownload() method loads the content of a URL into the DOWNLOAD area; once this is done than the content of that area can be updated to the site by use of the innerHTML property. Now I want to do the same thing in Navigator. LAYER used to hava a src attribute but is no longer supported. Does anyone have a browser-generic solution to loading content from an arbitrary file into a DIV document section under Navigator??
Thanks in advance for any help ... and help is what I need at the moment!!
Allan
Thanks in advance for any help ... and help is what I need at the moment!!
Allan