JSP - Setfocus on HTML controls

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • robtyketto
    New Member
    • Nov 2006
    • 108

    JSP - Setfocus on HTML controls

    Greetings,

    From googling it appears JSP cannot allow you to setfocus on HTML controls, I just wanted to check on this forum if this was the case or not?

    Thanks by the way for everyone who's helped me over the last few days, All the functionality I required is working great and now am spending time to review my code (add comments, formmating etc..,)

    Thanks again
    Rob
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by robtyketto
    Greetings,

    From googling it appears JSP cannot allow you to setfocus on HTML controls, I just wanted to check on this forum if this was the case or not?

    Thanks by the way for everyone who's helped me over the last few days, All the functionality I required is working great and now am spending time to review my code (add comments, formmating etc..,)

    Thanks again
    Rob
    Others will tell you that JSP includes Javascript and HTML so if you can set focus using Javascript, then you can set focus using JSP.

    Comment

    Working...