dreammaker888
Programmer
I got the following from Googling.
I am not sure I understand the part:
Change the 4th and 5th lines "var url Address and var Pagename" to suit your sites url and page name.
Can someone shed some light here?
Thanks.
Alex
Add to my Favorite (javascript)
First you place the following in your <HEAD> tag of your html
Change the 4th and 5th lines "var url Address and var Pagename" to suit your sites url and page name. Change nothing else!
I am not sure I understand the part:
Change the 4th and 5th lines "var url Address and var Pagename" to suit your sites url and page name.
Can someone shed some light here?
Thanks.
Alex
Add to my Favorite (javascript)
First you place the following in your <HEAD> tag of your html
Change the 4th and 5th lines "var url Address and var Pagename" to suit your sites url and page name. Change nothing else!
Code:
<script
language="JavaScript" type="Text/Javascript"><!-- //
Hide script from older browsers // script by [URL unfurl="true"]http://www.hypergurl.com[/URL] var urlAddress
= "[URL unfurl="true"]http://www.hypergurl.com/graphics.html";[/URL] var pageName = "Free
Graphics,Hypergurl"; function addToFavorites() { if (window.external) { window.external.AddFavorite(urlAddress,pageName)
} else { alert("Sorry! Your browser doesn't support this function.");
} } // --></script>