Download Free Script written in HTML for saving Phone Numbers. This is a
replacement for Diary or Paper Phone book, this is electronic Phone
book. In this phonebook, you can edit or save your own numbers by going to "js/app.js" And Replace This:
In this code you can replace "1, a street, a town, a city, AB12 3CD" to "Person's Address", and "Contact" with "Person's Name". You can place your person's Telephone or cell number, just replace "0123456789" with your own phone number. This Email address and user group can also be changed by changing "anemail@me.com" and "colleague" with your own data.
I hope you will like this post, if you have any query please let me know in the comments
//demo data var contacts = [ { name: "John Peter", address: "Infront of my house", tel: "+92123123123", email: "None", type: "School" }, { name: "Contact 2", address: "1, a street, a town, a city, AB12 3CD", tel: "0123456789", email: "anemail@me.com", type: "family" }, { name: "Contact 3", address: "1, a street, a town, a city, AB12 3CD", tel: "0123456789", email: "anemail@me.com", type: "friend" }, { name: "Contact 4", address: "1, a street, a town, a city, AB12 3CD", tel: "0123456789", email: "anemail@me.com", type: "colleague" }, { name: "Contact 5", address: "1, a street, a town, a city, AB12 3CD", tel: "0123456789", email: "anemail@me.com", type: "family" }, { name: "Contact 6", address: "1, a street, a town, a city, AB12 3CD", tel: "0123456789", email: "anemail@me.com", type: "colleague" }, { name: "Contact 7", address: "1, a street, a town, a city, AB12 3CD", tel: "0123456789", email: "anemail@me.com", type: "friend" }, { name: "Contact 8", address: "1, a street, a town, a city, AB12 3CD", tel: "0123456789", email: "anemail@me.com", type: "family" } ]; |
In this code you can replace "1, a street, a town, a city, AB12 3CD" to "Person's Address", and "Contact" with "Person's Name". You can place your person's Telephone or cell number, just replace "0123456789" with your own phone number. This Email address and user group can also be changed by changing "anemail@me.com" and "colleague" with your own data.
I hope you will like this post, if you have any query please let me know in the comments