Slm millet size işe yarar html kodları sunuyorum umarım işinize yarar..
****************************** ***************************
Bu kod habertürkden haberler için...Haberler her 5dk da yenilenmektedir...
[HTML]<IFRAME width=450
height=200 frameBorder=0 name="haberturkexport"
src="http://www.haberturk.com/export.haberturk?site=www.mymy net.net" ></IFRAME>[/HTML]
****************************** ****************************
Daha sonra;
Fare imlecini üstüne getirdiğinde açıklaması çıkan link için aşşağıdaki kodu kullan.....
[HTML]<style TYPE="text/css">
<!--
body{
overflow:scroll;overflow-x:hidden
}
.popper
{
position : absolute;
visibility : hidden;
}
//-->
</style>
<tr>
<td width="139" height="134" valign="top" bgcolor="#C0C0C0"><div ID="topdeck" CLASS="popper"></div>
<******>
var nav = (document.layers);
var iex = (document.all);
var skn = (nav) ? document.topdeck : topdeck.style;
if (nav) document.captureEvents(Event.M OUSEMOVE);
document.onmousemove = get_mouse;
function pop(msg,bak)
{
var content ="<TABLE WIDTH=130 BORDER=0 CELLPADDING=2 CELLSPACING=0 BGCOLOR=#000000><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD><CENTER> <FONT COLOR=#FFFFFF SIZE=2><B>ACIKLAMA</B></FONT></CENTER></TD></TR></TABLE><TABLE WIDTH=100% BORDER=0 CELLPADDING=2 CELLSPACING=0 BGCOLOR="+bak+"><TR><TD><FONT COLOR=#000000 SIZE=2><CENTER>"+msg+"</CENTER></FONT></TD></TR></TD></TR>";
if (nav)
{
skn.document.write(content);
skn.document.close();
skn.visibility = "visible";
}
else if (iex)
{
document.all("topdeck").innerH TML = content;
skn.visibility = "visible";
}
}
function get_mouse(e)
{
var x = (nav) ? e.pageX : event.x+document.body.scrollLe ft;
var y = (nav) ? e.pageY : event.y+document.body.scrollTo p;
skn.left = x - 60;
skn.top = y+20;
}
function kill()
{
skn.visibility = "hidden";
}
</******>
<html>
<head>
<style="word-spacing: 0; margin: 0"><a href="http://www.bilenin.sayfasi.com" target="_blank"
ONMOUSEOVER="pop('Seniçok Seviyorum bir tanem.','lightgreen')" ; ONMOUSEOUT="kill()">AŞKIM</a>
</td>
</html>
</head> [/HTML]
****************************** ****************************
Üçüncü olarak bir matrix yazı sitili veriyorum kullanamak için kodu kullan...
[HTML]<style type="text/css">
.matrix { font-family:Lucida Console, Courier, Monotype; font-size:12pt; text-align:center; width:10px; padding:0px; margin:0px;}
</style>
<****** type="text/java******" language="Java******">
<!--
var rows=11;
var speed=95;
var reveal=2;
var effectalign="default"
var w3c=document.getElementById && !window.opera;;
var ie45=document.all && !window.opera;
var ma_tab, matemp, ma_bod, ma_row, x, y, columns, ma_txt, ma_cho;
var m_coch=new Array();
var m_copo=new Array();
window.onload=function() {
if (!w3c && !ie45) return
var matrix=(w3c)?document.getEleme ntById("matrix"):document.all["matrix"];
ma_txt=(w3c)?matrix.firstChild .nodeValue:matrix.*********;
ma_txt=" "+ma_txt+" ";
columns=ma_txt.length;
if (w3c) {
while (matrix.childNodes.length) matrix.removeChild(matrix.chil dNodes[0]);
ma_tab=document.createElement( "table");
ma_tab.setAttribute("border", 0);
ma_tab.setAttribute("align", effectalign);
ma_tab.style.backgroundColor=" #000000";
ma_bod=document.createElement( "tbody");
for (x=0; x<rows; x++) {
ma_row=document.createElement( "tr");
for (y=0; y<columns; y++) {
matemp=document.createElement( "td");
matemp.setAttribute("id", "Mx"+x+"y"+y);
matemp.className="matrix";
matemp.appendChild(document.cr eateTextNode(String.fromCharCo de(160)));
ma_row.appendChild(matemp);
}
ma_bod.appendChild(ma_row);
}
ma_tab.appendChild(ma_bod);
matrix.appendChild(ma_tab);
} else {
ma_tab='<ta'+'ble align="'+effectalign+'" border="0" style="background-color:#000000">';
for (var x=0; x<rows; x++) {
ma_tab+='<t'+'r>';
for (var y=0; y<columns; y++) {
ma_tab+='<t'+'d class="matrix" id="Mx'+x+'y'+y+'"> </'+'td>';
}
ma_tab+='</'+'tr>';
}
ma_tab+='</'+'table>';
matrix.*********=ma_tab;
}
ma_cho=ma_txt;
for (x=0; x<columns; x++) {
ma_cho+=String.fromCharCode(32 +Math.floor(Math.random()*94)) ;
m_copo[x]=0;
}
ma_bod=setInterval("mytricks() ", speed);
}
function mytricks() {
x=0;
for (y=0; y<columns; y++) {
x=x+(m_copo[y]==100);
ma_row=m_copo[y]%100;
if (ma_row && m_copo[y]<100) {
if (ma_row<rows+1) {
if (w3c) {
matemp=document.getElementById ("Mx"+(ma_row-1)+"y"+y);
matemp.firstChild.nodeValue=m_ coch[y];
}
else {
matemp=document.all["Mx"+(ma_row-1)+"y"+y];
matemp.*********=m_coch[y];
}
matemp.style.color="#33ff66";
matemp.style.fontWeight="bold" ;
}
if (ma_row>1 && ma_row<rows+2) {
matemp=(w3c)?document.getEleme ntById("Mx"+(ma_row-2)+"y"+y):document.all["Mx"+(ma_row-2)+"y"+y];
matemp.style.fontWeight="norma l";
matemp.style.color="#00ff00";
}
if (ma_row>2) {
matemp=(w3c)?document.getEleme ntById("Mx"+(ma_row-3)+"y"+y):document.all["Mx"+(ma_row-3)+"y"+y];
matemp.style.color="#009900";
}
if (ma_row<Math.floor(rows/2)+1) m_copo[y]++;
else if (ma_row==Math.floor(rows/2)+1 && m_coch[y]==ma_txt.charAt(y)) zoomer(y);
else if (ma_row<rows+2) m_copo[y]++;
else if (m_copo[y]<100) m_copo[y]=0;
}
else if (Math.random()>0.9 && m_copo[y]<100) {
m_coch[y]=ma_cho.charAt(Math.floor(Math .random()*ma_cho.length));
m_copo[y]++;
}
}
if (x==columns) clearInterval(ma_bod);
}
function zoomer(ycol) {
var mtmp, mtem, ytmp;
if (m_copo[ycol]==Math.floor(rows/2)+1) {
for (ytmp=0; ytmp<rows; ytmp++) {
if (w3c) {
mtmp=document.getElementById(" Mx"+ytmp+"y"+ycol);
mtmp.firstChild.nodeValue=m_co ch[ycol];
}
else {
mtmp=document.all["Mx"+ytmp+"y"+ycol];
mtmp.*********=m_coch[ycol];
}
mtmp.style.color="#33ff66";
mtmp.style.fontWeight="bold";
}
if (Math.random()<reveal) {
mtmp=ma_cho.indexOf(ma_txt.cha rAt(ycol));
ma_cho=ma_cho.substring(0, mtmp)+ma_cho.substring(mtmp+1, ma_cho.length);
}
if (Math.random()<reveal-1) ma_cho=ma_cho.substring(0, ma_cho.length-1);
m_copo[ycol]+=199;
setTimeout("zoomer("+ycol+")", speed);
}
else if (m_copo[ycol]>200) {
if (w3c) {
mtmp=document.getElementById(" Mx"+(m_copo[ycol]-201)+"y"+ycol);
mtem=document.getElementById(" Mx"+(200+rows-m_copo[ycol]--)+"y"+ycol);
}
else {
mtmp=document.all["Mx"+(m_copo[ycol]-201)+"y"+ycol];
mtem=document.all["Mx"+(200+rows-m_copo[ycol]--)+"y"+ycol];
}
mtmp.style.fontWeight="normal" ;
mtem.style.fontWeight="normal" ;
setTimeout("zoomer("+ycol+")", speed);
}
else if (m_copo[ycol]==200) m_copo[ycol]=100+Math.floor(rows/2);
if (m_copo[ycol]>100 && m_copo[ycol]<200) {
if (w3c) {
mtmp=document.getElementById(" Mx"+(m_copo[ycol]-101)+"y"+ycol);
mtmp.firstChild.nodeValue=Stri ng.fromCharCode(160);
mtem=document.getElementById(" Mx"+(100+rows-m_copo[ycol]--)+"y"+ycol);
mtem.firstChild.nodeValue=Stri ng.fromCharCode(160);
}
else {
mtmp=document.all["Mx"+(m_copo[ycol]-101)+"y"+ycol];
mtmp.*********=String.fromChar Code(160);
mtem=document.all["Mx"+(100+rows-m_copo[ycol]--)+"y"+ycol];
mtem.*********=String.fromChar Code(160);
}
setTimeout("zoomer("+ycol+")", speed);
}
}
// -->
</******>
<div id="matrix">LoRd FiRe</div> [/HTML]
****************************** ****************************
Bu kod sayfayı animasyonlu açmaya yarar bilmem anlatabildim mi?
[HTML]<body><******>
var width=document.body.clientWidt h;
var height=document.body.clientHei ght;
function doClickText(who,type,step,time Out) {
document.getElementById(who).s tyle.display="none";
if(type==0) {
reveal('revealDiv1',step,timeO ut,0);
reveal('revealDiv2',step,timeO ut,1);}
if(type==1) {
reveal('revealDiv1',step,timeO ut,2);
reveal('revealDiv2',step,timeO ut,3);}}
function reveal(who,step,timeOut,type) {
if(type==0)
var where="top";
if(type==1)
var where="bottom";
if(type==2)
var where="left";
if(type==3)
var where="right";
eval('var temp=document.getElementById(w ho).style.'+where);
temp=parseInt(temp);
if(type==0||type==1)
var checkWith=height/2;
if(type==2||type==3)
var checkWith=width/2;
if(-temp<checkWith) {
temp-=step;
eval('document.getElementById( who).style.'+where+'=temp;');
setTimeout("reveal('"+who+"'," +step+",'"+timeOut+"',"+type+" )", timeOut);}
else {
document.getElementById(who).s tyle.display="none";
document.body.scroll="yes";}}
function initReveal(type,div1bg,div2bg, div1bw,div2bw,div1bc,div2bc,st ep,timeOut,click) {
if(type==0) {
var bWhere1="border-bottom";
var bWhere2="border-top";
var putZero1="top:0px; left:0px";
var putZero2="bottom:0px; left:0px";
document.write('<div id="revealDiv1" style="z-index:100; display:block; position:absolute; '+putZero1+'; background:'+div1bg+' ; width:'+(width)+'; height:'+(height/2)+'; '+bWhere1+':'+div1bc+' solid '+div1bw+'px"></div>');
document.write('<div id="revealDiv2" style="z-index:100; display:block; position:absolute; '+putZero2+'; background:'+div2bg+' ; width:'+(width)+'; height:'+(height/2)+'; '+bWhere2+':'+div2bc+' solid '+div2bw+'px"></div>');
if(!click) {
reveal('revealDiv1',step,timeO ut,0);
reveal('revealDiv2',step,timeO ut,1);}
else {
clickText(type,step,timeOut);} }
if(type==1) {
var bWhere1="border-right";
var bWhere2="border-left";
var putZero1="top:0px; left:0px";
var putZero2="top:0px; right:0px";
document.write('<div id="revealDiv1" style="z-index:100; display:block; position:absolute; '+putZero1+'; background:'+div1bg+' ; width:'+(width/2)+'; height:'+(height)+'; '+bWhere1+':'+div1bc+' solid '+div1bw+'px"></div>');
document.write('<div id="revealDiv2" style="z-index:100; display:block; position:absolute; '+putZero2+'; background:'+div2bg+' ; width:'+(width/2)+'; height:'+(height)+'; '+bWhere2+':'+div2bc+' solid '+div2bw+'px"></div>');
if(!click) {
reveal('revealDiv1',step,timeO ut,2);
reveal('revealDiv2',step,timeO ut,3);}
else {
clickText(type,step,timeOut);} }
function clickText(type,step,timeOut) {
document.write('<div id="clickText" style="z-index:101; display:block; position:absolute; top:'+(height/2-clickh/2-clickb)+'; left:'+(width/2-clickw/2-clickb)+'"><table style="border:'+clickc+' solid '+clickb+'px; background:'+clickbg+' ;width:'+clickw+'px; height:'+clickh+'; '+clickFont+'; cursor:hand; cursor

ointer" onClick="doClickText(\'clickTe xt\','+type+','+step+','+timeO ut+')"><tr><td align="middle">'+clickt+'</td></tr></table></div>');}}
</******>
<******>
var clickw=170; // Width
var clickh=20; // Height
var clickb=2; // Border width
var clickc="#CCFFCC"; // Border color
var clickbg="#000000"; // Background color
var clickt="Siteye girmek icin tiklayin."; // Text to display
var clickFont="font-family:Tahoma,arial,helvetica; font-size:10pt; font-weight:bold; color:#FF0000"; // The font style of the text
new initReveal(0,'#CCFFCC','#CCFFC C',1,1,'#00FF00','#000000',3,1 0,true);
</******><body> [/HTML]
****************************** ****************************
Sitende müzik çalmasını istiyosan bu kodu kullan....
[HTML]<p align="center"><p align="center"><embed width="300" height="63" src="D:\Şarkılarım-1\Abidin\Abidin - - Boşuna.mp3".align="middle"></p></p>[/HTML]
****************************** ****************************
Bu kod ise sitende ki güncellemeleri yazman için yukarıya doğru yazı kaydırmaya yarar...
[HTML]<HTML>
<HEAD>
<META NAME="Generator" CONTENT="Created by BlueVoda">
</HEAD>
<BODY bgcolor="#FFFFFF" text="#000000" vlink="#FF0000">
<DIV style="overflow:hidden; position:absolute; left:357px; top:71px; width:233px; height:336px; z-index:0" align="left" align="top">
<p><font color="red" size="1" face="Arial"><strong><marquee bgcolor="#5428A4" height="25" direction="up" scrolldelay="80" scrollamount="2" behavior="scroll" align="top" loop="0">Foto Galeri de Ankara Fotoları güncellenmiştir.</marquee></strong></font></p>
</DIV>
</BODY>
</html>[/HTML]
****************************** ****************************
Bu kod sitende sağ tuş tıklamayı yasaklar...
[HTML]<DIV><****** language=Java******>
document.onmousedown=click
var times=0
var times2=10
function click() {
if ((event.button==2) || (event.button==3)) {
if (times>=1) { earthquake() }
alert("Bu Sitede Sag Tus Yasagi Vardir ! ! ! Sag Tus Tiklayamazsin :-)");
times++ } }
function earthquake() {
alert("Sana Söylemistim Sag Tus Tiklayamazsin Diye :-)");
window.moveTo(0, 0)
window.moveTo(1, 1)
window.moveTo(2, 2)
window.moveTo(3, 3)
window.moveTo(4, 4)
window.moveTo(5, 5)
window.moveTo(6, 6)
window.moveTo(7, 7)
window.moveTo(8, 8)
window.moveTo(9, 9)
window.moveTo(10, 10)
window.moveTo(9, 9)
window.moveTo(8, 8)
window.moveTo(7, 7)
window.moveTo(6, 6)
window.moveTo(5, 5)
window.moveTo(4, 4)
window.moveTo(3, 3)
window.moveTo(2, 2)
window.moveTo(1, 1)
alert("by LoRd FiRe!")
tremmors()
}
function tremmors() {
window.moveTo(0, 0)
window.moveTo(1, 1)
window.moveTo(2, 2)
window.moveTo(3, 3)
window.moveTo(4, 4)
window.moveTo(5, 5)
window.moveTo(6, 6)
window.moveTo(7, 7)
window.moveTo(8, 8)
window.moveTo(9, 9)
window.moveTo(10, 10)
window.moveTo(9, 9)
window.moveTo(8, 8)
window.moveTo(7, 7)
window.moveTo(6, 6)
window.moveTo(5, 5)
window.moveTo(4, 4)
window.moveTo(3, 3)
window.moveTo(2, 2)
window.moveTo(1, 1)
tremmors()
}
</******>
</DIV> [/HTML]
****************************** ****************************
Bu kod çok güzel bence bi deneyin zor bulunan bi kod...
[HTML]<****** language="Java******">
<!--
var x = 0
var speed = 90
var text = "Gazi Üniversitesi Mezunlary"
var course =76
var text2 = text
function Scroll() {
window.status = text2.substring(0, text2.length)
if (course < text2.length) {
setTimeout("Scroll2()", speed)
}
else {
text2 = " " + text2
setTimeout("Scroll()", speed);
}
}
function Scroll2() {
window.status = text2.substring(x, text2.length)
if (text2.length - x == text.length) {
text2 = text
x = 0
setTimeout("Scroll()", speed);
}
else {
x++
setTimeout("Scroll2()", speed);
}
}
Scroll()
//-->
</******> [/HTML]
****************************** ****************************
Scoll bar(aşşağıya çekme çubuğu) rengini değiştiren bi kod bu kodda zor bulunan kodlardandır....
[HTML]<style type="text/css">body { scrollbar-3dlight-color: #6F9FCF; scrollbar-arrow-color: #6F9FCF;
scrollbar-base-color: #cccccc; scrollbar-darkshadow-color: #6F9FCF;
scrollbar-face-color: #ffffff; scrollbar-highlight-color:
#c0c0c0; scrollbar-shadow-color: #6F9FCF }
</style>[/HTML]
****************************** ****************************
Bu kod belli bir konumda ki video dasyasını çalmaya yarar eğer bir müzik sitesi kurucaksanız ve güzel olsun diyorsanız bi deneyin derim...Dikkat Kod üzerindeki "video.avi" yazan tüm yerlere dosya ad ve uzantısını yazmanız gerekmektedir!
[HTML]<center>
<OBJECT ID="mediaPlayer" WIDTH="384" HEIGHT="355"
CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,70 1" STANDBY="Die Microsoft Windows Media
Player components werden geladen! Bitte warten..."
TYPE="application/x-oleobject">
<PARAM NAME="FileName" VALUE="video.avi">
<PARAM NAME="AnimationAtStart" VALUE="1">
<PARAM NAME="ShowControls" VALUE="1">
<PARAM NAME="ShowTracker" VALUE="1">
<PARAM NAME="ShowDisplay" VALUE="1">
<PARAM NAME="ShowStatusBar" VALUE="1">
<PARAM NAME="AutoSize" VALUE="0">
<EMBED TYPE="application/x-mplayer2"
PLUGINSPAGE="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"
FILENAME="video.avi"
SRC="video.avi"
NAME="mediaPlayer" SHOWCONTROLS="1" SHOWDISPLAY="0" SHOWSTATUSBAR="1"
WIDTH="384" HEIGHT="355">
</embed>
</object>
</center>
[/HTML]
****************************** ****************************
Bu kod sitende ki aktif ziyaratçi sayısını gösteren koddur...
[HTML]<!-- Start FastOnlineUsers.com -->
<a href="http://www.mymynet.net"><****** type="text/java******" src="http://fastonlineusers.com/on4.php?d=www.mymynet.net"></******> online misafir var.</a>
<!-- End FastOnlineUsers.com -->
[/HTML]
****************************** ****************************
Bence en güzelleri bunlar..
Ama isterseniz daha fazlası da var kodlara bakın başka türde aradığınız veya kodlar hakkında soracağınız bir soru varsa bekliyorum...
Hadi kolay gelsin....
****************************** ****************************
[HIDE-THANKS]Yorumlarınızı beyendiyseniz teşekkürlerinizi bekliyorum...[/HIDE-THANKS]
