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!

doubt in jsp ? we have on-focus command in jsp

Status
Not open for further replies.

murushanmugham

IS-IT--Management
Jan 2, 2003
33
we have "on-focus" facility in jsp? such as we use in vb.
if it so then what are the codes should we write for that?
please help me.please gives us the codes to use that facility
 
JSP just renders client side code - so basically if you can do it in javascript, CSS and HTML, then you can do it in JSP.

I believe there is an on-focus method with javascript.

--------------------------------------------------
Free Java/J2EE Database Connection Pooling Software
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top