- UID
- 1
- 最後登錄
- 1970-1-1
- 精華
- 閱讀權限
- 200
- 積分
- 11542
- 金錢
- 元
- 威望
- 點
- 貢獻
- 點
|
樓主 |
發表於 2013-3-1 12:25:33
|
顯示全部樓層
laxgenius 發表於 2013-3-1 11:34 AM
請問站長,
有辦法讓預設隱藏嘛?
改為- <script type="text/javascript" language="JavaScript"><!--
- function DoViewIFRAME(tid1,tid2,tid3) {
- document.getElementById(tid1).style.display = "none";
- document.getElementById(tid2).style.display = "";
- document.getElementById(tid3).style.display = "";
- }
- function DoHideIFRAME(tid1,tid2,tid3) {
- document.getElementById(tid1).style.display = "none";
- document.getElementById(tid2).style.display = "none";
- document.getElementById(tid3).style.display = "";
- }
- //--></script>
- <span style="display: none;font-size: 12px; background-color: white; color: black; cursor: pointer;" onclick="DoHideIFRAME('hideiframe','aniframeupstart','viewiframe');" id="hideiframe">
- <div align="right" style="" id="aniframeupstart">
- <div align="right"><nobr>[隱藏]</nobr></div>
- 廣告</span></div>
- </div>
- <div align="right"><span style=" font-size: 12px; color: white; background-color: black; cursor: pointer;" onclick="DoViewIFRAME('viewiframe','hideiframe','aniframeupstart');" id="viewiframe">
- <nobr>[顯示]</nobr>
- </span>
複製代碼 |
|