Click to See Complete Forum and Search --> : Help on focus()


clyde
09-24-2003, 12:55 PM
I would like to know the code behind the Function focus().

Is It possible to see how this is done.

I have a need to know how it is accomplished.

Any help would be appreciated.

pyro
09-24-2003, 01:01 PM
Can you explain to us what you need to do? If you just want info on focus() look at http://devedge.netscape.com/library/manuals/2000/javascript/1.3/reference/window.html#1202234

clyde
09-24-2003, 02:51 PM
Pyro

Thanks for your reply.

I am using IBM Websphere Design Studio, it has a tag <IWCL> which is a variation of <Input>.

When I use document.form.field.focus(), I get an error that the focus() does not recognize the object.

If I knew how to manually focus to that field I could overcome my Problem.

Hope this helps.

Clyde

pyro
09-24-2003, 02:55 PM
I've never heard of <IWCL>, and if you are talking regular HTML or XHTML, I'd hightly recommend not using it...