Also, my current project is implemented in plain HTML web pages, but now I received requirement to have a place in the web page to store the last 10 records user entered(for example, last 10 phone #, last 10 address, .. etc.). I am thinking of using an
applet on each web page to store those 10 records, and the user can drag and drop one of the records on the applet to other text field outside of the applet. Does anybody know if it can be done in a better way using DHTML/JavaScript. Thanks.