Click here to Skip to main content
15,888,968 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
1. How do I include a Server Side Java Script into the page my cgi sends out.
2. I have a CGI that turns out an HTML Page, in which single Password Chars have to be entered. How do I make it to jump the focus, from Box One to two to three, without the User first having to set the Focus to Box 1, and then having to tab along.
Posted

1 solution

Sounds like some client-side Javascript would do the trick. When you're generating the HTML page include Javascript which changes the focus from one control to the other.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900