|
-
December 16th, 1999, 04:07 AM
#1
ASP security
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|