|
|
 |
RE: FN-FORUM Add to favorites
date posted 9th June 2000 14:17
Dan,
Here is the one I always use works and tests for IE 4+ and if present adds
itself to the page.
if ((navigator.appName == "Microsoft Internet Explorer") &&
(parseInt(navigator.appVersion) >= 4))
{ var url="http://www.microstore.co.uk";
var title="Microstore - For all your computer needs";
document.write('
*/
Add image refrence or text here
/*
');
}
Morgan
|
 |
|