Çë´ó¼Ò°ïÖú¿´Ò»¸öJAVASCRIPTÓÐÎÒÃÇ´íÎó£¡
¸÷λ´óÏÀ£ºÔÚÏÂÓиöscript£¬²»ÖªµÀÄÄÀï³ö´íÁË£¬ÇëÖ¸µãÏ£¡
JScript code:
<script type="text/javascript">
function FiveSelect()
{
var i=0;
var n=0;
for(i=2;i<=16;i++)
{
var chb= document.getElementById("_3355__ctl"+i+"__ctl2_0");
if(chb.checked=="checked")
{
n=n+1;
}
}
if(n>5)
{
alert("×î¶àÖ»ÄÜÑ¡ÔñÎåÏ");
}
if(n<5)
{
alert("×îÉÙҪѡÔñÎåÏ");
}
}
document.getElementById('processPageBtn').onclick = function(){FiveSelect();};
</script>
²»ÖªµÀÕâ¸öjavascriptÔõô²»¹¤×÷£¿Çë¸÷λ´óÏÀÖ¸µãϰ¡£¬Ð»Ð»ÁË£¡
document.getElementById('processPageBtn').onclick = FiveSelect;
¸Ä³ÉÕâÑù
²¢²»ÊÇ
document.getElementById('processPageBtn').onclick = function(){FiveSelect();};
²»¹¤×÷¶øÊÇ
for(i=2;i <=16;i++)
{
var chb= document.getElementById("_3355__ctl"+i+"__ctl2_0");
if(chb.checked=="checked")
{
n=n+1;
}
}
²»¹¤×÷¡£Çë¿´Ï£¡
if(chb
Ïà¹ØÎÊ´ð£º
ÎÊÌâÃèÊöÈçÏ£º
ÓÃC#¿ª·¢µÄActiveXǶÈëÍøÒ³ÖУ¬¸ÃActiveXÖÐÓÐÒ»¸ö°´Å¥button1.ÏÖÔÚҪʹµÃÓû§µ¥»÷ÁËbutton1ºóʵÏÖÒ³ÃæÌø×ªµÄ¹¦ÄÜ£¬¼´Óɵ±Ç°µÄ1.htmÌø×ªµ½2.htm¡£
Î ......
ºǫ́ÓÐÒ»¸öº¯Êý protected string Fun1(int a, string b)
ÎÒÏëÔÚjavascript´úÂëÖе÷ÓÃËü£¬Ôõô×ö£¿
function GridBind()
{
var a = 1;
var b='s';
& ......
ÎÒµÄÍøÒ³ÉÏ·ÅÖÃÁËÒ»¸öActiveX¿Ø¼þ£¬¿Ø¼þÃûΪNVSViewerCtrlEx£¬clsid:9D78E092-86F1-487E-91DA-6D7D44ED985A£¬¿Ø¼þʼþ֪ͨ£¨µ±Êó±êÑ¡Öд°¿Úʱ´¥·¢£¬OnSelectedView(long lView)£¬ÆäÖÐlView£º´Ó0¿ªÊ¼µÄÐòÊý£©;Õâ¸ö¿Ø¼ ......
ÎÒÒªÔÚHTMLÖÐÓÃJavaScript´úÂëÒì²½»ñÈ¡XMLÎļþÖÐÒ»¸ö½ÚµãµÄÖµ±ÈÈç
<?xml version="1.0" encoding="GB2312"?>
<configuration>
<appSettings>
......
ÈçÌ⣺
²Î¿¼http://topic.csdn.net/u/20090912/12/af0562a2-6869-48b8-a1a4-bc165c02fa4d.html
ÖÐÎҵĻظ´
°ÑxmlReportData.async = "false"; ¸Ä³ÉxmlReportData.async = "true";¾ÍÊÇÒì² ......