Zoque.Forum
Dirsek Teması:
Geri Dön Zoque.Forum » Webmaster Kaynaklari » ://www » java script sorusu (yardım!)


Yanıt
 
LinkBack Seçenekler
Old 24.07.2000   #1 (permalink)
copatlamaz
 
Mesaj: n/a

merhaba
aşağıdaki kodları http://www.bboz.nom.tr/jvornek3.htm adresinden aldım. bunları .htm olarak kaydettiğimizde görüleceği gibi 4 tane deneme adında bölüm oluşuyor. benim istediğim beşinci, altıncı.... bölümleri oluşturmak. uzun süre uğraştım fakat yapamadım.
yardımcı olacaklara teşekkürler.
----
<HTML>

<HEAD>

<title>JavaScript Örnekleri 3</title>

<META HTTP-EQUIV="Content-Type" CONTENT="text/HTML; charset=windows-1254">

<META NAME="KEYWORD" CONTENT="">

<META NAME="AUTHOR" CONTENT="ReSSaM">

<script LANGUAGE="JavaScript">

<!--



/*************************************



Code in this document is copyright of

Dan Steinman of Industrial Dreams

1998

Available at The Dynamic Duo
http://www.dansteinman.com/dynduo/



*************************************/



n = (document.layers) ? 1:0

ie =

(document.all) ? 1:0



function init() {

pulloutActive = 0



if (n) {



pullout1 = document.pulloutInterface.document.pulloutContent. document.pulloutContent1



pullout2 = document.pulloutInterface.document.pulloutContent. document.pulloutContent2



pullout3 = document.pulloutInterface.document.pulloutContent. document.pulloutContent3



pullout4 = document.pulloutInterface.document.pulloutContent. document.pulloutContent4





}

if (ie) {



pullout1 = pulloutContent1.style



pullout2 = pulloutContent2.style



pullout3 = pulloutContent3.style



pullout4 = pulloutContent4.style





}

pulloutShown = pullout1

// the layer that is currently shown

pulloutShown.xpos = 0

pulloutNew = "none"

// the layer that we will be shown next

pulloutNew.xpos = -285

}



// Pullout Function, starts the sequence

function pullout(which)

{

if (!pulloutActive && pulloutShown != which) {



pulloutActive = 1

// this makes it so you can't start it again until it's finished



pulloutNew = which



pulloutNew.xpos = -385



pulloutLeft()

}

}





// Slide the old layer out of view

function pulloutLeft()

{

if (pulloutShown.xpos > -285)

{

pulloutShown.xpos -= 15



pulloutShown.left = pulloutShown.xpos



setTimeout("pulloutLeft()",30)

}



else {

hide(pulloutShown)



show(pulloutNew)



setTimeout("pulloutRight()",50)

}

}



// Slide the new layer into view

function pulloutRight()

{

if (pulloutNew.xpos < 0)

{

pulloutNew.xpos += 15



pulloutNew.left = pulloutNew.xpos



setTimeout("pulloutRight()",30)



}

else {

pulloutShown = pulloutNew



pulloutActive = 0

// stops the sequence

}

}

// Show/Hide Functions

function show(showobj)

{

if (n) showobj.visibility = "show"



if (ie) showobj.visibility = "visible"

}

function hide(hideobj)

{

if (n) hideobj.visibility = "hide"



if (ie) hideobj.visibility = "hidden"}//-->

</script>





<STYLE TYPE="text/CSS">



<!-- A {color:white; font-family:'GEORGIA, Arial'; font-size:10pt; line-height:20pt;}

STRONG {font-family:'Arial'; font-size:15pt; font-weight:bold; line-height:25pt;}

P {font-family:'Arial'; font-size:10pt; line-height:13pt;}



#pulloutInterface {position:absolute; left:104; top:30; width:558; height:431; clip:rect(0,558,431,0); background-color:black; layer-background-color:#000000; visibility:visible;}



#pulloutSidebar1 {position:absolute; left:5; top:5; width:100; height:30; clip:rect(0,100,30,0); background-color:#004489; layer-background-color:#DEDEDE;}

