Click to See Complete Forum and Search --> : Add my site in windows Startup menu and window Startup


tvarghese
11-01-2007, 09:51 AM
Hi,
I have a code for Add to Favourite my Site.

====================================================
<script type="text/javascript">
function bookmarksite()
{
if (document.all)
window.external.AddFavorite(location.href, document.title);
else if (window.sidebar)
window.sidebar.addPanel(document.title, location.href, "")
}
</script>
<a href="javascript:bookmarksite()"> Add to favorites</a>
=====================================================

Fang
11-01-2007, 12:04 PM
Add my site in windows Startup menu and window StartupThis you cannot do.

tvarghese
11-13-2007, 01:22 AM
hi
now i got the solution for this we can do.

LeeU
11-13-2007, 04:50 PM
Care to share what your solution, since you asked the question?

tvarghese
11-19-2007, 07:11 AM
Hi Lee
I got the solution for this if you want more details click the link (http://www.discussweb.com/web-design-help/4345-how-add-my-site-windows-startup.html#post16611)
Thanks
T.Varghese

Fang
11-19-2007, 07:21 AM
That is only for your computer and has nothing to do with JavaScript.