12-09-2007, 05:09 PM
|
#4 (permalink)
|
|
La Vida es Sueño
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
|
javascript Code:
function hideElement(obj){ document.getElementById(obj).style.display = "none"; }
setTimeout("hideElement('admin2')", 3000);
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
|
|
|