View Single Post
  #3  
Old 08-02-2011, 09:37 AM
Gunderak Gunderak is offline
Coder
Gunderak's Avatar
Join Date: Jun 2011
Location: Australia
Posts: 795
Gunderak is on a distinguished road
in the time i posted it i have figured out how to change the stats but i think maybe by setting a serverside flag youd be able to display it? like
PHP Code:
if(checkbox_1.checked == true){
server.checkbox1=
then
PHP Code:
function onActionServerSidecmd ){
  if ( 
cmd == "SendFeedback" ) {
  echo(
"TESTING"@server.checkbox1);
  }
  } 
maybe thatd work il have to experiment.
__________________

Gund for president.

Remote PM {P*}x (Graal813044) from eraiphone -> Stefan: I hav 1 qustion
*Gunderak: he hav 1
*Gunderak: qustion
Reply With Quote