Geri git   CurcunaForum.Org > Webmaster - Grafik - Tasarım > Html,Asp,Php Scriptler
Kayıt ol Yardım Topluluk

Html,Asp,Php Scriptler Önemli Scriptleri bu bölümde bulabilirsiniz.

Yeni Konu aç  Cevapla
 
LinkBack Seçenekler Stil
Alt 04-13-2007   #1
Profil
Üye
 
S.P.Q.R - ait Kullanıcı Resmi (Avatar)
 
Üyelik tarihi: Feb 2007
Bulunduğu yer: HOLLANDA-AMSTERDAM
Mesajlar: 1.185
Üye No: 4

Seviye: 30 [♥ Bé-Yêu ♥♥ Bé-Yêu ♥♥ Bé-Yêu ♥♥ Bé-Yêu ♥♥ Bé-Yêu ♥]
Canlılık: 0 / 725
Çekicilik: 395 / 38484
Tecrübe: 3

Teşekkür

Teşekkürler: 0
0 Mesajina 0 Tesekkür Aldi
Rep
Rep Puanı : 20
Rep Gücü : 20
İtibar :
S.P.Q.R is on a distinguished road
S.P.Q.R - MSN üzeri Mesaj gönder
BYCaRiSMa78 den Html Kodları güzel

Faraniz Kelebek Olsun
PHP- Kodu:
a href="SİTENİZİN İSMİNİ YAZIN"><br><center><img alt="Cursors" src="http://content8.bigoo.ws/content/loghi/cursor_logo01.gif" border="0"></center><body style="cursor:url(http://content8.bigoo.ws/content/cursor/animated/animated_13.ani);"></body><br></a
__________________

Click the image to open in full size.
S.P.Q.R is offline S.P.Q.R isimli üyenin yazdığı bu Mesajı değerlendirin.   Alıntı ile Cevapla
Alt 04-13-2007   #2
Profil
Üye
 
S.P.Q.R - ait Kullanıcı Resmi (Avatar)
 
Üyelik tarihi: Feb 2007
Bulunduğu yer: HOLLANDA-AMSTERDAM
Mesajlar: 1.185
Üye No: 4

Seviye: 30 [♥ Bé-Yêu ♥♥ Bé-Yêu ♥♥ Bé-Yêu ♥♥ Bé-Yêu ♥♥ Bé-Yêu ♥]
Canlılık: 0 / 725
Çekicilik: 395 / 38484
Tecrübe: 3

Teşekkür

Teşekkürler: 0
0 Mesajina 0 Tesekkür Aldi
Rep
Rep Puanı : 20
Rep Gücü : 20
İtibar :
S.P.Q.R is on a distinguished road
S.P.Q.R - MSN üzeri Mesaj gönder
Standart

Sitenizi AniMasyonlu Açın;
<body><SCRIPT>
var width=document.body.clientWidth;
var height=document.body.clientHeight;

function doClickText(who,type,step,timeOut) {
document.getElementById(who).style.display="none";
if(type==0) {
reveal('revealDiv1',step,timeOut,0);
reveal('revealDiv2',step,timeOut,1);}
if(type==1) {
reveal('revealDiv1',step,timeOut,2);
reveal('revealDiv2',step,timeOut,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(who).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).style.display="none";
document.body.scroll="yes";}}
function initReveal(type,div1bg,div2bg,div1bw,div2bw,div1bc ,div2bc,step,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,timeOut,0);
reveal('revealDiv2',step,timeOut,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,timeOut,2);
reveal('revealDiv2',step,timeOut,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; cursorointer" onClick="doClickText(\'clickText\','+type+','+step +','+timeOut+')"><tr><td align="middle">'+clickt+'</td></tr></table></div>');}}
</SCRIPT>
<SCRIPT>
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','#CCFFCC',1,1,'#00FF00','#0 00000',3,10,true);
</SCRIPT><body>
__________________

Click the image to open in full size.
S.P.Q.R is offline S.P.Q.R isimli üyenin yazdığı bu Mesajı değerlendirin.   Alıntı ile Cevapla
Alt 04-13-2007   #3
Profil
Üye
 
S.P.Q.R - ait Kullanıcı Resmi (Avatar)
 
Üyelik tarihi: Feb 2007
Bulunduğu yer: HOLLANDA-AMSTERDAM
Mesajlar: 1.185
Üye No: 4

