Hi friends,
i have an html file access denied issue only at windows 7 and windows xp and exacpt IE 8 like IE 7 it's works fine and only have this error at IE 8 at windows 7 pc.
function __doPostBack(eventTarget, eventArgument) {
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
theForm.__EVENTTARGET.value = eventTarget;
theForm.__EVENTARGUMENT.value = eventArgument;
theForm.submit();
}
the erroe exactly point the theform.submit(); which is at above funciton.
please give me your advice and waiting for your valubele information.
with regards,
//Mk..