HighDots Forums  

table

alt.html.dhtml alt.html.dhtml


Discuss table in the alt.html.dhtml forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
olivier soudée
 
Posts: n/a

Default table - 07-30-2003 , 02:07 PM






hello, I have a table made up of column and of line, I would like to assign
to a whole of line a value (example: table.rows(4).cells(1 with 4).innerhtml
= "ABC") currently I manage to isolate a cell but not a unit from cell. How
to make thank you?



Reply With Quote
  #2  
Old   
KLinZ
 
Posts: n/a

Default Re: table - 07-30-2003 , 03:36 PM






olivier soudée wrote:

Quote:
hello, I have a table made up of column and of line, I would like to
assign to a whole of line a value (example: table.rows(4).cells(1
with 4).innerhtml = "ABC") currently I manage to isolate a cell but
not a unit from cell. How to make thank you?
Nice babelfish :-)

You can give the <tr> an ID and use this ID to change the properties of the
row.

<tr id="tr1"><...

<script language="javascript">
document.all.tr1.style.color = blablabla;
</script>

--
www.zenobits.com



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.