I have a site which is on two addresses - 10.6.13.25 and alonso.hobby-site.com(you can't open it because these are my local addr.). I use a script for "making site page home" and I want when I open one of addresses, it to be suitable for this open address
Ex:
<a class=category href="
http://%host%" onclick="this.style.behavior='url(#default#homepage)'; this.setHomePage('
http://%host%');" shape="rect">Make this site your home page</a>
This code use the address, which is open and makes it home. But "
http://%host%" works only in hfs and I want to use in other html sites, but
"/" doesn't work. How do I make this in other site (like this in hfs with %host%)?