javascript Error description¾Ü¾ø·ÃÎÊ£¿ÔÚÏßµÈ
function SetCwinHeight(obj)
{
var cwin=obj;
if (document.getElementById)
{
if (cwin && !window.opera)
{
if (cwin.contentDocument && cwin.contentDocument.body.offsetHeight)
cwin.height = cwin.contentDocument.body.offsetHeight;
else if(cwin.Document && cwin.Document.body.scrollHeight)
cwin.height = cwin.Document.body.scrollHeight;
}
}
}
ÎÒÓÃiframe£¬IE×ÜÌáʾjavascript Error description¾Ü¾ø·ÃÎÊ,ÔÚÏßµÈ
<iframe width="78%" align="center" id="frm" id="cwin" name="cwin" onload="Javascript:SetCwinHeight(this)" scrolling=no sytle="top:0;" frameborder="0" src="http://www.bjjgj.sphj.com:8082/bespeak/yysm.html" domain='baidu' > </iframe>¡¡
Â¥ÉÏÐֵܣ¬¼ì²éÒ»ÏÂÒì³£ÊÇ¡°Ã»ÓÐȨÏÞ¡±£¡ÕâÖÖÇé¿öÔõô´¦Àí
{{
Ïà¹ØÎÊ´ð£º
ÔõôÓÃjavascript¿ØÖÆgridviewÀïµÄRadioButton
¶Ô gridview findcontrol ,ÕÒ³öRadioButton£¬
È»ºó£¬¶ÔRadioButton £¬µÄAttribute Ôö¼Ó JS¾Í¿ÉÒÔÁË¡£
C# code:
for (int i = 0; i < gd ......
ÓÃjavascript½«Êý¾Ýµ¼³öµ½Îı¾Îļþ(txt)ÖÐ..
Ê×ÏȼÙÉèÒѾÓÐÁËÐèҪдÈëµÄÎı¾ÄÚÈÝ var txtContent ="ÐèҪдÈëµÄÄÚÈÝ";
ÏÖÔÚÐèÒªÓÃjavascript½«ÄÚÈÝдÈëtxtÎļþ(Õâ¸ötxtÎļþ²»´æÔÚ,ÐèÒª´´½¨)ÖÐ,È»ºóдºÃÖ ......
JScript code:
<html>
<head>
<script type="text/javascript">
window.onload=function(){
var a = document.getElementsByTagName("a");
for(var i=0; i& ......
<script language="javascript">
function click() {
if (event.button==2) { //button==1Ϊ×ó¼ü
alert('µã»÷²é¿´ÎÄÕÂÏêϸÄÚÈÝ£¡')
}
}
document.onmousedown=click
</script>
ÒÔÉÏ ......