Search found 1 match

by rabbit
Wed Jan 25, 2006 3:21 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: focus on page load
Replies: 0
Views: 3639

focus on page load

I have a menu that contains:

aI("type=html;text=<input type=text tabIndex=1 id=PartNumber accesskey=p/>;");

also tried text and form types.

I would like to have the textbox have focus when the page loads but the tabindex does not seem to be honored (ie6) and calling document.all.PartNumber.focus ...