Click to See Complete Forum and Search --> : Please help with some Java


cichlids_au
01-12-2003, 04:29 AM
Hi

First post, I hope to get some good tips here.

Down to my needs. I have just spent about 3 hours searching HTML Goodies for a script that I can place on my home page that users can click on to make it their home page.

I'm sure I have seen this some where but just can't find it now

kkk
01-12-2003, 05:22 AM
I find script that you can try. Works on IE 5.

----------------------------
<a class="chlnk" style="cursor:hand" HREF onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.yourpage.com');">Click here to make yourpage.com your default homepage</a>

cichlids_au
01-12-2003, 07:06 AM
Well that was nice and quick.

Thanx heaps mate, I'll give it a go tomorrow.

Thanx again

cichlids_au
01-14-2003, 07:25 AM
Had a bug but this got it
Make the SCP your <A HREF ONCLICK="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.sydneycichlid.com/');" STYLE="CURSOR: hand">homepage</A>

Thanx again for your help