Hi, Please see the following code :
<% tmpid = "123456" %>
<frameset rows="30%,*">
<frame src="top.asp?id=<%=tmpid%>">
<frame src="bottom.asp?id=<%=tmpid%>">
</frameset>
I should pass the parameter "id" to the two asp file, but I don't want the value disclose to any users. How can I pass values by post ?
Anyone can help me ?
Thank you !
Simon Kwan
