功能实现问题http://www.cqjob.com/person/jobSearch.asp
这个功能怎么实现请问???
期望的工作地区: 然后选择了工作区域 选择1个 然后点添加删除 就到那边去了
这样可以选择多个地区
请问这个功能怎么实现啊
我看了 但是查看原代 然后复制保存为HTML形式 要出错
帮忙啊
功能实现问题http://www.cqjob.com/person/jobSearch.asp
这个功能怎么实现请问???
期望的工作地区: 然后选择了工作区域 选择1个 然后点添加删除 就到那边去了
这样可以选择多个地区
请问这个功能怎么实现啊
我看了 但是查看原代 然后复制保存为HTML形式 要出错
帮忙啊
<!doctype html public \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">
<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"gb2312\">
<head>
<title> 下拉列表框多选的效果</title>
<meta http-equiv=\"content-type\" content=\"text/html;\" />
<meta name=\"generator\" content=\"editplus\" />
<meta name=\"keywords\" content=\"\" />
<meta name=\"description\" content=\"\" />
<link type=\"text/css\" rel=\"stylesheet\" href=\"\" />
</head>
<script type=\"text/javascript\">
<!--
function Mv(a,b) {
var i = 0;
var f=document.getElementById(a);
var t=document.getElementById(b);
for(var i=0; i<f.options.length; i++) {
if(f.options[i].selected ) {
var no = new Option();
no.value = f.options[i].value;
no.text = f.options[i].text;
t.options[t.options.length] = no;}
}
Rv(a);
}
function Rv(o) {
var o=document.getElementById(o);
for(var i=o.options.length-1; i>=0; i--) {
if(o.options[i].selected && o.options[i] != \"\") {
o.options[i].value = \"\";
o.options[i].text = \"\";
o.options[i] = null;
}
}
}
-->
</script>
<body>
<table id=\"MovOpTB\" cellspacing=\"0\" cellpadding=\"0\">
<tr>
<td class=\"slt\"><strong class=\"norTit\">我的联系人</strong><br /><select id=\"SltAddrA\" class=\"SltBar\" name=\"\" size=\"12\" multiple=\"true\">
<option value=\"1\">CNLei01 <test@test.com></option>
<option value=\"2\">CNLei02 <test@test.com></option>
<option value=\"5\">CNLei05 <test@test.com></option>
<option value=\"7\">CNLei07 <test@test.com></option>
<option value=\"9\">CNLei09 <test@test.com></option>
<option value=\"9\">CNLei10 <test@test.com></option>
<option value=\"11\">CNLei11 <test@test.com></option>
</select>
</td>
<td class=\"btn\"><input type=\"button\" class=\"BtnA2w\" name=\"\" value=\">>>\" onclick=\"Mv('SltAddrA','SltAddrB');\" /><br /><br /><input type=\"button\" class=\"BtnB2w\" name=\"\" value=\"<<<\" onclick=\"Mv('SltAddrB','SltAddrA');\" /></td>
<td class=\"slt\"><strong class=\"norTit\">列表成员</strong><br /><select id=\"SltAddrB\" class=\"SltBar\" name=\"\" size=\"12\" multiple=\"true\">
<option value=\"\">CNLei03 <test@test.com></option>
<option value=\"\">CNLei04 <test@test.com></option>
<option value=\"\">CNLei08 <test@test.com></option>
</select></td>
</tr>
</table>
</body>
</html>
<!doctype html public "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="gb2312">
<head>
<title> 下拉列表框多选的效果</title>
<meta http-equiv="content-type" content="text/html;" />
<meta name="generator" content="editplus" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="" />
</head>
<script type="text/javascript">
<!--
function Mv(a,b) {
var i = 0;
var f=document.getElementById(a);
var t=document.getElementById(b);
for(var i=0; i<f.options.length; i++) {
if(f.options[i].selected ) {
var no = new Option();
no.value = f.options[i].value;
no.text = f.options[i].text;
t.options[t.options.length] = no;}
}
Rv(a);
}
function Rv(o) {
var o=document.getElementById(o);
for(var i=o.options.length-1; i>=0; i--) {
if(o.options[i].selected && o.options[i] != "") {
o.options[i].value = "";
o.options[i].text = "";
o.options[i] = null;
}
}
}
function f1(){
for(var i =0;i<form1.SltAddrB.options.length;i++)
{
form1.SltAddrB.options[i].selected = true;
}
form1.action='5.asp';
form1.target='_blank';
form1.submit();
}
-->
</script>
<body>
<form action="6.asp" name="form1">
<table id="MovOpTB" cellspacing="0" cellpadding="0">
<tr>
<td class="slt"><strong class="norTit">我的联系人</strong><br /><select id="SltAddrA" class="SltBar" name="s1" size="12" multiple="true">
<option value="1">CNLei01 <test@test.com></option>
<option value="2">CNLei02 <test@test.com></option>
<option value="5">CNLei05 <test@test.com></option>
<option value="7">CNLei07 <test@test.com></option>
<option value="9">CNLei09 <test@test.com></option>
<option value="9">CNLei10 <test@test.com></option>
<option value="11">CNLei11 <test@test.com></option>
</select>
</td>
<td class="btn"><input type="button" class="BtnA2w" name="" value=">>>" onclick="Mv('SltAddrA','SltAddrB');" /><br /><br /><input type="button" class="BtnB2w" name="" value="<<<" onclick="Mv('SltAddrB','SltAddrA');" /></td>
<td class="slt"><strong class="norTit">列表成员</strong><br /><select id="SltAddrB" class="SltBar" name="s2" size="12" multiple="true">
<option value="">CNLei03 <test@test.com></option>
<option value="">CNLei04 <test@test.com></option>
<option value="">CNLei08 <test@test.com></option>
</select></td>
</tr>
</table>
<input type="button" value="submit" onclick="f1()">
</form>
</body>
</html>
5.asp
<%=request("s2")%>