Because of the lack of cross browser compatibility, perhaps I should
wait until I learn a server side language. Of course I got a long way to
o with JavaScript before I go there.
Wazz Up wrote on 27 dec 2004 in comp.lang.javascript:
[color=blue]
> Thanks for your reply and info Martin.
>
> Because of the lack of cross browser compatibility, perhaps I should
> wait until I learn a server side language. Of course I got a long way to
> o with JavaScript before I go there.
>[/color]
Javascript is also a serverside language under ASP.
Don't say Javascript if you mean clientside script.
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Martin Honnen wrote on 27 dec 2004 in comp.lang.javascript:
[color=blue]
> I think only IE exposes a property named fileSize e.g.
>
> var img = new Image();
> img.onload = function (evt) {
> alert(this.fileSize);
>}
> img.src = 'kiboInside.gif'
>[/color]