¡¾·±ÌåÖÐÎÄ¡¿
¡¾ÉèΪÊ×Ò³¡¿
¡¾¼ÓÈëÊղء¿
µ±Ç°Î»Ö㺳ÌÐò¿ª·¢Ê×Ò³ >> JavaScript >> ¹ØÓÚÈçºÎ¶¯Ì¬µØÔÚÍ¬Ò»Ò³ÃæÊµÏÖÁ½¸ö < select > »¥´« (s1 <==> s2)

¹ØÓÚÈçºÎ¶¯Ì¬µØÔÚÍ¬Ò»Ò³ÃæÊµÏÖÁ½¸ö < select > »¥´« (s1 <==> s2)

2005-01-09 20:42:31  ×÷Õߣºbihu  À´Ô´£º»¥ÁªÍø  ä¯ÀÀ´ÎÊý£º22  ÎÄ×Ö´óС£º¡¾´ó¡¿¡¾ÖС¿¡¾Ð¡¡¿
¼ò½é£º ¹ØÓÚÈçºÎ¶¯Ì¬µØÔÚÍ¬Ò»Ò³ÃæÊµÏÖÁ½¸ö<select>»¥´«  (s1 <==> s2)                  &n...

¹ØÓÚÈçºÎ¶¯Ì¬µØÔÚÍ¬Ò»Ò³ÃæÊµÏÖÁ½¸ö»òµÄÖµ´«µ½ÁíÒ»¸ö

<%

str="function do_select() {" & vbCrlf & _

"if (document.form1.select1.options.length > 0) {"&vbCrlf&_

"var j=0;"&vbCrlf&_

"for(var i=0;i

"if(document.form1.select1.options(i).selected) {"&vbCrlf& _

"j=j+1; break" & vbCrlf & "}"&vbCrlf & "}"&vbCrlf& _

"if (j > 0) {"&vbCrlf&_ "document.form1.sel2.options[document.form1.sel2.options.length] = new Option(" & _

"document.form1.select1.options[document.form1.select1.selectedIndex].value," & _

"document.form1.select1.options[document.form1.select1.selectedIndex].value);"& vbCrlf

Response.Write "

"

str=str&vbCrlf&"document.form1.select1.options[document.form1.select1.selectedIndex]=null;"&vbCrlf & _

"if (document.form1.select1.options.length > 1) {"&vbCrlf '&_

str=str&vbCrlf & "}" & vbCrlf & "}" & vbCrlf& "}" & vbCrlf& "}" & vbCrlf

Response.Write "" & vbCrlf

Response.Write str & vbCrlf & ""& vbCrlf

%>

<%

str=""

str="function do_select2() {" & vbCrlf & _

"if (document.form1.sel2.options.length > 0) {"&vbCrlf&_

"var j=0;"&vbCrlf&_

"for(var i=0;i

"if(document.form1.sel2.options(i).selected) {"&vbCrlf& _

"j=j+1; break" & vbCrlf & "}"&vbCrlf & "}"&vbCrlf& _

"if (j > 0) {"&vbCrlf&_

"document.form1.select1.options[document.form1.select1.options.length] = new Option(" & _

"document.form1.sel2.options[document.form1.sel2.selectedIndex].value," & _

"document.form1.sel2.options[document.form1.sel2.selectedIndex].value);"& vbCrlf

str=str&"document.form1.sel2.options[document.form1.sel2.selectedIndex] =null;" & vbCrlf &"}"& vbCrlf &"}"& vbCrlf &"}"

Response.Write "" & vbCrlf

Response.Write str & vbCrlf & ""& vbCrlf

%>



ÔðÈα༭£ºadmin
±¾ÎÄÒýÓõØÖ·£º http://www.3pcode.com/code/2005/01/12982.htm
Ïà¹ØÎÄÕÂ