Ajax AutoComplete with On Hover
-
Hi guys! I am very new to this AJAX, I am performing certain functionlity with AUTOCOMPLETE. eg: I am displaying Employee Fullname in autocomplete List, on mouse over on FullName's in List Automatically i need to display their Details like Dept, Manager, Salary, HRA etc., How can i perform this action ? folks Please help me on this:((
-
Hi guys! I am very new to this AJAX, I am performing certain functionlity with AUTOCOMPLETE. eg: I am displaying Employee Fullname in autocomplete List, on mouse over on FullName's in List Automatically i need to display their Details like Dept, Manager, Salary, HRA etc., How can i perform this action ? folks Please help me on this:((
you have to add some event handler for 'onhover' then you have to write the functionality in the javascript. In that code, you have to call the xmlHttp object. This object will be used to retrieve the data from the server. refer the following article http://www.codeproject.com/Ajax/dropdown_box_using_ajax.asp[^]
All The Best Sathesh Pandian
-
you have to add some event handler for 'onhover' then you have to write the functionality in the javascript. In that code, you have to call the xmlHttp object. This object will be used to retrieve the data from the server. refer the following article http://www.codeproject.com/Ajax/dropdown_box_using_ajax.asp[^]
All The Best Sathesh Pandian
Hi sathish, You mean to say onMouseover function can help me ? I am very new to this technology, can you help me more on this. appreciate your concerns. My work around is similar to the in following link > AutoComplete_From_Database < when results are populated in the list. Upon mouse over on any name i need to display details. Thanks & regards, Krishnamenon