i use jquery post function to go to server and bring the link to file download.
when the func come back and return the link, i try to open a popup or iframe with link source , to popup save/open file window
i try this
window.open(data.link,'Download','top=20,width=3,height=3,left=20');
or
document.getElementById('download').src=data.link;
its work fine in firefox , but in IE
He show the message : "To Help Protect Your Security, Internet Explorer Blocked.."
how i get over this
EDIT: If i do it from direct link from the page he dont show me this message