Connecting Tech Pros Worldwide Forums | Help | Site Map

a can anybody help me on how to make dynamic popup menu

Newbie
 
Join Date: Mar 2007
Posts: 3
#1: Mar 30 '07
i am a bigenner in this field of web programming.. i like to create a dynamic dropdown menu that the data should came from the database but i dont know how to do it. what i did is I use the table and span with the help of javascript to detemine the possition of the mouse pointer.. what I mean is in the page theres an image then if I click or mouse over the image the popup or table will appear according to the possition of mouse pointer, the problem is the php function can't be call in html. im wondering if how can i use the onClick event to use in php condition "if" to know if the image was already click by the user.


if somebody have idea regarding this problem pls help me...
you may contact me at email address removed - moderator

Motoma's Avatar
Moderator
 
Join Date: Jan 2007
Location: Maine, USA
Posts: 2,904
#2: Mar 30 '07

re: a can anybody help me on how to make dynamic popup menu


What you will most likely end up doing is use PHP to iteratively create the javascript elements for your menu.
Reply