Page 1 of 1
i want to display some message in tool tips using ajax for m
Posted: Mon Aug 07, 2006 5:06 am
by phpchild
hi all
i want to display my name when i mouse over on my image using ajax. i could done in tool tips. but i want to display my name using ajax. so please help me.
thanks a lot.
Posted: Mon Aug 07, 2006 7:54 am
by volka
What kind of information do you want to request from the server and how is this data supposed to be rendered?
(in short: why ajax?)
regarding that question
Posted: Mon Aug 07, 2006 8:18 am
by phpchild
hi
Thanks for ur reply.
actuall i want to display member id and name when i mouse over on the image. thats y i want to use ajax
Posted: Mon Aug 07, 2006 8:26 am
by feyd
Wanting to show such a small amount of information via Ajax is, quite frankly, overkill. You can easily embed that information into the page code and make this tooltip visible when needed.
Posted: Tue Aug 08, 2006 9:01 am
by CoderGoblin
As suggested Ajax is overkill.... Try
http://www.walterzorn.com/tooltip/tooltip_e.htm for another way.
Posted: Tue Aug 08, 2006 11:23 am
by panic!
theres no point in using AJAX to just display a piece of static data.
Do you know what ajax is? maybe you're thinking of plain ol' Javascript?