JAVASCRIPT
CSS
PHP
3rd-Party Scripts
UPLOAD YOUR SCRIPT
Search
Recent Searches
alert ( "Kat0 ")
Functions,
The
tooltipclass
do while
urlen
widespread panic tickets
Automatically Create a Page Index
"recent
remote addr
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