Re: if your download doesn't start...

2003-03-23 Thread Glenn Linderman
On approximately 3/23/2003 5:49 AM, came the following characters from the keyboard of Oleksandr Pavlyk: If you wanna do it CGI way, you can send back HTTP header Refresh $q->header(-Refresh => '1; URL=http://etc.etc.etc/'); Stephen Patterson wrote: On 22 Mar 03, [EMAIL PROTECTED] ([EMAIL PROTEC

Re: if your download doesn't start...

2003-03-23 Thread Oleksandr Pavlyk
If you wanna do it CGI way, you can send back HTTP header Refresh $q->header(-Refresh => '1; URL="" class="moz-txt-link-freetext" href="http://etc.etc.etc/">http://etc.etc.etc/'); Stephen Patterson wrote: On 22 Mar 03, [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: I suspect most

Re: if your download doesn't start...

2003-03-23 Thread Stephen Patterson
On 22 Mar 03, [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: > I suspect most of them contain something like this in the page: > > http://etc.etc.etc/";> > > and a link for those who disabled meta refresh. Well, that was a good guess *grin* Turns out that this is exactly what sourceforge (http://

Re: if your download doesn't start...

2003-03-22 Thread csaba . raduly
On 21/03/2003 16:33:55 perl-win32-users-admin wrote: >Hi, > >A lot of "download" websites wind up showing a page _and_ starting a >download, apparently concurrently. Is there a "standard" CGI way of >doing that? > >They usually include an al