Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Saving EVERY item.

Status
Not open for further replies.

WhiteTiger

Programmer
Joined
Jun 26, 2001
Messages
605
Location
US
IS there any way to get all the document objects on a page, and save their values in a cookie?...I dont want to have to go through all that junk to get the names and have to name everything, etc... Regards,
Anth8-)ny
----------------------------------------
"You say [red]insanity[/red] like it's a BAD THING!"
 
You could try something like:

document.cookie=document.documentElement.outerHTML

or innerHTML with mozilla jared@eae.net -
 
Any other ideas/script?...I can't seem to be real good with cookies... Regards,
Anth8-)ny
----------------------------------------
"You say [red]insanity[/red] like it's a BAD THING!"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top