Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dynamically generated page, text boxes not enterable..

Status
Not open for further replies.

johnfdutcher

Programmer
Dec 16, 2003
12
US
I create similar pages with several text boxes in a row
using both static HTML and a Python script. They both 'work'
and both respond to a Javascript script that sets focus onload at the first box.
The static page allows immediate data entry right at the point of the cursor....or in any other box to which the cursor is moved.
The dynamic page will allow no entry to the 1st or any other box unless it is 'reached' by using the 'tab' key..
only then can data be entered...placing the cursor in the first position of the boxes will not allow entry.
As a general issue ... does anyone know why 'any' HTML page, however generated, would behave that way ????
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top