Thread: loadlines
View Single Post
  #10  
Old 12-13-2006, 12:01 AM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Quote:
Originally Posted by Stefan View Post
Make sure you are accessing the right file by script, echo the filename. Also in your clientside code you have written client.broswerview once, that spelling needs to be fixed.
Quote:
Originally Posted by coreys View Post
I managed to get it to load right, and a sendtorc() displays it right, but MLTextCtrl is just returning 0.
PHP Code:
function loadPage(acc,page) {
  
triggeraction(0,0,"serverside",name,"loadpage",acc,page);
  if (
client.browserview.size() < 2View.text client.broswerview[0]; <- here
  
else {
    
Browser.View.text NULL;
    for (
i=0i<client.browserview.size(); i++) {
      
View.text View.text SPC client.browserview[i];
    }
  }

hmm?
__________________
Reply With Quote