Gmail/Yahoo Type Address Popup

Discussion in 'JavaScript' started by cancer10, Jul 30, 2008.

  1. #1
    Hi,

    If any of you are using Gmail/Yahoo, you might have noticed that when you want to compose a new mail, in the To: field, you type the first one, two or three character of the person whom you want to sent the mail and a list of similar address pops-up in a list, and you can select the one whom you want to send the mail.

    Whats that pop-up process called and where can I find the source code of it for my website?

    I would have searched google before posting but since I didnt knew wot is it called, hence I had to post it here.


    Thanx for your help :)
     
    cancer10, Jul 30, 2008 IP
  2. rohan_shenoy

    rohan_shenoy Active Member

    Messages:
    441
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    60
    #2
    Its called as 'AJAX suggest'.
     
    rohan_shenoy, Jul 30, 2008 IP
  3. sriducati

    sriducati Peon

    Messages:
    287
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    ajax suggest ?can u please explain?
     
    sriducati, Jul 31, 2008 IP
  4. VishalVasani

    VishalVasani Peon

    Messages:
    560
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Hello,

    Below url will help you check it out.

    http://cristian.nexcess.net/ajax/suggest/
     
    VishalVasani, Aug 1, 2008 IP
  5. M.Zeb Khan

    M.Zeb Khan Peon

    Messages:
    104
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    You could also do it with jQuery, jQuery is far easier than writing Javascript formal code for it.

    See jquery.com, there are plenty of tutorials on ajax.

    Good luck
     
    M.Zeb Khan, Aug 3, 2008 IP
  6. cancer10

    cancer10 Guest

    Messages:
    364
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    k. Thanx for the reply.
     
    cancer10, Aug 16, 2008 IP
  7. blueribbon

    blueribbon Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I often use the Ext toolkit, it makes implementing features like this simple, but you should have a strong understanding of javascript and AJAX if you go this route
     
    blueribbon, Aug 18, 2008 IP