Use a seperate site to get input

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • micmast
    New Member
    • Mar 2008
    • 144

    Use a seperate site to get input

    Hey,

    I know my question seems odd, but I seriously have no idea how to call this (or how to search on google)

    I have a textfield on the main page, and next to it is a small link. I want that if people click on the link a small popup should appear (not the problem). In that popup the user can click on an item and that item will be filled in the main window textfield.

    Does that sounds logic at all?

    Thx in advance
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    You can, if I understand with a quick read. Use hover to make a hidden element 'display:visibl e' that will contain your link.

    Comment

    • micmast
      New Member
      • Mar 2008
      • 144

      #3
      I used a seperate div that gets loaded when the use clicks on the link. Then the data is easy to add.

      thx for your answer, it was the push forward I needed

      Comment

      Working...