Results 1 to 3 of 3

Thread: Questions to "Dropdown HTML control"

  1. #1
    Join Date
    Apr 2008
    Location
    near Stuttgart
    Posts
    12
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default Questions to "Dropdown HTML control"

    Hi there,

    would this code (example 2) work with images instead (parent and child).

    HTML Code:
    <div id="src_parent">Site Search</div>
    
    <form id="src_child">
      <b>Enter search terms:</b>
      <br />
      <input type="text" name="terms" size="35" />
      <center>
        <input type="submit" value="Submit" />
      </center>
    </form>
    
    <script type="text/javascript">
    at_attach("src_parent", "src_child", "click", "x", "pointer");
    </script>
    Tried it but couldn't figure it out.
    Need a function like this - I would be happy if somebody recommend some similar codes, scripts,...

    Thanks a lot!
    isrie
    Last edited by Snookerman; 05-08-2009 at 04:01 PM. Reason: added [html] tags

  2. #2
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    are you asking if it would work to search for images on your site?

  3. #3
    Join Date
    Apr 2008
    Location
    near Stuttgart
    Posts
    12
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    The function should work just like the script "Dropdown HTML control" (example 2) which I copied from this site.
    No search function...

    Thanks again!

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
  •