Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
HTML Tables and JavaScript access
Message
De
03/03/2004 17:52:14
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
HTML Tables and JavaScript access
Divers
Thread ID:
00882932
Message ID:
00882932
Vues:
52
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform