Forum'da ara:
Ara


Yazar Mesaj
Mesaj17.06.2010, 16:52 (UTC)    
Mesaj konusu: manşet haber

beyler bana haber manşet lazım
kendi haberlerimi yayınlayabilecğim
bulabilrimisiniz
Mesaj29.06.2010, 12:54 (UTC)    
Mesaj konusu:

bu kod işinize yarar mı

Kod:
<!--
var pic_width=430;
var pic_height=120;
var button_pos=3;
var stop_time=6000;
var show_text=0;
var txtcolor="fff";
var bgcolor="000";

var imag=new Array();
var link=new Array();
var text=new Array();


imag[1]="http://img.webme.com/pic/i/informess/versiyonnew.jpg";
link[1]="http://informess.tr.gg";
text[1]="Logo1";

imag[2]="http://img391.imageshack.us/img391/6747/mziklogosu.jpg";
link[2]="http://informess.tr.gg";
text[2]="Logo2";

var swf_height=show_text==1?pic_height+0:pic_height;
var pics="", links="", texts="";
for(var i=1; i<imag.length; i++){
pics=pics+("|"+imag[i]);
links=links+("|"+link[i]);
texts=texts+("|"+text[i]);
}
pics=pics.substring(1);
links=links.substring(1);
texts=texts.substring(1);

