It sounds simple and it should be done in a blink of an eye...
form
table1
table2
table3
table4
table5
table6
textbox1
textbox2
textbox3
textbox4
When my page loads I just would love to have the focus set to textbox1. I have already set the tab index properties correctly... but that doesn't seem to do the trick and the textbox gets the focus after 3 or 4 times I hit the Tab, and as my client put it: "it's a worthless piece of crap".
So here I come and I create a little javascript to get it going:
<BODY onload="javascript:form1.table6.texbox1.blur">
or even setfocus
result:
form1.table6.texbox1 is null or is not a valid object
what next?
(tough morning, frying brain)
Daren J. Lahey
Just another computer guy...
If you are unsure of forum etiquette check here FAQ796-2540
form
table1
table2
table3
table4
table5
table6
textbox1
textbox2
textbox3
textbox4
When my page loads I just would love to have the focus set to textbox1. I have already set the tab index properties correctly... but that doesn't seem to do the trick and the textbox gets the focus after 3 or 4 times I hit the Tab, and as my client put it: "it's a worthless piece of crap".
So here I come and I create a little javascript to get it going:
<BODY onload="javascript:form1.table6.texbox1.blur">
or even setfocus
result:
form1.table6.texbox1 is null or is not a valid object
what next?
(tough morning, frying brain)
Daren J. Lahey
Just another computer guy...
If you are unsure of forum etiquette check here FAQ796-2540