Hi people!!<br>
<br>
I want to fire the Ctrl+D command from the browser to add the page to favorites, but I couldn't find the code to do this?<br>
<br>
Gimme some help please!!
This can't be done from Javascript, since you're prevented from writing to the user's disk (except for cookies) by the rules of HTML. <p>nick bulka<br><a href=mailto:nick@bulka.com>nick@bulka.com</a><br><a href= > </a><br>
Hey check this out, something that works in IE only.<br>
<br>
window.external.AddFavorite(_url_here_,_title_here_)<br>
<br>
I am sure that this will do what you want. <p>theEclipse<br><a href=mailto: > </a><br><a href=robacarp.webjump.com>robacarp.webjump.com</a><br>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.