
12-13-2006, 12:01 AM
|
|
¯\(º_o)/¯
|
 |
Join Date: Sep 2006
Location: Norway
Posts: 2,815
|
|
Quote:
Originally Posted by Stefan
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
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() < 2) View.text = client.broswerview[0]; <- here
else {
Browser.View.text = NULL;
for (i=0; i<client.browserview.size(); i++) {
View.text = View.text SPC client.browserview[i];
}
}
}
|
hmm? |
|
|
|