Yazar |
Mesaj |
-
myvikipedi
Acemi Üye
|
23.04.2010, 08:55 (UTC) Mesaj konusu: Haber ScripTi [YaRdıMm] |
|
|
[b]Merhaba. Bi yardım gerekli. Bi script hakkında değişiklik yapmak istiyorum ama script bilgim düşük. Altta verecek olduğum haber scriptinin tıklandığında aynı pencerede açılmasını istiyorum ama bunda haberlere tıklandığında farklı pencerede açıyor. Html'de _blank gibi dusunun. Benim istediğim farklı sayfada açılmasın tıkladığımda haberin oldugu sayfa olarak açılsın. Bu konuda mutlaka yardıma ihtiyacım var. Daha da yardımcı olmak isteyen varsa bu scripte her habere text bölümü koyarsa altta haberin başlığını yazan yer olursa iyi olur. Desteğinizi bekliyorum.. Tesekkurler. [/b
Kod: <script type="text/javascript">
<!--
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> [/code] |
|
↑
|
|
|
-
paylasim61
Uzman Üye
|
23.04.2010, 09:18 (UTC) Mesaj konusu: |
|
|
Denemekten zarar çıkmaz
Kod: <script type="text/javascript">
<!--
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";
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> ______________
Ethical Hacker Professional Web Designer |
|
↑
|
|
|
-
myvikipedi
Acemi Üye
|
23.04.2010, 09:37 (UTC) Mesaj konusu: |
|
|
paylasim61 yazmış: Denemekten zarar çıkmaz
Kod: <script type="text/javascript">
<!--
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";
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>
script tamamen yok olmus sitede çıkmıyor bu kodu yazdıgımdA =) =) ??? |
|
↑
|
|
|
-
paylasim61
Uzman Üye
|
23.04.2010, 09:47 (UTC) Mesaj konusu: |
|
|
|
|
↑
|
|
|
-
yetdizayn
Acemi Üye
|
23.04.2010, 10:30 (UTC) Mesaj konusu: |
|
|
Kod: </center><iframe width="750" scrolling="auto" height="1000" src="http://haber.mynet.com/"></iframe>
veya
<iframe name="Haber" style="border=0 " width="100%" height="400" src="http://haber.mynet.com/" target='_blank'>
</iframe>l>
Kardeş bir de bunları dene. |
|
↑
|
|
|
-
ferishtah
Acemi Üye
|
23.04.2010, 11:29 (UTC) Mesaj konusu: |
|
|
yetdizayn yazmış: Kod: </center><iframe width="750" scrolling="auto" height="1000" src="http://haber.mynet.com/"></iframe>
veya
<iframe name="Haber" style="border=0 " width="100%" height="400" src="http://haber.mynet.com/" target='_blank'>
</iframe>l>
Kardeş bir de bunları dene.
Sen yanlıs anladın herhalde. Ben kendi haber manşetimi oluşturuyorum hazır manşetle işim YOK ?? |
|
↑
|
|
|
-
yetdizayn
Acemi Üye
|
23.04.2010, 11:31 (UTC) Mesaj konusu: |
|
|
Hmm. Ben zannettim manşetleri sitende yayınlamak istiyorsun. |
|
↑
|
|
|
|