Click here to Skip to main content
15,913,944 members

Comments by Franco Cipriano (Top 43 by date)

Franco Cipriano 10-Sep-14 3:16am View    
Yup, this is where I got this code. When I copy it to my system. It does not even execute the click event. So I added the download attribute in the anchor tag.
Franco Cipriano 25-Jul-13 9:23am View    
Thanks,
what's the variable deg and file?
Franco Cipriano 23-May-13 2:43am View    
I call the jquery from code behind since I need to execute a script after opening the jquery. I tried calling the jquery from javascript but it closes right away

function openDialog(divname) {
$('#' + divname).dialog({
width: 400,height: 300,
open:function() {$(this).parent().appendTo("form:first");}
});

return true;
}
Franco Cipriano 18-Apr-13 11:18am View    
My files are located in C:\ of my server
Franco Cipriano 18-Apr-13 8:17am View    
My files are located in a different server..what should be the url format? http://<ipaddress>//folder_path ... is that the format? thanks