如何快点完成全国中小学教师继续教育网的学习时间
想帮忙的朋友请不要贴去年的百度里的答案,谢谢,
如果有试成功的朋友可以发出来,或是联系我QQ,谢谢!!
去年的那种改代码的好像不行了,因为现在改成禁止打开双窗口了吧.
可以的话,帮我看下下面程序的意思!
<!--
function __doPostBack(eventTarget, eventArgument) {
var theform;
if (window.navigator.appName.toLowerCase().indexOf("netscape") > 3) {
theform = document.forms["frmtimer"];
}
else {
theform = document.frmtimer;
}
theform.__EVENTTARGET.value = eventTarget.split("$").join(":");
theform.__EVENTARGUMENT.value = eventArgument;
theform.submit();
}