Add to Favorites script
var urlAddress = "url";
var pageName = "pageTitle";
function addToFavorites()
{
if (window.external)
{
window.external.AddFavorite(urlAddress,pageName)
}
else
{
alert("Sorry! Your browser doesn't support this function.");
}
}
This blog is a place for the developers to share links and resources related to web and software development with each other. A one stop for all the tech related problems, it is updated regularly; so keep checking out for new stuff. Search the blog for previous posts, so you can find all info you need...See details about CBT's, certifications and software downloads etc. Happy Surfing :) Please add comment to the posts whose links are not working anymore so that I can delete those posts. Thanks
var urlAddress = "url";
var pageName = "pageTitle";
function addToFavorites()
{
if (window.external)
{
window.external.AddFavorite(urlAddress,pageName)
}
else
{
alert("Sorry! Your browser doesn't support this function.");
}
}
Posted by
ria
at
6:35 AM
1 comments:
Thank you very much!
for this material...
May "Allah" Bless you for this work.
"Insshahallah" we will pass
the test now...
thnx again
Post a Comment