<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%
if request("action")="ch" then
call ch()
end if
%>
<%
Sub ch()
Dim bj
bj=trim(request.Form("se"))
session("bj")=bj
%>
<script>
window.parent.mainFrame.location.href="right.asp";
</script>
<%
end sub
%>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>
<body>
<form id="form1" name="form1" method="post" action="left.asp?action=ch">
<label>
<select name="se">
<option value="1"<%if bj="1" then response.Write(" selected")%>>a</option>
<option value="2"<%if bj="2" then response.Write(" selected")%>>b</option>
<option value="3"<%if bj="3" then response.Write(" selected")%>>c</option>
</select>
</label>
<label>
<input type="submit" name="Submit" value="提交" />
</label>
</form>
</body>
</html>
<%
if request("action")="ch" then
call ch()
end if
%>
<%
Sub ch()
Dim bj
bj=trim(request.Form("se"))
session("bj")=bj
%>
<script>
window.parent.mainFrame.location.href="right.asp";
</script>
<%
end sub
%>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>
<body>
<form id="form1" name="form1" method="post" action="left.asp?action=ch">
<label>
<select name="se">
<option value="1"<%if bj="1" then response.Write(" selected")%>>a</option>
<option value="2"<%if bj="2" then response.Write(" selected")%>>b</option>
<option value="3"<%if bj="3" then response.Write(" selected")%>>c</option>
</select>
</label>
<label>
<input type="submit" name="Submit" value="提交" />
</label>
</form>
</body>
</html>