|
-
Nov 25th, 2004, 04:54 PM
#1
Thread Starter
Hyperactive Member
Establishing Control Name [RESOLVED]
Hi all,
I'm setting the ID of a server control tables' row to example "MyRow" and being that the table is on a control within a control the resulting id comes out as:
id="cntTOrdersList_ctlTOrdersList_MyRow"
I've added javascript at runtime to point to 'MyRow' but its not finding it using Document.All.MyRow which makes sense
How can I establish the full name (as above) in the code? I cant see how its even possible? Failing that, anyone know any javascript to find it?
This is universal code so I can't cheat and just add "cntTOrdersList_ctlTOrdersList_" :-)
Thanks
Last edited by tailz; Nov 26th, 2004 at 11:24 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|