M
myhyli
//////////////////////////////////////////////////////////////////////
var oStream = new ActiveXObject("adodb.stream");
oStream.type = 1;
oStream.mode = 1;
oStream.open("URL=http://www.blueidea.com/bbs/icon/panliu888.gif")
alert(oStream.Size);
oStream=null;
//////////////////////////////////////////////////////////////////////
it reported "c004800a" error at the line "oStream.open(......"
why? and how to fixed it?
var oStream = new ActiveXObject("adodb.stream");
oStream.type = 1;
oStream.mode = 1;
oStream.open("URL=http://www.blueidea.com/bbs/icon/panliu888.gif")
alert(oStream.Size);
oStream=null;
//////////////////////////////////////////////////////////////////////
it reported "c004800a" error at the line "oStream.open(......"
why? and how to fixed it?