|
|||
|
You can stop the Inet download by handling the OnGetURL event.
Code:
var inet = new Inet;
inet.onGetUrl = function(type, msg)
{
...
//return false to stop
return false;
}
inet.getUrl("something", "localname");
|
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|