Hello and thank you fo your help!
I have a script for a bookmark us and I would like to know how and where to ad in my script a line command for my bookmark us to have the little 16 x 16 picture in the favrites with my website.
I am using godaddy.com's website tonight so I cant place the favicon in the HEAD of page cause I dont know if I even have access to it.
Anyway, here is my BOOKMARK US script:
<!-- ONE STEP TO INSTALL BOOKMARK US:
1. Copy the coding into the BODY of your HTML document -->
<!-- STEP ONE: Paste this code into the BODY of your HTML document -->
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) {
var url=" http://www.hot-member.com";
var title="POST FREE ADS";
document.write('<A HREF="javascript :window.ext');
document.write('ernal.AddFavorite(url,title);" ');
document.write('onMouseOver=" window.status=');
document.write("'ADD US TO YOUR FAVORITES!'; return true ");
document.write('"onMouseOut=" window.status=');
document.write("' '; return true ");
document.write('"><font color="#00F6FF">ADD US TO YOUR FAVORITES!</font></a>');
}
else {
var msg = "Don't forget to bookmark us!";
if(navigator.appName == "Netscape") msg += "";
document.write(msg);
}
// End -->
</script>
IS THERE A PLACE i CAN AD MY PICTURE TO THIS?
I greatly appreciate your help!!!
P.s I dont know where to find the root of my directory?
Last edited by hot-member; 06-24-2007 at 01:58 PM..
|