Re: Setting Default Focus in CForms

2006-03-10 Thread ian . d . stewart
Subject: Setting Default Focus in CForms 03/10/2006 11:31 AM

Setting Default Focus in CForms

2006-03-10 Thread Stewart, Gary
Hi there, I've been trying to set the first form item to have focus when the form is loaded. Normally it would just be a case of setting document.form.name.focus(); but the issue seems to be that CForms uses a name:input format for the id. Is there a way of setting the focus in CForms? I look