O.P. RE: Display Picture Problem.
Ok i have a idea 10 minutos ago, i compile wget in cygwin and include on my package. So next try use de wscript.shell activex Obj
var shell = new ActiveXObject("wscript.shell");
shell.run("wget.exe http://dominio.com/pic.jpg", 0, true);
but it try to load the wget file from the c:\windows dir!! arggg!! there is any variable containing the current dir!!?!?! or there is anyway to copy the wget.exe to the windows dir? please anybody help me!! this is frustranting!
|