主题:下拉列表框的问题,求赐教
<%Tag tag=new Tag();%>
<select name="no" class="text" id="no" onChange="window.open('eduing_show.jsp?no=javascript:mys()'
首先在这里,下拉列表框的值和显示,我都存放在类里的,在列表框的CHANGE事件里,我想点一个项,就把这一项的值通过eduing_show.jsp传到这个eduing_show.jsp页上
但是不知道怎么写,写来写去,NO=什么都是字符串。。写什么照单传过去什么,但是我现在想传的是选中的值,求高手赐教。(在eduing_show.jsp用request.getParameter("no")接收。)
,'','width=800,height=600,top=0, left=0, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no');" >
<% out.print(tag.getList(tag.emp,"001")); %>
</select>
<select name="no" class="text" id="no" onChange="window.open('eduing_show.jsp?no=javascript:mys()'
首先在这里,下拉列表框的值和显示,我都存放在类里的,在列表框的CHANGE事件里,我想点一个项,就把这一项的值通过eduing_show.jsp传到这个eduing_show.jsp页上
但是不知道怎么写,写来写去,NO=什么都是字符串。。写什么照单传过去什么,但是我现在想传的是选中的值,求高手赐教。(在eduing_show.jsp用request.getParameter("no")接收。)
,'','width=800,height=600,top=0, left=0, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no');" >
<% out.print(tag.getList(tag.emp,"001")); %>
</select>