View Single Post
  #4  
Old 02-09-2007, 10:38 PM
Chandler Chandler is offline
Banned
Join Date: Jan 2007
Posts: 656
Chandler will become famous soon enough
I'd recommend something like
HTML Code:
function onCreated()
{
  setTimer(5);
}
function onTimeout()
{
  this.destroy();
}
//#CLIENTSIDE
function onCreated()
{
  Yourclientsidepart...
}
Reply With Quote