JavaScriptÔõÑùд¹È¸èÊ×Ò³µÄ¡°¸ü¶à¡±
http://www.google.cn/
ÖеÄÄǸö¸ü¶àÓÃJavaScriptÔõôʵÏÖ?²»ÒªÓÃjQ.
HTML code:
<script type="text/javascript">
function showMenu(e) {
document.getElementById("subMenu").style.display = "block";
//·ÀֹʼþðÅÝ
if (e && e.stopPropagation)
e.stopPropagation();
else
window.event.cancelBubble = true;
return false;
}
document.onclick = function() {
if (document.getElementById("subMenu").style.display = "block") {
document.getElementById("subMenu").style.display = "none";
}
}
</script>
<a href="javascript:void(0);" onclick="showMenu(event)">¸ü¶à</a>
<div id="subMenu" style="position: absolute; display: none; border: 1px solid #ccc;">
<p>
<a href="#" onclick="alert(1)">menu1</a></p>
<p>
menu2</p>
</div>
·Ç³£¸Ðл£¬ÄÜ˵˵//·ÀֹðÅÝʼþµÄ×÷ÓÃÂð£¿
ʵÔÚÊÇ̫ǿÁË£¬Ð»Ð»£¡
²»·ÅÖÃðÅݵϰ¡£µã»÷¸ü¶à£¬ÏÈÕ¹¿ª£¬ÓÖÒòΪdocument.onclick¶ø¹Ø±ÕÁË¡£
1¥ǿ°¡¡£¡£Õæ¿ì
¶¥
Ïà¹ØÎÊ´ð£º
Çë´ó¼Ò×¢Òâ¿´Çå³þÎÊÌâ,²»ÊÇÒ»°ãÍøÉÏÌÖÂÛµÄÎÊÌâ:
ÔÚindex.phpÖÐÒýÓÃjsÎļþ
<script src='index.js'> </script>
¶øÔÚindex.jsÖÐÊÇÔõÑùÒýÓÃindex.phpÖÐphpµÄ±äÁ¿µÄÖµµÄÄØ?
ÏÖÔÚÎÒ ......
ÇëÎÊÔÚ¶Ô»°¿òÀïÄÚǶä¯ÀÀÆ÷¿Ø¼þ£¬´ïµ½¸úÍøÒ³½»»¥
Ïëͨ¹ýJavaScriptµ÷ÓÃC++º¯Êý ÐèÒªÍê³É Äö²½Ö裿
Çë°´²½Öè˵Ã÷¡£
C++½«º¯Êý·Åµ½ÄÄÀï ¹© JavaScript ²éѯ²¢µ÷ÓÃÄØ£¿
ËäÈ»Óд ......
.csÎļþÀï´úÂ룺
string ss="12345";
protected void Page_Load(object sender, EventArgs e)
{
ClientScript.RegisterStartupScript(this.GetType(), "", " <scrip ......
ÈçϵĿò¼Ü¶¨Ò壺
<frameset cols="100,*">
<frame name="left" src="a.html">
<frameset rows="80,*">
......
JScript code:
<script language="javascript" type="text/javascript">
function $(e) {return document.getElementById(e);}
document.getElementsByClassName = function(cl) {
......