免費論壇 繁體 | 簡體
Sclub交友聊天~加入聊天室當版主
分享
返回列表 發帖

[教學] 互動視窗 (推)

語法說明:
  • 在 <input type="button" name="B2" value="站長是帥哥"> 中修改第一個按鈕文字及互動對話
  • 在 <input type="button" name="B1" value="站長是白痴"> 中修改第二個按鈕文字及互動對話

代碼

  1. <!--互動視窗_開始-->
  2. <center>
  3. <form method="POST">
  4. <input type="button" name="B2" value="站長是帥哥" onClick="alert('謝謝啦!^_^');">
  5. <input type="button" name="B1" value="站長是白痴" onClick="if(confirm('你再考慮一次!')) alert('你不想混啦?'); else alert('這才像話......');">
  6. </form>
  7. </center>
  8. <!--互動視窗_結束-->
複製代碼
使用方式:
後台>頭部訊息>貼上代碼

示範網址:http://info.hotbbs.info/

1# kekeke80063


修正代碼:
  1. <!--互動視窗_開始-->
  2. <center>
  3. <form method="POST">
  4. <input type="button" name="B2" value="站長是帥哥" onClick="alert('謝謝啦!^_^');">
  5. <input type="button" name="B1" value="站長是白痴" onClick="if(confirm('你再考慮一次!')) alert('這才像話......'); else alert('你不想混啦?');">
  6. </form>
  7. </center>
  8. <!--互動視窗_結束-->
複製代碼

TOP

不知道這是什麼 測試看看…

TOP

哈哈  這好好玩喔

TOP

不太懂呢....弄弄看好了

TOP

返回列表