> -----Original Message----- > From: Paul Ihrig [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 16, 2006 9:17 AM > To: CF-Community > Subject: moving divs > > hey guys. > any one know a way using jsp & js to > make a dragable div on a page store its last moved location? say into a > text file?
With normal web apps you can use cookies. If you adopt an application framework like HTA (IE only) you get more control since they work under application (not browser) security limitations. Using one you can write to the registry, the file system, or whatever. Jim Davis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:5:200278 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
