Im not very good with javascript so I'm hoping someone can help out.
I've created a table that pulls info out of a database via ASP.
Then I used javascript code found at
http://www.tek-tips.com/faqs.cfm?fid=5220
that allows the users to reorder the columns as they see fit.
I would like to store their preferance into a cookie, so whenever they return to that page, the column order is how they left it.
Could someone please explain/ show how I can do this?
I believe the variable holding the order is var oHid_Order ?? but im not sure, also. I don't know how to store that info in the cookie.
|