|
-
re:
Hello swrzzzz,
thanks for your answer.
I did try to put the code at the end of the url, you wrote but still not working well, so i try this code now, and now it update great.
i don't know if this is a good one to use to update data but i think it is.
Thank you,
Hans
update= function (){
_root.loadVariables("http://www.screensave.nl/get.pl", "POST");
records = i.split(';');
for (var b = 0; b < records.length; b++){
message.text=message.text+records[b]+'\n';
}
i = "";
_level0.message.scroll += 15;_level0.dwn = 1;
}
setInterval( update, 3000, );
update();
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|