-----Original Message-----
-----Original Message-----
Hi,
Howdy.
I am trying to have the cursor in a text box all the
time... My roomie said in vb.net you can use a
Focus.BoxName...
Is there a way to do this with regular VB?
Typically, you do this with JavaScript. The following
example makes sure that the cursor is always in the text
box T1 after the page loads.
<body onload="document.forms[0].T1.focus();">
Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
|| Microsoft FrontPage Version 2002 Inside Out
|| Web Database Development Step by Step .NET Edition
|| Troubleshooting Microsoft FrontPage 2002
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
.