View Single Post
02-17-2007, 10:31 PM
#7
Joshimitsu is offline Joshimitsu
Status: Member
Join date: Jan 2007
Location: England
Expertise:
Software:
 
Posts: 229
iTrader: 0 / 0%
 

Joshimitsu is an unknown quantity at this point

Send a message via MSN to Joshimitsu

  Old

Hehe, did you just use the sample javascript code mozilla giving you?
(not saying you're taking false credit or anything, but it looks exactly the same)

<script language=javascript><!--
function addEngine(name,ext,cat)
{
if((typeof window.sidebar=="object")&&(typeof window.sidebar.addSearchEngine=="function"))
{
window.sidebar.addSearchEngine("http://www.stevengibbons.com/tfl/"+name+".src","http://www.stevengibbons.com/tfl/"+name+"."+ext,name,cat);}
else
{
errorMsg(name,ext,cat);}
}
//-->

</script>