Forum Moderators: open

Message Too Old, No Replies

GMail/ Yahoo Dynamics Insert Address Bar

         

applebee

8:06 am on Feb 2, 2005 (gmt 0)



Hi!
I would like to do a function like Yahoo!Mail or GMail dynamic drop down address bar that it will macthes what u type in the textfield with the data in the address book. And it oso can use arrow to select which option u want and when press enter it will display at the text field on the top. Is there any such script for download somewhere?
Thank you very much.

orion_rus

6:02 pm on Feb 3, 2005 (gmt 0)

10+ Year Member



I think it's very simple script and u didn't see any tutorial for this(

In HTML u can find tag iframe (inline frame)
Then somebody hit's a button in input, iframe changes it's location with variable equal to ur input text. Some script in a server side searching in a database or in a file ur text and returns to iframe needed variables.
Then iframe.onload event fires. u copy it to ur variable and show it below ur text input field) that's all)
Never mind there u search or there u put it) the mechanizm is follows)