Login | |
|
 |
RE: cgetElementByID shortcut operator vbscript - 11/7/2008 10:02:49 AM
|
|
 |
|
| |
TNO
Posts: 1402
Score: 16
Joined: 12/18/2004
From: thenewobjective.com
Status: offline
|
I don't think any VB language supports this. Well, VB.NET kinda does, but it has more logic operators than you can shake a stick at. Can you give a little more info? there may be an alternative that doesn't require a butt load of code
_____________________________
To iterate is human, to recurse divine. -- L. Peter Deutsch
|
|
| |
|
|
|
 |
RE: cgetElementByID shortcut operator vbscript - 11/7/2008 11:42:45 AM
|
|
 |
|
| |
TKS
Posts: 187
Score: 0
Joined: 5/16/2008
Status: offline
|
Certainly TNO! ....... Here's what I'm dealing with: window.document.getElementById("idab76d").innerHTML = "" window.document.getElementById("idb7e6e").innerHTML = "" window.document.getElementById("idd7c").innerHTML = "" window.document.getElementById("ids65d").innerHTML = "" window.document.getElementById("ide56fe").innerHTML = "" window.document.getElementById("id5fg").innerHTML = "" window.document.getElementById("idr4g").innerHTML = "" window.document.getElementById("idh3gf").innerHTML = "" window.document.getElementById("idf423i").innerHTML = "" window.document.getElementById("idd2f").innerHTML = "" window.document.getElementById("idfe1").innerHTML = "" Heres what I hope for: window.document.getElementById("idab76d", "idb7e6e", "idd7c", "ids65d", "ide56fe", "id5fg", "idr4g", "idh3gf", "idf423i", "idd2f", "idfe1").innerHTML = ""
|
|
| |
|
|
|
 |
RE: cgetElementByID shortcut operator vbscript - 11/7/2008 12:21:35 PM
|
|
 |
|
| |
TKS
Posts: 187
Score: 0
Joined: 5/16/2008
Status: offline
|
Wooooooooow now thats what I call thinking on two! Arrays where did I go wrong!
|
|
| |
|
|
|
|
|