document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ pic_width +'" height="'+ swf_height +'" style="margin: 0px 0px 0px 0px;">');
document.write('<param name="movie" value="http://site.mynet.com/djtual/gallery.swf">');
document.write('<param name="quality" value="high">');
document.write('<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&pic_width='+pic_width+'&pic_height='+pic_height+'&show_text='+show_text+'&txtcolor='+txtcolor+'&bgcolor='+bgcolor+'&button_pos='+button_pos+'&stop_time='+stop_time+'">');
document.write('<embed style="margin: 3px 0px 5px 0px;" src="http://site.mynet.com/djtual/gallery.swf" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&pic_width='+pic_width+'&pic_height='+pic_height+'&show_text='+show_text+'&txtcolor='+txtcolor+'&bgcolor='+bgcolor+'&button_pos='+button_pos+'&stop_time='+stop_time+'" quality="high" width="'+ pic_width +'" height="'+ swf_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
document.write('</object>');
//-->
</script>
Mesaj29.06.2010, 19:12 (UTC)    
Mesaj konusu:

Kod Calısmıyor Heralde
______________
Mesaj01.07.2010, 09:13 (UTC)    
Mesaj konusu:

hayal-koprusu yazmış:
Kod Calısmıyor Heralde


evet kod arızalıymış
Mesaj01.07.2010, 11:24 (UTC)    
Mesaj konusu:

Buyur , koddaki gerekli alanları düzenlemelisin.

Kod:
<div style="text-align: center"><!--
.yatay_manset { display: none; }
#manset_0 { display: block; }
.el { cursor:pointer; }
--><script language="javascript" type="text/javascript">
function nes(obj)
{
return document.getElementById(obj);
}
function manset_goster() {
for(i=0;i<10;i++) {
if (i == secili_manset) {
nes("manset_"+i).style.display = "block";
document["m"+i].src = "http://foto.gazetevatan.com/resimler/s_"+i+"_.jpg";
}
else
{
nes("manset_"+i).style.display = "none";
document["m"+i].src = "http://foto.gazetevatan.com/resimler/s_"+i+".jpg";
}
}
}
function manset_degistir(mansetId) {
if (mansetId >= 0) {
clearTimeout(mansetTimeout);
secili_manset = mansetId;
manset_goster();
}
else
{
manset_goster();
secili_manset = secili_manset + 1;
if(secili_manset >= 10) secili_manset = 0;

mansetTimeout = setTimeout("manset_degistir(-1)", '3000');
}
}
var secili_manset = 0;
var mansetTimeout =1;
mansetTimeout = setTimeout("manset_degistir(-1)", '3000');
</script><!--mansetbasi-->
<table border="0" cellspacing="0" cellpadding="0" height="300">
    <tbody>
        <tr>
            <td align="center">
            <div id="manset_0" class="yatay_manset" style="position: relative; text-align: center; width: 380px; height: 300px"><img border="0" alt="Alternatif Yazı" width="380" height="300" onmouseover="manset_degistir(0);" onmouseout="manset_degistir(-1);" style="border-bottom: rgb(168,168,168) 1px solid; border-left: rgb(168,168,168) 1px solid; border-top: rgb(168,168,168) 1px solid; border-right: rgb(168,168,168) 1px solid" src="Resim URL - 1" /></div>

            <div id="manset_1" class="yatay_manset" style="position: relative; text-align: center; width: 380px; height: 300px"><img border="0" alt="Alternatif Yazı" width="380" height="300" onmouseover="manset_degistir(1);" onmouseout="manset_degistir(-1);" style="border-bottom: rgb(168,168,168) 1px solid; border-left: rgb(168,168,168) 1px solid; border-top: rgb(168,168,168) 1px solid; border-right: rgb(168,168,168) 1px solid" src="Resim URL - 2" /></div>

            <div id="manset_2" class="yatay_manset" style="position: relative; text-align: center; width: 380px; height: 300px"><img border="0" alt="Alternatif Yazı" width="380" height="300" onmouseover="manset_degistir(2);" onmouseout="manset_degistir(-1);" style="border-bottom: rgb(168,168,168) 1px solid; border-left: rgb(168,168,168) 1px solid; border-top: rgb(168,168,168) 1px solid; border-right: rgb(168,168,168) 1px solid" src="Resim URL - 3" /></div>

            <div id="manset_3" class="yatay_manset" style="position: relative; text-align: center; width: 380px; height: 300px"><img border="0" alt="Alternatif Yazı" width="380" height="300" onmouseover="manset_degistir(3);" onmouseout="manset_degistir(-1);" style="border-bottom: rgb(168,168,168) 1px solid; border-left: rgb(168,168,168) 1px solid; border-top: rgb(168,168,168) 1px solid; border-right: rgb(168,168,168) 1px solid" src="Resim URL - 4" /></div>

            <div id="manset_4" class="yatay_manset" style="position: relative; text-align: center; width: 380px; height: 300px"><img border="0" alt="Alternatif Yazı" width="380" height="300" onmouseover="manset_degistir(4);" onmouseout="manset_degistir(-1);" style="border-bottom: rgb(168,168,168) 1px solid; border-left: rgb(168,168,168) 1px solid; border-top: rgb(168,168,168) 1px solid; border-right: rgb(168,168,168) 1px solid" src="Resim URL - 5" /></div>

            <div id="manset_5" class="yatay_manset" style="position: relative; text-align: center; width: 380px; height: 300px"><img border="0" alt="Alternatif Yazı" width="380" height="300" onmouseover="manset_degistir(5);" onmouseout="manset_degistir(-1);" style="border-bottom: rgb(168,168,168) 1px solid; border-left: rgb(168,168,168) 1px solid; border-top: rgb(168,168,168) 1px solid; border-right: rgb(168,168,168) 1px solid" src="Resim URL - 6" /></div>

            <div id="manset_6" class="yatay_manset" style="position: relative; text-align: center; width: 380px; height: 300px"><img border="0" alt="Alternatif Yazı" width="380" height="300" onmouseover="manset_degistir(6);" onmouseout="manset_degistir(-1);" style="border-bottom: rgb(168,168,168) 1px solid; border-left: rgb(168,168,168) 1px solid; border-top: rgb(168,168,168) 1px solid; border-right: rgb(168,168,168) 1px solid" src="Resim URL - 7" /></div>

            <div id="manset_7" class="yatay_manset" style="position: relative; text-align: center; width: 380px; height: 300px"><img border="0" alt="Alternatif Yazı" width="380" height="300" onmouseover="manset_degistir(7);" onmouseout="manset_degistir(-1);" style="border-bottom: rgb(168,168,168) 1px solid; border-left: rgb(168,168,168) 1px solid; border-top: rgb(168,168,168) 1px solid; border-right: rgb(168,168,168) 1px solid" src="Resim URL - 8" /></div>

            <div id="manset_8" class="yatay_manset" style="position: relative; text-align: center; width: 380px; height: 300px"><img border="0" alt="Alternatif Yazı" width="380" height="300" onmouseover="manset_degistir(8);" onmouseout="manset_degistir(-1);" style="border-bottom: rgb(168,168,168) 1px solid; border-left: rgb(168,168,168) 1px solid; border-top: rgb(168,168,168) 1px solid; border-right: rgb(168,168,168) 1px solid" src="Resim URL - 9" /></div>

            <div id="manset_9" class="yatay_manset" style="position: relative; text-align: center; width: 380px; height: 300px"><img border="0" alt="Alternatif Yazı" width="380" height="300" onmouseover="manset_degistir(9);" onmouseout="manset_degistir(-1);" style="border-bottom: rgb(168,168,168) 1px solid; border-left: rgb(168,168,168) 1px solid; border-top: rgb(168,168,168) 1px solid; border-right: rgb(168,168,168) 1px solid" src="Resim URL - 10" /></a></div>
            </td>
        </tr>
        <tr>
            <td align="center">
            <table border="0" cellspacing="0" cellpadding="0" align="center">
                <tbody>
                    <tr>
                        <td style="text-align: center"><img border="0" alt="" style="width: 41px; height: 28px" src="http://img.webme.com/pic/l/lifelist/manset_sol.jpg" /></td>
                       
<td style="text-align: center"><a href="Resim - 1 - YONLENECEK URL"><img class="el" border="0" name="m0" alt="" onmouseover="manset_degistir(0)" onmouseout="manset_degistir(-1);" src="http://img.webme.com/pic/l/lifelist/s_0_.jpg" /></a></td>

                        <td style="text-align: center"><a href="Resim - 2 - YONLENECEK URL"><img class="el" border="0" name="m1" alt="" onmouseover="manset_degistir(1)" onmouseout="manset_degistir(-1);" src="http://img.webme.com/pic/l/lifelist/s_1.jpg" /></a></td>

                        <td style="text-align: center"><a href="Resim - 3 - YONLENECEK URL"><img class="el" border="0" name="m2" alt="" onmouseover="manset_degistir(2)" onmouseout="manset_degistir(-1);" src="http://img.webme.com/pic/l/lifelist/s_2.jpg" /></a></td>

                        <td style="text-align: center"><a href="Resim - 4 - YONLENECEK URL"><img class="el" border="0" name="m3" alt="" onmouseover="manset_degistir(3)" onmouseout="manset_degistir(-1);" src="http://img.webme.com/pic/l/lifelist/s_3.jpg" /></a></td>

                        <td style="text-align: center"><a href="Resim - 5 - YONLENECEK URL"><img class="el" border="0" name="m4" alt="" onmouseover="manset_degistir(4)" onmouseout="manset_degistir(-1);" src="http://img.webme.com/pic/l/lifelist/s_4.jpg" /></a></td>

                        <td style="text-align: center"><a href="Resim - 6 - YONLENECEK URL"><img class="el" border="0" name="m5" alt="" onmouseover="manset_degistir(5)" onmouseout="manset_degistir(-1);" src="http://img.webme.com/pic/l/lifelist/s_5.jpg" /></a></td>

                        <td style="text-align: center"><a href="Resim - 7 - YONLENECEK URL"><img class="el" border="0" name="m6" alt="" onmouseover="manset_degistir(6)" onmouseout="manset_degistir(-1);" src="http://img.webme.com/pic/l/lifelist/s_6.jpg" /></a></td>

                        <td style="text-align: center"><a href="Resim - 8 - YONLENECEK URL"><img class="el" border="0" name="m7" alt="" onmouseover="manset_degistir(7)" onmouseout="manset_degistir(-1);" src="http://img.webme.com/pic/l/lifelist/s_7.jpg" /></a></td>

                        <td style="text-align: center"><a href="Resim - 9 - YONLENECEK URL"><img class="el" border="0" name="m8" alt="" onmouseover="manset_degistir(8)" onmouseout="manset_degistir(-1);" src="http://img.webme.com/pic/l/lifelist/s_8.jpg" /></a></td>

                        <td style="text-align: center"><a href="Resim - 10 - YONLENECEK URL"><img class="el" border="0" name="m9" alt="" onmouseover="manset_degistir(9)" onmouseout="manset_degistir(-1);" src="http://img.webme.com/pic/l/lifelist/s_9.jpg" /></a></td>

                        <td style="text-align: center"><img border="0" alt="" style="width: 53px; height: 28px" src="http://img.webme.com/pic/l/lifelist/manset_sag.jpg" /></td>
                    </tr>
                </tbody>
            </table>
            </td>
        </tr>
    </tbody>
</table>
</div>

______________
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu