Making My Site The Home Page

This is a discussion on "Making My Site The Home Page" within the Web Page Design section. This forum, and the thread "Making My Site The Home Page are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 15th, 2006, 00:56
Highly Reputable Member
Join Date: Jul 2005
Location: Northampton, England
Age: 19
Posts: 506
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to bruno89
Cool Making My Site The Home Page

Is there a code that i can put a button or somin onto my page so people can make my website there home page ?
Reply With Quote

  #2 (permalink)  
Old Aug 15th, 2006, 01:57
saltedm8's Avatar
Lead Administrator

SuperMember
Join Date: Nov 2005
Location: Always About
Age: 27
Posts: 1,281
Blog Entries: 1
Thanks: 1
Thanked 6 Times in 6 Posts
Re: Making My Site The Home Page

you need something like this

Code: Select all
<html XMLNS:IE>
<head><style>
@media all {
IE\:homePage {behavior:url("#default#homepage")}
}
</style>
 
<script>
function fnSet(){
oHomePage.setHomePage(oHomeHref.value);
event.returnValue = false;
}
</script>
 
<title>whatever</title>
 
</head>
<body>
<ie:homepage ID="oHomePage" />
<input TYPE="hidden" ID="oHomeHref" VALUE="http://www.mydomain.com">
<input TYPE="button" VALUE="Make myDomain My Default Page"
onclick="fnSet()">
</body>
- that is for a button

and this is for just text

Code: Select all
<SPAN STYLE="cursor:hand; color:blue; text-decoration:underline" 
onClick="this.style.behavior='url(#default#homepage)';
this.setHomePage('http://www.yourwebsite.com');">
Click Here to Make this your homepage</SPAN>
__________________
My Recipe forum...don't click here
Last Blog Entry: Basic Advice for newbies (Feb 1st, 2008)

Last edited by saltedm8; Aug 15th, 2006 at 02:11.
Reply With Quote
  #3 (permalink)  
Old Aug 19th, 2006, 04:24
Highly Reputable Member
Join Date: Jul 2005
Location: Northampton, England
Age: 19
Posts: 506
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to bruno89
Re: Making My Site The Home Page

ty i gave you some rep
Reply With Quote
  #4 (permalink)  
Old Aug 19th, 2006, 22:32
saltedm8's Avatar
Lead Administrator

SuperMember
Join Date: Nov 2005
Location: Always About
Age: 27
Posts: 1,281
Blog Entries: 1
Thanks: 1
Thanked 6 Times in 6 Posts
Re: Making My Site The Home Page

thanks
__________________
My Recipe forum...don't click here
Last Blog Entry: Basic Advice for newbies (Feb 1st, 2008)
Reply With Quote
  #5 (permalink)  
Old Aug 21st, 2006, 11:11
minute44's Avatar
Moderator
Join Date: Apr 2006
Location: Nottingham UK
Age: 24
Posts: 1,347
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to minute44
Re: Making My Site The Home Page

Be careful not to force this down ppl's throats. Make it a subtle link and definately not a pop up.
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
Reply With Quote
  #6 (permalink)  
Old Aug 22nd, 2006, 14:11
Highly Reputable Member
Join Date: Jul 2005
Location: Northampton, England
Age: 19
Posts: 506
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to bruno89
Cool Re: Making My Site The Home Page

Quote:
Originally Posted by minute44 View Post
Be careful not to force this down ppl's throats. Make it a subtle link and definately not a pop up.

dont worry i wont im just gona put it at the top of my page some were
Reply With Quote
Reply

Tags
making, site, home, page

Thread Tools

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Web Designers only PR4 site home page exchange shido Link Building and Link Sales 1 Jul 19th, 2007 16:21
PR4 - Home Page - Hosting Site - Highly Visible Kirtan Link Building and Link Sales 1 Apr 29th, 2007 16:01
Home page hello123 Starting Out 4 Feb 13th, 2007 14:40
Making all pages repeat the design of the home page DennisK Web Page Design 19 Nov 17th, 2006 14:50
Make this my home page joshcxa JavaScript Forum 2 May 22nd, 2006 06:16


All times are GMT. The time now is 20:59.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43