savagenoob Posted May 29, 2009 Share Posted May 29, 2009 Excuse my javascript ignorance, but was curious to know if creating a simple pop up address book that comprises of data from my database and fills in a text field on select is something a nub javascript programmer as myself could do fairly easily... maybe a script is out there someone can point me to.. all I could find was a cookie address book but it didnt pop up like a date picker and brought up outlook on click... Quote Link to comment Share on other sites More sharing options...
Ken2k7 Posted May 29, 2009 Share Posted May 29, 2009 With JavaScript, use AJAX. But if you can just do it in PHP, then use PHP to generate the content. AJAX is tricky. Quote Link to comment Share on other sites More sharing options...
Axeia Posted May 29, 2009 Share Posted May 29, 2009 What exactly is your idea of an addressbook, Similar to the pop calendar scripts where you click an <input type="text"> and a menu pops up under it, but now with a list of contacts instead of dates? Quote Link to comment Share on other sites More sharing options...
savagenoob Posted May 30, 2009 Author Share Posted May 30, 2009 Exactly... but it just needs a name of a person or company, and when cicked, will fill in the text field with that email address. I was hoping to pull the name and email from my database, but if it has to be built seperate, so be it, just need a push in the right direction, I know php, just not javascript so well. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.