[問題] javascript

看板Ajax作者 (uishi)時間15年前 (2009/06/04 19:38), 編輯推噓0(001)
留言1則, 1人參與, 最新討論串4/5 (看更多)
請問一下,我想在網頁裡面新增下拉式選單 要怎麼做?? 不是新增選項喔 是"新增一整個選單" 但是先前的選資不要被動到 <%@ 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.107

06/05 15:43, , 1F
"+" 在哪裡?
06/05 15:43, 1F
文章代碼(AID): #1A9x9J2x (Ajax)
討論串 (同標題文章)
以下文章回應了本文
完整討論串 (本文為第 4 之 5 篇):
2
4
2
8
1
1
0
1
文章代碼(AID): #1A9x9J2x (Ajax)