Make this my homepage

Hi everyone.
I’ve had a request to add a link or button “make this my homepage” to a club website I’m responsible for. I’ve no idea where to start on this one. Any help would be appreciated.

Wild Cottage


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

This is going to be a Windows-IE-only feature, as other browsers
rightly consider this to be a security leak waiting to happen.

Put the following in a markup item somewhere on your page. If you
want to style the link, then put the markup item within a run of text
containing at least one space on either side of the markup item, and
style the spaces. You will only see the result if you browse to the
page using Windows IE.

<!--[if IE]>
<a href="#"
	onClick="this.style.behavior='url(#default#homepage)';
	this.setHomePage(window.location.href);">
	Click here to make us your homepage!</a>
<![endif]-->

Ick. I have to go take a shower now…

Walter

On Apr 2, 2008, at 9:04 AM, WildCottage wrote:

Hi everyone.
I’ve had a request to add a link or button “make this my homepage”
to a club website I’m responsible for. I’ve no idea where to start
on this one. Any help would be appreciated.

Wild Cottage


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks Walter!
My apologies too, for subjecting you to this.

Wild Cottage


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options