View Single Post
  #3  
Old 01-18-2011, 07:56 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Joining them on the serverside and setting the variables on the clientside will work just as well; like this:
PHP Code:
function onCreated()
  
this.join("window");

//#CLIENTSIDE
function onCreated()
  
this.windowtype "1b"
The synchronisation of attributes is usually delayed a bit. I, personally, only use them as a last resort.
Reply With Quote