设为首页收藏本站同能贴吧

同能网

 找回密码
 帐号注册

QQ登录

只需一步,快速开始

RPG Maker XP 让不懂编程的人也能做出精美的游戏来。 下载教程资源

RPG Maker VX 高效编辑、画面流畅、RGSS2脚本系统 下载教程脚本常见问题

RPG Maker VX Ace 同能网汉化版本、内置纸娃娃、全新的RGSS3 下载

搜索
查看: 127|回复: 0
打印 上一主题 下一主题

折叠功能HTML代码(注意不是rgss代码!

[复制链接]
  • TA的每日心情

    2014-6-29 17:15
  • 签到天数: 9 天

    连续签到: 0 天

    [LV.3]偶尔看看II

    跳转到指定楼层
    楼主
    发表于 2014-6-2 19:22:12 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
    1. <html><head><script language="JavaScript">
    2. function ToggleVisible(targetID, imageID, linkImage, linkImageCollapsed)
    3. {
    4. if (document.getElementById){
    5. target = document.getElementById(targetID);
    6. if (target.style.display == "none") {
    7. target.style.display = "";
    8. } else {
    9. target.style.display = "none";
    10. }

    11. if (linkImageCollapsed != "") {
    12. image = document.getElementById(imageID);
    13. if (target.style.display == "none") {
    14. image.src = linkImageCollapsed;
    15. } else {
    16. image.src = linkImage;
    17. }
    18. }
    19. }
    20. }
    21. </script></head><body><table width="34" border=1 id="test" cellpadding="0" cellspacing="0" ><tr><td height=20 align=right><a onClick="ToggleVisible('Contents','LinkImage','',''); return false;" href="#"><div width=100% height=20 style="width:697px; height: 24px"><p align="left">一定要点我才能打开!</p></div></a></td></tr><tr id="Contents" style="display:none;"><td><span style="color: rgb(68, 68, 68); font-family: Tahoma, 'Microsoft Yahei', Simsun; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); display: inline !important; float: none;">[flash=1024,576]http://www.66rpg.com/f/173.swf[/flash]</span><br></td></tr></table></body></html>
    复制代码
    分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
    收藏收藏 转播转播 分享分享 分享淘帖
    您需要登录后才可以回帖 登录 | 帐号注册

    本版积分规则

    QQ|申请友链|关于我们|小黑屋|手机版|简洁版|同能网 ( 沪ICP备12027754号-3 )  

    GMT+8, 2026-5-17 01:29 , Processed in 0.124859 second(s), 21 queries , Gzip On.

    Powered by Discuz! X3.1

    © 2001-2013 Comsenz Inc.

    快速回复 返回顶部 返回列表