hi,
I am wondering whether it is the right place for asking this question?i want to give three button for email to friend, bookmark and print in a page. I think for email option, i need to use any server side scripting language.Am I right? What about other two options? Any help ? thanks
how to give option like email to friend, bookmark and print?
Moderator: General Moderators
Ok I got how to print a page.I need to use javascript like this
Can anyone help me about how to bookmark a page clicking an icon?
Code: Select all
<a href="javascript:window.print()">Click to print</a>It's different for different browsers.
IE is something like:
Found that by doing a quick google search.
IE is something like:
Code: Select all
function addfav()
{
if (document.all)
{
window.external.AddFavorite
("http://www.webdevelopersnotes.com","WebDevelopersNotes")
}
}Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.