Click here to Skip to main content
16,016,580 members

Comments by Anshulkumar608 (Top 4 by date)

Anshulkumar608 8-May-14 8:15am View    
Thanx Karthik Chintala for your replying.

I have implemented as


function SaveToDisk() {

var fileURL = 'http://belnet4admin.beltoneapps.com/Docs/Miniclip_Avatar.png';
// for IE
if (!!window.ActiveXObject && document.execCommand) {
alert("a");
var _window = window.open(fileURL, '_blank');
_window.document.close();
_window.document.execCommand('SaveAs', true, fileURL)
_window.close();
}


But it open only a blank Screen
I can't elaborated on my project . can you please provide me a simple demo.
Anshulkumar608 8-May-14 8:14am View    
Deleted
function SaveToDisk() {

var fileURL = 'http://belnet4admin.beltoneapps.com/Docs/Miniclip_Avatar.png';
// for IE
if (!!window.ActiveXObject && document.execCommand) {
alert("a");
var _window = window.open(fileURL, '_blank');
_window.document.close();
_window.document.execCommand('SaveAs', true, fileURL)
_window.close();
}
Anshulkumar608 8-May-14 8:13am View    
Deleted
Thanx Karthik Chintala for your replying.

I have implemented as


function SaveToDisk() {

var fileURL = 'http://belnet4admin.beltoneapps.com/Docs/Miniclip_Avatar.png';
// for IE
if (!!window.ActiveXObject && document.execCommand) {
alert("a");
var _window = window.open(fileURL, '_blank');
_window.document.close();
_window.document.execCommand('SaveAs', true, fileURL)
_window.close();
}


But it open only a blank Screen
I can't elaborated on my project . can you please provide me a simple demo.
Anshulkumar608 15-Mar-13 7:41am View    
ya ofcours!!!