|
 |
asp_web_howto thread: Referencing a <Table> or <TD>
Message #1 by Jesper Nielsen <JNN@d...> on Fri, 19 Oct 2001 12:28:00 +0200
|
|
Hello,
Can anyone tell me how I can refer to a certain table or td-element?
Thanks
Jesper.
Message #2 by "Daniel O'Dorisio" <daniel@o...> on Fri, 19 Oct 2001 08:57:29 -0400
|
|
Give it a name (id for the new specs) and you can reference it in
javascript. You can also reference it like:
<td onmouseover="myscriptfunc(this)">
myscriptfunc(srcElement){
srcElement.class = "someotherclass"
}
Kinda like that.. I have done before.
daniel
--------------------------
Daniel O'Dorisio
daniel@o...
www.odorisio-networks.com
--------------------------
-----Original Message-----
From: Jesper Nielsen [mailto:JNN@d...]
Sent: Friday, October 19, 2001 6:28 AM
To: ASP Web HowTo
Subject: [asp_web_howto] Referencing a <Table> or <TD>
Hello,
Can anyone tell me how I can refer to a certain table or td-element?
Thanks
Jesper.
daniel@o...
$subst('Email.Unsub')
|
|
 |