Asp Codes
ActiveX
ADO
Array
Code Snippets
Components
Data Access
Date Time
Files
Graphics
HTML Formatting
Mathematics
Miscellaneous
Sessions
SQL
Strings
Techniques
XML
Asp > Code Snippets sample source codes
User will only see content on a page once
User will only see content on a page once <% response.buffer =true viewed = request.cookies("read") if viewed = "" then response.write "You have not been here before " & "
" response.cookies("read") = "ok" else response.write "You have been here before " end if %>
Privacy Policy
|
Link to Us
|
Links