Hi, I have developed a an EXE that would be running on a web browser...At the same time i would like it to accessing the system resuorces. How should i go bout with giving the permissions to this particular piece of code...
tarunbounthiyal
Posts
-
Smart client -
page refresh urgentI think u should do it with javascript. var temptime; var curtime; var disp; function valuecheck(t) { eval(document.formname.TN_check.value=t); doRewrite(); } function beginrefresh() { curtime-=1; disp=curtime+" seconds left until page refresh!"; window.status=disp; setTimeout("beginrefresh()",1000); } function doRewrite() { window.status="" curtime=(document.formname.TN_check.value/1000)+3; if (document.formname.TN_check.value!="") { beginrefresh(); setTimeout('document.forms[0].submit()' , document.formname.TN_check.value); return; } }
No Refresh 5 Mins 10 Mins
-
How can I pop up a window in VB.net?use Response.write and write the javascript code as string. C# code Response.write ("alert('No data to display')");
-
Architecture issue (IIS and SQL server on same machine?)If u want to save/updates document file on the web server. I think u should check Dotnetnuke or sharepoint service.