Re: [Dynapi-Dev] Remote Server Loading in LoadPanel

2001-04-13 Thread Scott Andrew LePera
>the problem is that it doesn't bother asking the user (at least in mozilla >0.81) and just denies the priviledge anyway. I think there's a known bug in the priveledge functionality. I had the same problem months ago when trying to use NS6's ondragdrop to get the properties of a shortcut dropped

Re: [Dynapi-Dev] Remote Server Loading in LoadPanel

2001-04-13 Thread Michael Pemberton
it still appears that NS6 considers downloading content (from ANY server) a security risk and as such will require the user's permission. the problem is that it doesn't bother asking the user (at least in mozilla 0.81) and just denies the priviledge anyway. Scott Andrew LePera wrote: > >I have

Re: [Dynapi-Dev] Remote Server Loading in LoadPanel

2001-04-13 Thread Scott Andrew LePera
>I have found the attached php code allows me to download a page from a >different server than the original page. I've used a similar hack myself, in Perl. In my experience, a proxy script or servlet is the only way to get the content of remote documents. Any luck with Netscape 6/Mozilla? scot