I want to add a "make this your homepage" button on my site. I can find the html code but am unable to make a button do the job. I may be being a bit thick but how do I use the code
<FORM>
<INPUT TYPE="button" VALUE="Make This Site Your HomePage" onClick="this.style.behavior='url(#default#homepag e)'; this.setHomePage('http://www.npda.co.uk');">
</FORM>
in a button. Naval design showed how to do it for a "bookmark this site" button in another thread which I made work no probs.
Any help much appreciated
Cheers
John
www.npda.co.uk
<FORM>
<INPUT TYPE="button" VALUE="Make This Site Your HomePage" onClick="this.style.behavior='url(#default#homepag e)'; this.setHomePage('http://www.npda.co.uk');">
</FORM>
in a button. Naval design showed how to do it for a "bookmark this site" button in another thread which I made work no probs.
Any help much appreciated
Cheers
John
www.npda.co.uk
Comment