Results 1 to 2 of 2

Thread: Floating Definition Window javascript? php? MySQL?

  1. #1
    Join Date
    Jul 2006
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Floating Definition Window javascript? php? MySQL?

    I have a problem - first I don't even know where to post this!

    I would like to have the possibility of a glossary window to show up when I roll my mouse over a term on my website that requires an immediate definition to the user. I want it to be database driven based on the word (to lookup the definition)

    I'm open to suggestions --> At the moment I have PHP/MySQL for the web programming/database developement but I'm open to anything that allow me to do the above (preferably minimal amount of time)

    Thanks!

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Javascript is the only way to interact directly with the user.
    You could use php to get the info displayed by javascript, but php won't have any user interaction as it must be run through the server, not the client's computer.

    Note that javascript is CLIENT-side
    and php/mysql SERVER-side.

    That's what that means.

    And, there are other ways, like flash, but it must be a server side language.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •