View Single Post
  #1  
Old 11-20-2009, 03:48 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
requesturl on Zodiac

It doesn't appear to be working anymore, most likely due to change in server or something.

PHP Code:
function onCreated() {
  
temp.link "http://www.google.com";
  
temp.req requesturl(temp.link);
  
this.catchevent(temp.req"onReceiveData""onURLReply");
}

function 
onURLReply(obj) {
  echo(
"Fulldata Length:" SPC obj.fulldata.length());

echos "Fulldata Length: 0"
__________________
Quote:
Reply With Quote