Click to See Complete Forum and Search --> : Add My Site in Window Startup


tvarghese
02-07-2007, 11:20 PM
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>
=====================================================

Its Working fine in IE and Firefow. Now I want to add my site in Windows start up through javascript.Any body have the code for that?.

KDLA
02-08-2007, 08:50 AM
What do you mean -- that you want your website to automatically be loaded when someone boots their computer up?

tvarghese
02-08-2007, 11:16 PM
What do you mean -- that you want your website to automatically be loaded when someone boots their computer up?

Yes You are correct. I want my site automaticaly loaded when someone boot their computer....

aussie girl
02-08-2007, 11:42 PM
not going to happen, sorry

Tweak4
02-09-2007, 12:48 PM
Wow... just the thought makes me cringe. That is really bordering on spyware.

tvarghese
10-26-2007, 01:38 AM
hi all
if you want add your site in your window start menu, window startup, favourite etc follow the following procedure

step 1 - get window username
step 2 - crate shortcut file extension .url
step 3 - assign url = your site url in the file content
step 4 - get the values windowstartmenu,windowstartup,favourite through
checkbox
step 5 - write the url file corresponding to step4
step 6 - The above steps are created in vb and make as exe and stored in
server.
step7 - give the exe download option through php or serverside language.
step8 - now the user download the exe from server to client machine and
exe and install the exe. then reflect in startmenu startup,favourite.
Note : we have to create seperate exe for firefox because favourit and bookmark are seperate location. check the browser and give the download option for the corresponding exe.
Thanks
T.Varghese