JAVASCRIPT
CSS
PHP
3rd-Party Scripts
UPLOAD YOUR SCRIPT
Search
Recent Searches
JS: fast through a list
"12345 ", 1.5, 2.6
trim text
Display Current Year
preloading image event in javascript
get focus on field
Cruzeiro
Text to flood32
D.W.A.R.F.S. Training Camp
RegConstruct
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