Hi Guys, Again, I am quite new to the Web world, and this might be a very simple question. I have a page and on which I want the user to type a long list of rows. The rows can have 2 or 3 columns. I suspect that the "default way" of doing this is asking the user to fill one column at a time in, lets say, 3 input fields and them submit this to be appended in the next page, that will show all the previous itens in a table. My question is: is that too much resource intensive? If I do that, will my server be overloaded? Is there any other simple approach of doing this? Some guys told me that it is possible to make an "editable table" using JavaScript and them allow the user to submit all the table rows at once. Would that be a good practice? I am concerned about the behaviour of this in both IE and Netscape, since I don�t know how JS works in both browsers (IE and Netscape) - Probably, I will have session timeout problems if I do that too, but it would be the next issue.
Thanks a lot for your time. Tedi __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com To change your membership options, refer to: http://www.sys-con.com/java/list.cfm
