Thread: Javascript
View Single Post
04-03-2006, 06:53 PM
#5
Garrett is offline Garrett
Status: Waving
Join date: Aug 2005
Location:
Expertise:
Software:
 
Posts: 2,694
iTrader: 11 / 100%
 

Garrett is on a distinguished road

Send a message via MSN to Garrett

  Old

But could I do this to say like:
function delayPage(divName, delayTime){
window.setTimeout("document.getElementById(divName ).style.display = "block";", delayTime)
}