»
EnglishFrenchVietnamese

Print - Get Firefox - JavaScriptBank.com

Full version: jsB@nk » Snippet » Get Firefox
URL: https://www.javascriptbank.com/get-firefox.html

Get Firefox © JavaScriptBank.comIf your visitors are using one of those "other" browsers, this short script will display a graphic with a link to the Firefox Web site. (The graphic won't display if you're using Firefox to view this page.)

Full version: jsB@nk » Snippet » Get Firefox
URL: https://www.javascriptbank.com/get-firefox.html



JavaScript
<script type="text/javascript"><!--// Created by: Hans Schmucker :: http://www.webdeveloper.com/forum/showthread.php?t=118111function init(){  if(navigator.userAgent.indexOf("Gecko")!=(-1))    document.getElementById("fflink").style.display="none";}window.onload=init;//--></script><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->


HTML
<p align=center><a href="http://www.mozilla.com/firefox/" title="Get Firefox!"><img src="ff.jpg" id="fflink" border="0"></a></p><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->


Files
http://javascriptbank.com/javascript/snippet/ff.jpg