日期:2014-05-16 浏览次数:20977 次
function onload(){
if(window.name == null || window.name == ""){
window.name = "enter";
Star('000000','sheng');
}else{
//Star('000000','sheng');
}
}
<body onload="onload()">
<form name="form1" id="f1" method="post" action="index.asp" >
<table width="1000" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><table align="left">
<tr align="left" height="40">
<td align="left"> 起运地:</td>
<td align="left"><SELECT name="sheng" ID="sheng" style="width:80px;" onclick="Star(this.options[this.selectedIndex].value,'shi')"><option ><%=Session("a")%></option></select></td><input type="text" value="<%=Session("a")%>">
<td align="left"> </td>
<td align="left"><select name="shi" id="shi" style="width:130px;" onclick="Star(this.options[this.selectedIndex].value,'xian');"><option ><%=Session("b")%></option></select></td>
<td align="left"> </td><input type="text" value="<%=Session("b")%>">
<td align="left"><select name="xian" id="xian" style="width:130px;" ><option><%=Session("c")%></select></td>
<input type="text" value="<%=Session("c")%>">
</tr>