#pulloutSidebar2 {position:absolute; left:5; top:40; width:100; height:30; clip:rect(0,100,30,0); background-color:#005589; layer-background-color:#C5C5C5;}

#pulloutSidebar3 {position:absolute; left:5; top:75; width:100; height:30; clip:rect(0,100,30,0); background-color:#006693; layer-background-color:#A2A2A2;}

#pulloutSidebar4 {position:absolute; left:5; top:110; width:100; height:30; clip:rect(0,100,30,0); background-color:#007793; layer-background-color:#7E7E7E;}



#pulloutContent {position:absolute; left:110; top:5; width:440; height:420; clip:rect(0,440,420,0); background-color:black; layer-background-color:#000000;}



#pulloutContent1 {position:absolute; left:0; top:0; width:440; height:420; clip:rect(0,450,420,0); background-color:#004489; layer-background-color:#DEDEDE; visibility:visible;}

#pulloutContent2 {position:absolute; left:-285; top:0; width:440; height:420; clip:rect(0,450,420,0); background-color:#005589; layer-background-color:#C5C5C5; visibility:hidden;}

#pulloutContent3 {position:absolute; left:-285; top:0; width:440; height:420; clip:rect(0,450,420,0); background-color:#006693; layer-background-color:#A2A2A2; visibility:hidden;}

#pulloutContent4 {position:absolute; left:-285; top:0; width:440; height:420; clip:rect(0,450,420,0); background-color:#007793; layer-background-color:#7E7E7E; visibility:hidden;}



//-->

</STYLE>





</head>



<body bgcolor=OPENBLUE text="white" link="red" vlink="pink" onLoad="init()">





<div ID="pulloutInterface">





<div ID="pulloutSidebar1">

<P ALIGN=CENTER>

<A HREF="JavaScript ullout(pullout1)">

deneme1

</A>

</P>

</div>





<div ID="pulloutSidebar2">

<P ALIGN=CENTER>

<A HREF="JavaScript ullout(pullout2)">

deneme2

</A>

</P>

</div>





<div ID="pulloutSidebar3">

<P ALIGN=CENTER>

<A HREF="JavaScript ullout(pullout3)">

deneme3

</A>

</P>

</div>





<div ID="pulloutSidebar4">

<P ALIGN=CENTER>

<A HREF="JavaScript ullout(pullout4)">

deneme4

</A>

</P>

</div>



<div ID="pulloutContent">





<div ID="pulloutContent1">

<P ALIGN="CENTER">

<TABLE BORDER=0 WIDTH=275>

<TD>

<P>

deneme1

</TD>

</TABLE>

</P>

</div>





<div ID="pulloutContent2">

<P ALIGN="CENTER">

<TABLE BORDER=0 WIDTH=275>

<TD>

<P>

deneme2

</TD>

</TABLE>

</P>

</div>





<div ID="pulloutContent3">

<P ALIGN="CENTER">

<TABLE BORDER=0 WIDTH=275>

<TD>

<P>

deneme3

</TD>

</TABLE>

</P>

</div>





<div ID="pulloutContent4">

<P ALIGN="CENTER">

<TABLE BORDER=0 WIDTH=275>
<TD>
<P>
deneme4
</TD>
</TABLE>
</P>
</div>
</body>
</HTML>


--selamlar


<!--

[Bu mesaj zoque tarafindan yeniden gözden gecirilmistir (23 Temmuz 2000).]-->
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl'e kaydet! http://reddit.com/submit?url=%url%&title=%title%Wong'e kaydet!Yahoo'ya kaydet!Google'a kaydet!MSN'e kaydet!Facebook'e kaydet!
Mesajdan alıntı yaparak yeni bir cevap ekleyin
Old 24.07.2000   #2 (permalink)
copatlamaz
 
