Monthly Archives: December 2009
Custom prompt window using JavaScript
Below is a simple JavaScript code to create a custom prompt pop-up to get user input and set it to target field. /** * Open a custom prompt window to get user input * @param l String, Input label * @param v String, Default value of input box * @param len Integer, Max length of…
Import contacts from Address Book
For one of my PHP project, I have written a class to import contacts from Gmail and Hotmail address book and at the same time search in web for others email provider such as Gmail, Hotmail etc. to save my time. Then I found an excellent open source plugins to import contacts (address book) named…