Web Page

Hi,

I want to design a page wherein i have a grid ,i have add/del buttons which will add or

del rows from grid.

Also my cells of the grid can be a DDList Box,a textfield.

I don't want to use Applets ,is there any other alternative.

Please help.

Let me know some sites wherein u can find this same type of functionality.

thanx

[382 byte] By [smt123] at [2007-9-26 3:01:51]
# 1
This sounds more like a use for JSP/servlets or PHP ( http://php.net ). I suggest moving the discussion to the correct forum.Here's a tutorial on HTML forms: http://mastercgi.com/howtoinfo/formtutorial.shtml
jsalonen at 2007-6-29 11:00:17 > top of Java-index,Desktop,Core GUI APIs...
# 2
Here's an even better one: http://www.davesite.com/webstation/html/
jsalonen at 2007-6-29 11:00:17 > top of Java-index,Desktop,Core GUI APIs...
# 3

Thanx for replying ,but i haven't got the answer to my qs.

I checked the sites u have mentioned,but couldn't find what i wanted.

On click of a button i want a whole row to be added.

And that row if it has 4 cells,out of 4, 2 will be DDList Box(1 editable and the other non-editable) and the remaining 2 cells will be simple textfields.

Okay inside <td. tag i can have textfield & select tag for DD,

but then how do i add a whole row and how do i have editable DDList Box.

Please help.

>

smt123 at 2007-6-29 11:00:17 > top of Java-index,Desktop,Core GUI APIs...