Connecting Tech Pros Worldwide Forums | Help | Site Map

adding table rows at runtime

Member
 
Join Date: Aug 2006
Posts: 60
#1: Sep 10 '06
Hi

In my application , i need to create table rows at runtime. Using javascript with table id arguments i could replicate the rows at runtime. Each of these rows has checkboxes (7.no) , dropdown box . For every onclick and onchange event of these elements in a row form is submitted. (self php page is called).
At last , on clicking a button , these values are stored to a temporary table and new row is created. Every time , on clicking this save button , previous values are retrieved from database , as much rows are added with proper data and new row is created .

How to implement this in php + javascript?
Let me know the solution.

Thanks in advance
somaskarthic

Member
 
Join Date: Aug 2006
Posts: 60
#2: Sep 11 '06

re: adding table rows at runtime


Hi

Can anyone shower some idea about this ? Pls its very urgent

-somaskarthic

Quote:

Originally Posted by somaskarthic

Hi

In my application , i need to create table rows at runtime. Using javascript with table id arguments i could replicate the rows at runtime. Each of these rows has checkboxes (7.no) , dropdown box . For every onclick and onchange event of these elements in a row form is submitted. (self php page is called).
At last , on clicking a button , these values are stored to a temporary table and new row is created. Every time , on clicking this save button , previous values are retrieved from database , as much rows are added with proper data and new row is created .

How to implement this in php + javascript?
Let me know the solution.

Thanks in advance
somaskarthic

Reply