Mesaj: n/a
dil çıkaran adamların yerine : iki nokta üst üste ya da = eşittir olacak
selamlar
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl'e kaydet! http://reddit.com/submit?url=%url%&title=%title%Wong'e kaydet!Yahoo'ya kaydet!Google'a kaydet!MSN'e kaydet!Facebook'e kaydet!
Mesajdan alıntı yaparak yeni bir cevap ekleyin
Old 24.07.2000   #3 (permalink)
zoque
 
Mesaj: n/a
bir dene, bakalim olacak mi?

-------------------

&lt;HTML&gt;
&lt;HEAD&gt;

&lt;title&gt;JavaScript Örnekleri 3&lt;/title&gt;

&lt;META HTTP-EQUIV="Content-Type" CONTENT="text/HTML; charset=windows-1254"&gt;

&lt;META NAME="KEYWORD" CONTENT=""&gt;

&lt;META NAME="AUTHOR" CONTENT="ReSSaM"&gt;

&lt;script LANGUAGE="JavaScript"&gt;

&lt;!--


/*************************************


Code in this document is copyright of

Dan Steinman of Industrial Dreams

1998

Available at The Dynamic Duo http://www.dansteinman.com/dynduo/


*************************************/


n = (document.layers) ? 1:0

ie =

(document.all) ? 1:0


function init() {

pulloutActive = 0


if (n) {


pullout1 = document.pulloutInterface.document.pulloutContent. document.pulloutContent1


pullout2 = document.pulloutInterface.document.pulloutContent. document.pulloutContent2


pullout3 = document.pulloutInterface.document.pulloutContent. document.pulloutContent3


pullout4 = document.pulloutInterface.document.pulloutContent. document.pulloutContent4


pullout5 = document.pulloutInterface.document.pulloutContent. document.pulloutContent5


pullout6 = document.pulloutInterface.document.pulloutContent. document.pulloutContent6

}

if (ie) {


pullout1 = pulloutContent1.style


pullout2 = pulloutContent2.style


pullout3 = pulloutContent3.style


pullout4 = pulloutContent4.style


pullout5 = pulloutContent5.style


pullout6 = pulloutContent6.style

}

pulloutShown = pullout1

// the layer that is currently shown

pulloutShown.xpos = 0

pulloutNew = "none"

// the layer that we will be shown next

pulloutNew.xpos = -285

}


// Pullout Function, starts the sequence

function pullout(which)

{

if (!pulloutActive && pulloutShown != which) {


pulloutActive = 1

// this makes it so you can't start it again until it's finished


pulloutNew = which


pulloutNew.xpos = -385


pulloutLeft()

}

}

// Slide the old layer out of view

function pulloutLeft()

{

if (pulloutShown.xpos &gt; -285)

{

pulloutShown.xpos -= 15


pulloutShown.left = pulloutShown.xpos


setTimeout("pulloutLeft()",30)

}


else {

hide(pulloutShown)


show(pulloutNew)


setTimeout("pulloutRight()",50)

}

}


// Slide the new layer into view

function pulloutRight()

{

if (pulloutNew.xpos &lt; 0)

{

pulloutNew.xpos += 15


pulloutNew.left = pulloutNew.xpos


setTimeout("pulloutRight()",30)


}

else {

pulloutShown = pulloutNew


pulloutActive = 0

// stops the sequence

}

}

// Show/Hide Functions

function show(showobj)

{

if (n) showobj.visibility = "show"


if (ie) showobj.visibility = "visible"

}

function hide(hideobj)

{

if (n) hideobj.visibility = "hide"


if (ie) hideobj.visibility = "hidden"}//--&gt;

&lt;/script&gt;

&lt;STYLE TYPE="text/CSS"&gt;


&lt;!-- A {color:white; font-family:'GEORGIA, Arial'; font-size:10pt; line-height:20pt;}

STRONG {font-family:'Arial'; font-size:15pt; font-weight:bold; line-height:25pt;}

P {font-family:'Arial'; font-size:10pt; line-height:13pt;}


#pulloutInterface {position:absolute; left:104; top:30; width:558; height:431; clip:rect(0,558,431,0); background-color:black; layer-background-color:#000000; visibility:visible;}


