Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set focus to textbox
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00689308
Message ID:
00689316
Views:
27
You need to write JavaScript...here is an example.
<script>
//---------------------------------
function initForm() {
//---------------------------------
document.thisform.cust_ccontactfirstname.focus();
}
</script>

<body class="dataform" topmargin="0" leftmargin="0" onload="initForm();">
...
...
>Hi, \
>
>In an ASP with a textbox (id=txttextbox, name=txttextbox) :
>How do I set focus to a txttextbox when the page loads?
>
>
>Neil
- Jayesh
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform