i want to display some message in tool tips using ajax for m

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
phpchild
Forum Newbie
Posts: 20
Joined: Mon Jul 31, 2006 6:27 am

i want to display some message in tool tips using ajax for m

Post 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.
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post 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?)
phpchild
Forum Newbie
Posts: 20
Joined: Mon Jul 31, 2006 6:27 am

regarding that question

Post 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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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.
User avatar
CoderGoblin
DevNet Resident
Posts: 1425
Joined: Tue Mar 16, 2004 10:03 am
Location: Aachen, Germany

Post by CoderGoblin »

As suggested Ajax is overkill.... Try http://www.walterzorn.com/tooltip/tooltip_e.htm for another way.
User avatar
panic!
Forum Regular
Posts: 516
Joined: Mon Jul 31, 2006 7:59 am
Location: Brighton, UK

Post 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?
Post Reply