匿名
未登录
创建账号
登录
Love Nest
搜索
查看“测试”的源代码
来自Love Nest
命名空间
页面
讨论
更多
更多
页面操作
阅读
查看源代码
历史
←
测试
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
[[html]] <div style="display:inline-block; width = 100%"> <div id="findbalance" class="titlebox" style="float:left"> Left side! <Button type="button" class="inputfield" id="submit">换</Button><br/> </div> <div id="wise" style="display:none;float:right" class="titlebox" > Strong side! <Button type="button" class="inputfield" id="wiseSubmit">Submit</Button> </div> </div> <script> document.getElementById("submit").onclick= function(){ document.getElementById("findbalance").style.display = "none"; document.getElementById("wise").style.display=""; } document.getElementById("wiseSubmit").onclick= function(){ document.getElementById("wise").style.display = "none"; document.getElementById("findbalance").style.display = ""; }; </script> <style> .titlebox{ border: black 1px solid; padding: 10px; width: 40%; background: beige; } .inputfield { padding: 2px; margin: 2px; } </style> [[/html]]
返回
测试
。
导航
导航
首页
最近更改
随机页面
MediaWiki帮助
wiki工具
wiki工具
特殊页面
页面工具
页面工具
用户页面工具
更多
链入页面
相关更改
页面信息
页面日志