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

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • johnix
    New Member
    • Mar 2007
    • 3

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

    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
    Last edited by Motoma; Mar 30 '07, 04:20 PM. Reason: email removed, read FAQ for posting guidelines
  • Motoma
    Recognized Expert Specialist
    • Jan 2007
    • 3236

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

    Comment

    Working...