#pulloutSidebar1 {position:absolute; left:5; top:5; width:100; height:30; clip:rect(0,100,30,0); background-color:#004489; layer-background-color:#DEDEDE;}

#pulloutSidebar2 {position:absolute; left:5; top:40; width:100; height:30; clip:rect(0,100,30,0); background-color:#005589; layer-background-color:#C5C5C5;}

#pulloutSidebar3 {position:absolute; left:5; top:75; width:100; height:30; clip:rect(0,100,30,0); background-color:#006693; layer-background-color:#A2A2A2;}

#pulloutSidebar4 {position:absolute; left:5; top:110; width:100; height:30; clip:rect(0,100,30,0); background-color:#007793; layer-background-color:#7E7E7E;}

#pulloutSidebar5 {position:absolute; left:5; top:145; width:100; height:30; clip:rect(0,100,30,0); background-color:#007793; layer-background-color:#7E7E7E;}

#pulloutSidebar6 {position:absolute; left:5; top:180; width:100; height:30; clip:rect(0,100,30,0); background-color:#007793; layer-background-color:#7E7E7E;}


#pulloutContent {position:absolute; left:110; top:5; width:440; height:420; clip:rect(0,440,420,0); background-color:black; layer-background-color:#000000;}


#pulloutContent1 {position:absolute; left:0; top:0; width:440; height:420; clip:rect(0,450,420,0); background-color:#004489; layer-background-color:#DEDEDE; visibility:visible;}

#pulloutContent2 {position:absolute; left:-285; top:0; width:440; height:420; clip:rect(0,450,420,0); background-color:#005589; layer-background-color:#C5C5C5; visibility:hidden;}

#pulloutContent3 {position:absolute; left:-285; top:0; width:440; height:420; clip:rect(0,450,420,0); background-color:#006693; layer-background-color:#A2A2A2; visibility:hidden;}

#pulloutContent4 {position:absolute; left:-285; top:0; width:440; height:420; clip:rect(0,450,420,0); background-color:#007793; layer-background-color:#7E7E7E; visibility:hidden;}

#pulloutContent5 {position:absolute; left:-285; top:0; width:440; height:420; clip:rect(0,450,420,0); background-color:#007793; layer-background-color:#7E7E7E; visibility:hidden;}

#pulloutContent6 {position:absolute; left:-285; top:0; width:440; height:420; clip:rect(0,450,420,0); background-color:#007793; layer-background-color:#7E7E7E; visibility:hidden;}
//--&gt;

&lt;/STYLE&gt;

&lt;/head&gt;


&lt;body bgcolor=OPENBLUE text="white" link="red" vlink="pink" onLoad="init()"&gt;

&lt;div ID="pulloutInterface"&gt;

&lt;div ID="pulloutSidebar1"&gt;

&lt;P ALIGN=CENTER&gt;

&lt;A HREF="JavaScript ullout(pullout1)"&gt;

deneme1

&lt;/A&gt;

&lt;/P&gt;

&lt;/div&gt;

&lt;div ID="pulloutSidebar2"&gt;

&lt;P ALIGN=CENTER&gt;

&lt;A HREF="JavaScript ullout(pullout2)"&gt;

deneme2

&lt;/A&gt;

&lt;/P&gt;

&lt;/div&gt;

&lt;div ID="pulloutSidebar3"&gt;

&lt;P ALIGN=CENTER&gt;

&lt;A HREF="JavaScript ullout(pullout3)"&gt;

deneme3

&lt;/A&gt;

&lt;/P&gt;

&lt;/div&gt;

&lt;div ID="pulloutSidebar4"&gt;

&lt;P ALIGN=CENTER&gt;

&lt;A HREF="JavaScript ullout(pullout4)"&gt;

deneme4

&lt;/A&gt;

&lt;/P&gt;

&lt;/div&gt;

&lt;div ID="pulloutSidebar5"&gt;

&lt;P ALIGN=CENTER&gt;

&lt;A HREF="JavaScript ullout(pullout5)"&gt;

