It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Board index Programming JavaScript Forum

Problem in Downloading in IE6

Problem in Downloading in IE6

Postby vinoth on Tue Oct 12, 2010 6:42 am

Hi All,

I have written a coding to download in IE6. But if you disable the Security , file download as disable. Then it shows" you currently don't have the privilege to download".

Is there any way to enable it by using java script or through any other programming without enabling it through security options.
vinoth
 
Posts: 1
Joined: Tue Oct 12, 2010 6:35 am

Re: Problem in Downloading in IE6

Postby HotNoob on Tue Oct 12, 2010 4:51 pm

MSIE's security prompts are there for a reason. I know some ways of bypassing them with javascript, but it is illegal to do so on a public website.
---
Most major websites will use meta tags to redirect the page to a download file, and then also provide a direct link on that page in case the meta refresh is disabled.

Code: Select all
<meta http-equiv="refresh" content="Seconds;url=http://downloadURL">
<meta http-equiv="refresh" content="1;url=http://google.ca">
HotNoob
100+ Club
 
Posts: 169
Joined: Sun May 02, 2010 1:38 am

Re: Problem in Downloading in IE6

Postby webmaster on Tue Oct 19, 2010 6:31 am

You should be able to find something in the source of the page.

Post the URL if you want more help.
User avatar
webmaster
Site Admin
 
Posts: 2695
Joined: Tue Aug 17, 2004 1:07 pm
Location: Sweden


Who is online

Users browsing this forum: No registered users and 4 guests