Seviye: 30 [♥ Bé-Yêu ♥♥ Bé-Yêu ♥♥ Bé-Yêu ♥♥ Bé-Yêu ♥♥ Bé-Yêu ♥]
Canlılık: 0 / 725
Çekicilik: 395 / 38484
Tecrübe: 3

Teşekkür

Teşekkürler: 0
0 Mesajina 0 Tesekkür Aldi
Rep
Rep Puanı : 20
Rep Gücü : 20
İtibar :
S.P.Q.R is on a distinguished road
S.P.Q.R - MSN üzeri Mesaj gönder
Standart

Günlüklük Burçlar Ekle Kod:script language="JavaScript">
function changer(URLNavigation)
{
if (URLNavigation != "")
{
var nwindow = null;
nwindow=window.open('','nwindow','width=490,height =400,menubar=no,scrollbars=yes,resizable=no');
nwindow.location.href=URLNavigation;
{
if (nwindow.opener == null)
{
nwindow.opener = self;
}
nwindow.location.href=URLNavigation; nwindow.focus();
}
}
}
</script><select name="select"
onChange="changer(this.options[this.selectedIndex].value)" size="1"
style="background-color: rgb(236,183,0); font-size: 9pt; font-weight: bold">
<option selected value="http://www.maviay.net/hizmetler/gunlukfal/gunluk_fal.php">-Günlük Fal-</option>
<option value="http://www.maviay.net/hizmetler/gunlukfal/koc.php">Koç</option>
<option value="http://www.maviay.net/hizmetler/gunlukfal/boga.php">Boğa</option>
<option value="http://www.maviay.net/hizmetler/gunlukfal/ikizler.php">İkizler</option>
<option value="http://www.maviay.net/hizmetler/gunlukfal/yengec.php">Yengeç</option>
<option value="http://www.maviay.net/hizmetler/gunlukfal/aslan.php">Aslan</option>
<option value="http://www.maviay.net/hizmetler/gunlukfal/basak.php">Başak</option>
<option value="http://www.maviay.net/hizmetler/gunlukfal/terazi.php">Terazi</option>
<option value="http://www.maviay.net/hizmetler/gunlukfal/akrep.php">Akrep</option>
<option value="http://www.maviay.net/hizmetler/gunlukfal/yay.php">Yay</option>
<option value="http://www.maviay.net/hizmetler/gunlukfal/oglak.php">Oğlak</option>
<option value="http://www.maviay.net/hizmetler/gunlukfal/kova.php">Kova</option>
<option value="http://www.maviay.net/hizmetler/gunlukfal/balik.php">Balık</option>
</select>
__________________

Click the image to open in full size.
S.P.Q.R is offline S.P.Q.R isimli üyenin yazdığı bu Mesajı değerlendirin.   Alıntı ile Cevapla
Alt 04-13-2007   #4
Profil
Üye
 
S.P.Q.R - ait Kullanıcı Resmi (Avatar)
 
Üyelik tarihi: Feb 2007
Bulunduğu yer: HOLLANDA-AMSTERDAM
Mesajlar: 1.185
Üye No: 4

Seviye: 30 [♥ Bé-Yêu ♥♥ Bé-Yêu ♥♥ Bé-Yêu ♥♥ Bé-Yêu ♥♥ Bé-Yêu ♥]
Canlılık: 0 / 725
Çekicilik: 395 / 38484
Tecrübe: 3

Teşekkür

Teşekkürler: 0
0 Mesajina 0 Tesekkür Aldi
Rep
Rep Puanı : 20
Rep Gücü : 20
İtibar :
S.P.Q.R is on a distinguished road
S.P.Q.R - MSN üzeri Mesaj gönder
Standart

Sonra Devam Edecem
__________________

Click the image to open in full size.
S.P.Q.R is offline S.P.Q.R isimli üyenin yazdığı bu Mesajı değerlendirin.   Alıntı ile Cevapla
Cevapla

Etiketler
bycarisma78, den, guzel, html, kodlari


Yetkileriniz
Konu Acma Yetkiniz Yok
Cevap Yazma Yetkiniz Yok
Eklenti Yükleme Yetkiniz Yok
Mesajınızı Değiştirme Yetkiniz Yok

BB code is Açık
Smileler Açık
[IMG] Kodları Açık
HTML-Kodu Kapalı
Trackbacks are Açık
Pingbacks are Açık
Refbacks are Açık


Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 11:15.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.