deneme5

&lt;/A&gt;

&lt;/P&gt;

&lt;/div&gt;

&lt;div ID="pulloutSidebar6"&gt;

&lt;P ALIGN=CENTER&gt;

&lt;A HREF="JavaScript ullout(pullout6)"&gt;

deneme6

&lt;/A&gt;

&lt;/P&gt;

&lt;/div&gt;


&lt;div ID="pulloutContent"&gt;

&lt;div ID="pulloutContent1"&gt;

&lt;P ALIGN="CENTER"&gt;

&lt;TABLE BORDER=0 WIDTH=275&gt;

&lt;TD&gt;

&lt;P&gt;

deneme1

&lt;/TD&gt;

&lt;/TABLE&gt;

&lt;/P&gt;

&lt;/div&gt;

&lt;div ID="pulloutContent2"&gt;

&lt;P ALIGN="CENTER"&gt;

&lt;TABLE BORDER=0 WIDTH=275&gt;

&lt;TD&gt;

&lt;P&gt;

deneme2

&lt;/TD&gt;

&lt;/TABLE&gt;

&lt;/P&gt;

&lt;/div&gt;

&lt;div ID="pulloutContent3"&gt;

&lt;P ALIGN="CENTER"&gt;

&lt;TABLE BORDER=0 WIDTH=275&gt;

&lt;TD&gt;

&lt;P&gt;

deneme3

&lt;/TD&gt;

&lt;/TABLE&gt;

&lt;/P&gt;

&lt;/div&gt;

&lt;div ID="pulloutContent4"&gt;

&lt;P ALIGN="CENTER"&gt;

&lt;TABLE BORDER=0 WIDTH=275&gt;
&lt;TD&gt;
&lt;P&gt;
deneme4
&lt;/TD&gt;
&lt;/TABLE&gt;
&lt;/P&gt;
&lt;/div&gt;

&lt;div ID="pulloutContent5"&gt;

&lt;P ALIGN="CENTER"&gt;

&lt;TABLE BORDER=0 WIDTH=275&gt;

&lt;TD&gt;

&lt;P&gt;

deneme5

&lt;/TD&gt;

&lt;/TABLE&gt;

&lt;/P&gt;

&lt;/div&gt;

&lt;div ID="pulloutContent6"&gt;

&lt;P ALIGN=
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl'e kaydet! http://reddit.com/submit?url=%url%&title=%title%Wong'e kaydet!Yahoo'ya kaydet!Google'a kaydet!MSN'e kaydet!Facebook'e kaydet!
Mesajdan alıntı yaparak yeni bir cevap ekleyin
Old 24.07.2000   #4 (permalink)
reg
 
Mesaj: n/a
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl'e kaydet! http://reddit.com/submit?url=%url%&title=%title%Wong'e kaydet!Yahoo'ya kaydet!Google'a kaydet!MSN'e kaydet!Facebook'e kaydet!
Mesajdan alıntı yaparak yeni bir cevap ekleyin
Old 24.07.2000   #5 (permalink)
copatlamaz
 
Mesaj: n/a
maalesef olmadı. ben de denemiştim bu tür şeyler ama...
siz benden bir adım öndesiniz.
ben kenarda 4 taneden sonra kutu çıkaramammıştım.
sizin yazdığınız kodda 6 kutu var. fakat yan taraftaki slaytların hiç biri çaılşmıyor.
ilginiz için teşekkürler
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl'e kaydet! http://reddit.com/submit?url=%url%&title=%title%Wong'e kaydet!Yahoo'ya kaydet!Google'a kaydet!MSN'e kaydet!Facebook'e kaydet!
Mesajdan alıntı yaparak yeni bir cevap ekleyin
Old 24.07.2000   #6 (permalink)
copatlamaz
 
Mesaj: n/a
tamam oldu. çok teşekkürler. bu iyiliğinizi unutmayacağım.
&lt;A HREF="JavaScript ullout(pullout1)"&gt;
burada : iki noktadan önceki boşlukları kaldırdım halloldu.
peki 7,8,9,10 bunları nasıl halledeceğim. neyse bi deneyeyim
tekrar teşekkürler.<!--

