Current location: Hot Scripts Forums » General Web Coding » JavaScript » Sticky Website - Setting HomePage on Exit


Sticky Website - Setting HomePage on Exit

Reply
  #1 (permalink)  
Old 12-07-05, 09:38 AM
rafique rafique is offline
New Member
 
Join Date: Dec 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Sticky Website - Setting HomePage on Exit

Hello THere folks,

hope one of you will take the time to help me out here.

I am trying to acgieve the following:

I want the visitor to my website to be prompted to set my website as their home-page when they exit or move away from my website.

So , If a visitor were to visit my website, if he/she were to exit or move to another url , I need to be able to have a pop-up asking if the visitor would like to set my website as his/her home page . And if the visitor seects yes, my website would be set as the visitor's home-page.

Thanx
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 12-07-05, 10:52 AM
Nico's Avatar
Nico Nico is offline
Community Leader
 
Join Date: Sep 2005
Location: Spain
Posts: 8,074
Thanks: 11
Thanked 88 Times in 83 Posts
Here ya go! For me it works even on Firefox and IE


Paste this into the head:
Code:
 <script type="text/javascript">
			function bookmarksite(title, url){
			if (document.all)
			window.external.AddFavorite(url, title);
			else if (window.sidebar)
			window.sidebar.addPanel(title, url, "")
			}
			</script>
And replace this with the <body> tag:
Code:
<body onunload="bookmarksite('Your websitename', 'http://www.your-website.com')">
Only bad thing is that the message always shows up. Maybe someone can add a cookie or something. Otherwise It'd be kinda annoying.

Last edited by nico_swd; 12-07-05 at 11:23 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Setting Up A Local Asp.net Website Digitalelite ASP.NET 3 07-15-05 11:13 PM
Complete ringtone website with top features! rossy790 General Advertisements 6 06-29-05 09:06 AM
Complete website made. Ready for business rossy790 General Advertisements 0 03-04-05 07:03 PM
Complete ringtone website for sale rossy790 The Lounge 0 03-04-05 07:01 PM
FS: Prozilla Memberships (Turnkey Sites) - $10-15 less than Retail! rockergrrl General Advertisements 0 08-11-04 01:05 AM


All times are GMT -5. The time now is 01:21 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.