srikav98
12-24-2002, 09:14 AM
Hi,
We are developing a web page for financial bond calculations. We have a table in our page with 53 columns. When we enter something in the 2nd column, and tab out of that cell, we need to populate the other cells in that row, this information to populate the other columns should be fetched from the server. Now our main concern is which technology to use: applets or DHTML?
In Applets, I think we can use servlet-applet communication via inputstream and outputstream. I am not exactly sure about this. Is it correct way of doing it?
But with applets, it takes a lot of time to download. We would like to minimize this using DHTML. But in DHTML, how can we populate the other columns depending on the information in the 2nd column? Is there a way to do this? One more question: How can we send a table data to server? In other words, is there a way to send some data to server without using forms?
Can somebody please help me with this question?
Thanks a lot for your reply in advance.
We are developing a web page for financial bond calculations. We have a table in our page with 53 columns. When we enter something in the 2nd column, and tab out of that cell, we need to populate the other cells in that row, this information to populate the other columns should be fetched from the server. Now our main concern is which technology to use: applets or DHTML?
In Applets, I think we can use servlet-applet communication via inputstream and outputstream. I am not exactly sure about this. Is it correct way of doing it?
But with applets, it takes a lot of time to download. We would like to minimize this using DHTML. But in DHTML, how can we populate the other columns depending on the information in the 2nd column? Is there a way to do this? One more question: How can we send a table data to server? In other words, is there a way to send some data to server without using forms?
Can somebody please help me with this question?
Thanks a lot for your reply in advance.