View Single Post
  #2  
Old 02-26-2009, 01:28 AM
LoneAngelIbesu LoneAngelIbesu is offline
master of infinite loops
LoneAngelIbesu's Avatar
Join Date: May 2007
Location: Toldeo, Ohio
Posts: 1,049
LoneAngelIbesu has a spectacular aura aboutLoneAngelIbesu has a spectacular aura about
Send a message via AIM to LoneAngelIbesu
It is possible to send clientside<->serverside data.

I don't know if it helps, at all.

PHP Code:
function getMyData() {
  return 
this.name;
}
//#CLIENTSIDE
function onCreated() {
  
join("triggercontrol_class");
}
function 
dataPlease() {
  
this.data serverfunction2(null"getMyData");

__________________
"We are all in the gutter, but some of us are looking at the stars."
— Oscar Wilde, Lady Windermere's Fan
Reply With Quote