JAVASCRIPT
CSS
PHP
3rd-Party Scripts
UPLOAD YOUR SCRIPT
Search
Recent Searches
regular expression for validating phone numbers
Image Resizer
java
"cable modem "
how
addLoadEvent
PestDeath
table javascript css
s
substring( "12345 ", 1.5, 2.6
Rate this script:
I Love it
/
I Hate it
Backward compatible version of getElementById()
Code
function
getElement
(
id
)
{
if
(
document.
all
)
{
return
eval
(
"document.all['"
+ id +
"']"
)
;
}
else
{
return
document.
getElementById
(
id
)
;
}
}
Backward compatible version of getElementById() scripts
|
Backward compatible version of getElementById() snippet
|
Backward compatible version of getElementById() example
|
Backward compatible version of getElementById() tutorial
|
Backward compatible version of getElementById() code