[Bu mesaj zoque tarafindan yeniden gözden gecirilmistir (23 Temmuz 2000).]-->
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl'e kaydet! http://reddit.com/submit?url=%url%&title=%title%Wong'e kaydet!Yahoo'ya kaydet!Google'a kaydet!MSN'e kaydet!Facebook'e kaydet!
Mesajdan alıntı yaparak yeni bir cevap ekleyin
Old 24.07.2000   #7 (permalink)
copatlamaz
 
Mesaj: n/a
teşekkürler
sorun halloldu.
bi yerde değeri 35 arttırmak gerekliymiş. ancak farkedebildim
selamalar
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl'e kaydet! http://reddit.com/submit?url=%url%&title=%title%Wong'e kaydet!Yahoo'ya kaydet!Google'a kaydet!MSN'e kaydet!Facebook'e kaydet!
Mesajdan alıntı yaparak yeni bir cevap ekleyin
Old 24.07.2000   #8 (permalink)
 
cihangir's Avatar
 
Üyelik Tarihi: 11.04.2000
Yer: Karlsruhe / Freiburg
Yaş: 33
Mesaj: 5,644
Görsel: 169
birsey degil skripti cözebilmene sevindim.


__________________
Üyeler tanisiyor | Üyeler kendilerini tanitiyorlar.
İletisim Merkezi | Forumla ilgili sorulariniz, problem bildirimi icin lütfen daha fazla ö.m. atmayiniz.
cihangir şu an çevrimdışı  
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl'e kaydet! http://reddit.com/submit?url=%url%&title=%title%Wong'e kaydet!Yahoo'ya kaydet!Google'a kaydet!MSN'e kaydet!Facebook'e kaydet!
Mesajdan alıntı yaparak yeni bir cevap ekleyin
Sponsorlu Bağlantılar
Zoque.Forum
Reklam
Yanıt

Etiketler

yardim , sorusu , script , java



 
Zoque'a hoşgeldiniz!
Zoque 27.02.1999 tarihinde yayın hayatına başlamış, paylaşıma dayalı bir oluşumdur. Tasarım, teknoloji, web, kültür ve sanat ana başlıkları altında bilgi paylaşımı ve benzer değerlere sahip katılımcıların birbirleriyle iletişime girmelerine imkan sağlar. "Az ama Öz" sloganından yola çıkarak, kaliteli ve nitelikli katılımı temel alır.

Saygın ve ciddi bir ortamda yardımlaşmak, haberleşmek, kendi bildiklerini diğer katılımcılarla paylaşmak isteyen, oluşumumuza düzenli katılımda bulunacağı inancını taşıyan konuklarımızı üye olmaya davet ediyoruz. [ » ]


Üye Girişi:

UslanmaM baktabul.com TEKplatform TEKplatform

En popüler ilk 100 etiket
Tag Cloud
acil adsl ajax almak arama araniyor ariyorum ariyoruz asp bilen bilgi bilgisayar blog calisma canon css dijital div domain dosya eleman film firefox flash font form forum fotograf freelance google gore grafik grafiker hakkinda hangi hata hatasi hosting html ilgili ilk image internet istanbul istiyorum java javascript karakter kayit kisisel kullanimi link logo mac mail menu muzik mysql nasil neden nedir online photoshop php problemi program programi reklam resim satilik sayfa script server ses sistemi site sitesi son soru sorun sorunsali sorunu sql swf tasarim tasarimci tasarimcisi tasarimi turk turkce veri video web windows wordpress xml yardim yazi yeni zoque
Zoque RSS Aboneliği
Son eklenen konuları e-posta ile haber verelim mi?

Forum Yazılımı: vBulletin® Version 3.7.3 Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

Arayüz/Skin "Güneş" © www.zoque.com / net. Copyright © 1999 - 2008
Forum Saati GMT +2. Şu anda saat: 22:11.