Link to home
Start Free TrialLog in
Avatar of erikTsomik
erikTsomikFlag for United States of America

asked on

Add tooltip to Coldfusion cfinput

I would like to add a tooltip to the cfinput tag after I mouse over on the cfinput. The values are get passed from the AJAX. and it does not work. please help
Coldfusion here
<cfinput type="text" name="courseName" id="courseName" readonly="YES" size="70" value="#description#" onMouseOver="getEmp (#sequence#);" tooltip="">

AJax here
document.getElementById("courseName").tooltip=xmlHttp.responseText;
ASKER CERTIFIED SOLUTION
Avatar of Haris V
Haris V
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of erikTsomik

ASKER

i would like to have tool tip show up on mouse over I had <div> setup but i do not like it , so maybe tooltip or title option
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial