View Full Version : how??


zelda_sheik
01-09-2003, 11:30 PM
well i know how java script can take a message a uer type on the prompt and show it on the page but how do i make it so it stays in the page so even if they close the window and cometo that page again it'l have the same message they typed

whammy
02-08-2003, 01:22 AM
In order to do that you'll need to use a cookie. Do a google search for "javascript cookies", or search http://www.codingforums.com for cookie scripts.