Hello.
In setting up my "Make this your homepage" button, I used the html posted on this forum previously ie:
In setting up my "Make this your homepage" button, I used the html posted on this forum previously ie:
<FORM>
<INPUT TYPE="button" VALUE="Make This Site Your HomePage" onClick="this.style.behavior='url(#default#homepag e)'; this.setHomePage('http://www.ourmall.ca');">
</FORM>
I also tried the suggestion for the Advanced button.
This seems to work fine when opening the site with Internet Explorer, but does not work (or even look the same) in Firefox. Any suggestions on how to get this to work for both?
Appreciate the help. Thanks.
<INPUT TYPE="button" VALUE="Make This Site Your HomePage" onClick="this.style.behavior='url(#default#homepag e)'; this.setHomePage('http://www.ourmall.ca');">
</FORM>
I also tried the suggestion for the Advanced button.
This seems to work fine when opening the site with Internet Explorer, but does not work (or even look the same) in Firefox. Any suggestions on how to get this to work for both?
Appreciate the help. Thanks.
Comment