Records 1 to 2 of 2
|
» ADO
» Array » Components » Cookies » Date/Time » Files » Form » Graphics » HTML Formatting » Language » Math » Misc. » Multimedia » Performance » Printing and reports » Security » Sessions » SQL » Strings » XML |
Cookies ASP Scripts
ASP Script Home » Cookies
2 ASP Cookies Scripts
Sort: Most Viewed | Highest Rated | Newest
Reading and writing cookiesYou can't do much useful in the Internet world without writing a cookie to the user's browser. This code shows you how to store a cookie and cookie value and then retrieve it using the response and request object. ...Added on: 12/23/2002 Hits: 6946 Rating: (3.59) votes 88
Cookie BasicsThe first time the users comes to the page, it'll have a text box and a button. Once you type in your nick and hit Set Nick, it'll display Welcome [the nick they entered]. This is just an example on how-to set/read cookies. ...Added on: 12/22/2002 Hits: 6539 Rating: (3.11) votes 38
Records 1 to 2 of 2
|