1.asp和2.asp是独立的页面,想把1.asp的表单值传递给2.asp只能用cookie
范例:
1.ASP中一个 <input type= "text " name= "txtValue ">
我试着在2.ASP中用 <%=trim(request( "txtValue "))%> ,但不行 !
...
苗景云的博客
<< 向左走,向右走 >>
<< 向左走,向右走 >>
1.asp和2.asp是独立的页面,想把1.asp的表单值传递给2.asp只能用cookie
范例:
1.ASP中一个 <input type= "text " name= "txtValue ">
我试着在2.ASP中用 <%=trim(request( "txtValue "))%> ,但不行 !
...