| View previous topic :: View next topic |
| Author |
Message |
joshcxa 100+ Club

Joined: 18 Aug 2004 Posts: 156 Location: Australia
|
Posted: Mon May 22, 2006 4:56 am Post subject: Make this my Home Page |
|
|
I'm struggling to find a decent "make this my home page" button/link. Personally I don't like to use them but my client wants one.
I want it to be compatible with IE, Netscape and Safari. Thats the main ones.
Can anyone point me in the right direction? |
|
| Back to top |
|
 |
|
|
webmaster Site Admin

Joined: 17 Aug 2004 Posts: 3547 Location: Sweden
|
Posted: Mon May 22, 2006 8:19 am Post subject: Re: Make this my Home Page |
|
|
This should probably work:
| Code: |
| <a href="#" title="set as start page" onClick="this.style.behavior='url(#default#homepage)'; this.setHomePage('URL');">Set as start page</a> |
|
|
| Back to top |
|
 |
|