我有一個來自結果集的變量標籤<%test_variable%>。使用變量的經典ASP重定向URL
我想用這個<%= test_variable%>重定向到一個鏈接,說
http://www.helloworld.someurl.com/testUrl?somevariable=<%=test_variable%>&test=ok
我怎樣才能在<%%>標籤做到這一點?例如,
<%=test_variable%>
<%
' I want to redirect the url with the above tag, something like:
Response.Redirect(" http://www.helloworld.someurl.com/testUrl?somevariable=<%=test_variable%>&test=ok")
%>
但我不認爲我們可以有「嵌套標籤」,對不對?
我很新的ASP。
讓你的問題clear.You要重定向到一些頁。如果有什麼你想發送到該網址? – polin