Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: favicon


Message #1 by "Stephen Carpenter" <stvc69@n...> on Thu, 18 Apr 2002 20:16:56
Jason - here is an extract from my page.........
<html>
<head>

<LINK REL="SHORTCUT ICON" HREF="http://www.mysite.co.uk/favicon.ico">

<title>my site</title>

<script language="JavaScript" type="Text/Javascript"><!--
//  Hide script from older browsers
 var urlAddress = "http://www.mysitef.co.uk";
 var pageName = "My Site";

 function addToFavorites()
 {
  if (window.external)
  {
   window.external.AddFavorite(urlAddress,pageName)
  }
  else
  { 
   alert("Sorry! Your browser doesn't support this function.");
  }
 }
// --></script>

</head>
<body>
Favicon.ico is my pre designed icon.


  Return to Index