Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
HTML Tables and JavaScript access
Message
From
03/03/2004 17:52:14
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
HTML Tables and JavaScript access
Miscellaneous
Thread ID:
00882932
Message ID:
00882932
Views:
51
Hi,

I built a 1 row, 5 column html table in the page load event. I have complete server side control of all of the cells in the table via:
this.Table1.Row[0].Cells[0].Text = "my cell text" ;
or I can set a property of a cell via:
this.Table1.Row[0].Cells[0].BackColor=Color.Yellow; 
But now I need to control some the properties and text via client side JavaScript. How do I need to set up the table, rows and columns so that I can control these elements via JavaScript. Can someone also offer an example of JavaScript that does this?

Regards, and thanx,
Neil
Next
Reply
Map
View

Click here to load this message in the networking platform