Re: [問題] javascript

看板Ajax作者 (uishi)時間15年前 (2009/06/05 20:45), 編輯推噓0(001)
留言1則, 1人參與, 最新討論串5/5 (看更多)
※ 引述《a7752035 (uishi)》之銘言: : 請問一下,我想在網頁裡面新增下拉式選單 : 要怎麼做?? : 不是新增選項喔 : 是"新增一整個選單" : 但是先前的選資不要被動到 : <%@ page contentType="text/html; charset=big5" language="java" import="java.sql.*" %> : <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "" rel="nofollow">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> : <html xmlns="" rel="nofollow">http://www.w3.org/1999/xhtml"> : <script language="javascript"> : function NewView() : { : } : </script> : </html> : </head> : <%%> : <body> : <form id="form1" name="form1" method="post" action=""> : <label> : <select name="select" > : </select> : <input type="submit" name="Submit" value="+" onclick="NewView()" /> : </label> : <p>&nbsp;</p> : <p>&nbsp;</p> : </form> : </body> : </html> : 這是我的原始碼 請問一下,我要怎麼按+之後新增一個選單在下面?? : 求各位大師幫忙!! + 是按扭稱 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 203.68.92.208

06/18 17:41, , 1F
新增一整個選單?..隨便弄個TAG..點+後用innerHTML丟進去
06/18 17:41, 1F
文章代碼(AID): #1AAHDYFR (Ajax)
討論串 (同標題文章)
本文引述了以下文章的的內容:
0
1
完整討論串 (本文為第 5 之 5 篇):
2
4
2
8
1
1
0
1
文章代碼(AID): #1AAHDYFR (Ajax)