<script>
function chaxun(){
wl=document.all("wl").value;
sub_id=<%=request("sub_id")%>;
window.location='ad_create.asp?sub_id='+sub_id;
}
</script>
想要的结果就是window.location='ad_create.asp?sub_id='+sub_id;要传二个值过去,如ASP中的“'ad_create.asp?sub_id=sub_id&wl=wl”另外要打开新页面,对JS不懂,请高手给写一下 谢谢