教程集 www.jiaochengji.com
教程集 >  脚本编程  >  javascript  >  正文 163博客弹出popup菜单

163博客弹出popup菜单

发布时间:2016-11-27   编辑:jiaochengji.com
教程集为您提供163博客弹出popup菜单等资源,欢迎您收藏本站,我们将为您提供最新的163博客弹出popup菜单资源
提示:您可以先修改部分代码再运行

<textarea name="runcool" rows="28" cols="75" > <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>test</title> <script language="javascript"> var oPopup1=window.createPopup(); function richDropDown1(){ oPopup1.document.body.innerHTML = oContextHTML1.innerHTML; oPopup1.show(0, 20, 200, 200, dropdowno1); } </script> </head> <body>
<table border="0" cellpadding="0" cellspacing="1" style="WIDTH: 100%;font-size: 9pt;line-height: 24px;height:24px;text-indent: 5pt;background-color:#ffffff;border: 1px solid #bbd8eb;"> <tr > <td onmouseover="style.backgroundColor='#0077dd';style.color='#ffffff';style.cursor='pointer';" onmouseout="style.backgroundColor='#ffffff';style.color='#000000';style.cursor='pointer';">test1</td> </tr> <tr > <td onmouseover="style.backgroundColor='#0077dd';style.color='#ffffff';style.cursor='pointer';" onmouseout="style.backgroundColor='#ffffff';style.color='#000000';style.cursor='pointer';">test2</td> </tr> <tr > <td onmouseover="style.backgroundColor='#0077dd';style.color='#ffffff';style.cursor='pointer';" onmouseout="style.backgroundColor='#ffffff';style.color='#000000';style.cursor='pointer';">test3</td> </tr> <tr > <td onmouseover="style.backgroundColor='#0077dd';style.color='#ffffff';style.cursor='pointer';" onmouseout="style.backgroundColor='#ffffff';style.color='#000000';style.cursor='pointer';">test4</td> </tr> <tr > <td onmouseover="style.backgroundColor='#0077dd';style.color='#ffffff';style.cursor='pointer';" onmouseout="style.backgroundColor='#ffffff';style.color='#000000';style.cursor='pointer';">test5</td> </tr> <tr > <td onmouseover="style.backgroundColor='#0077dd';style.color='#ffffff';style.cursor='pointer';" onmouseout="style.backgroundColor='#ffffff';style.color='#000000';style.cursor='pointer';">test6</td> </tr> <tr > <td onmouseover="style.backgroundColor='#0077dd';style.color='#ffffff';style.cursor='pointer';" onmouseout="style.backgroundColor='#ffffff';style.color='#000000';style.cursor='pointer';">test7</td> </tr> <tr > <td onmouseover="style.backgroundColor='#0077dd';style.color='#ffffff';style.cursor='pointer';" onmouseout="style.backgroundColor='#ffffff';style.color='#000000';style.cursor='pointer';">test8</td> </tr> <tr > <td onmouseover="style.backgroundColor='#0077dd';style.color='#ffffff';style.cursor='pointer';" onmouseout="style.backgroundColor='#ffffff';style.color='#000000';style.cursor='pointer';">test9</td> </tr> <tr > <td onmouseover="style.backgroundColor='#0077dd';style.color='#ffffff';style.cursor='pointer';" onmouseout="style.backgroundColor='#ffffff';style.color='#000000';style.cursor='pointer';">test10</td> </tr> <tr > <td onmouseover="style.backgroundColor='#0077dd';style.color='#ffffff';style.cursor='pointer';" onmouseout="style.backgroundColor='#ffffff';style.color='#000000';style.cursor='pointer';">test11</td> </tr> <tr > <td onmouseover="style.backgroundColor='#0077dd';style.color='#ffffff';style.cursor='pointer';" onmouseout="style.backgroundColor='#ffffff';style.color='#000000';style.cursor='pointer';">test12</td> </tr> </table>
<table border="0" cellpadding="0" cellspacing="0"> <tr> <td nowrap class="Logo_text">
<span onclick=richDropDown1() style=" CURSOR: hand;" onmouseout="setTimeout('oPopup1.hide()',10000000)">-请选择-</span>
</td> </tr> </table> </body> </html></textarea>
提示:您可以先修改部分代码再运行

您可能感兴趣的文章:
163博客弹出popup菜单
Coda Popup Bubbles
鼠标左键弹出菜单
jQuery Plugin for Popup
跨帧结构无限级菜单
js弹出层代码(兼容多浏览器)
怎么利用博客站群来做SEO优化
js 点击弹出下拉菜单的实例代码(图文)
jQuery右键菜单插件 jQuery ContextMenu
托盘左键单击和双击问题

[关闭]
~ ~