RE: FN-FORUM focus in vbscript
date posted 24th January 2003 16:01
> Can't I put in some client side vbscript? I had realised
> about the severside problem after I was daft enough to try it
> first but I then tried :-
>
>
> Document.forms(0).Title.focus
>
>
> Doesn't that do it on the client side?
It should do, but why would you want to do it in VBScript rather than
JavaScript? As far as I know, if you turn off scripting, it turns of
VBScript and JavaScript.
Generally when developing using ASP, VBScript stays serverside and
JavaScript clientside.
Darran.