: : Hi i greatly appriciate those that helped me out last time,but i need some more help i need to:
: :
: : 1. Create a web page form that saves two cookies from two textboxes.
: : 2. Have a <a href="http:// ... that takes you to another web page that
: : reades the cookies and puts them in two textboxes. Have the second
: : page have a different title and background color then the first.
: :
: : If anybody can please help me on how to do this please let me know how its done, Thank you.
: :
: 1. Here's a page which explains creating and reading cookies with JS:
http://www.w3schools.com/js/js_cookies.asp
: 2. Here's a page detailing how to set the background:
http://www.w3schools.com/css/css_background.asp
: And one for the anchor:
http://www.w3schools.com/html/html_links.asp
:
How do i create a webpage that stores a users name and occupation?