COK HOSUNUZA GİDECEK
HEAD TAGLARI ARASINA YAZILACAK KOD
<script> text=new Array() text[0]=" " text[1]="Herseyi bulacaksınızi" text[2]="Hicbirsey ulasılamaz degil" text[3]="Duygusal anlar yasayıni" text[4] ="Açıklamaya gerek yok sanırım" if(document.layers){ //if ns4 itemwrite="document.test.document.write('<p style=\"font-family:verdana\">'+text[num]+'</p>')" //we add a style to the p tag so we get the font and size we want. itemclose="document.test.document.close()" } if(document.all){//if ie4 itemwrite="test.innerText=text[num]" //We use the innertext propertie to change the text in ie. itemclose="" } function change(num){ eval(itemwrite) eval(itemclose) } </script>
BODY TAGLARI ARASINA YAZILACAK KOD
<P> <a href="http://www.yakinplan.8m.net/" onmouseover="change(1)" onmouseout="change(0)">Zaten farkındasınız</a> <a href="http://www.Yakinplan.8m.net/" onmouseover="change(2)" onmouseout="change(0)">Güzel bir site</a> </FONT> <FONT FACE="verdana" SIZE="+0"><div id="test" style="position:absolute; left:30; top:120; font-family:ariel"> </div>