99,661 Mesaj - 12,155 Konu - 72,306 Üye - Son üye: harun_ferdi
İndirmeden Kaliteli FİLM İZLEMEK için Tıklayın!

Sitemizde online izlenebilen telif haklarını ihlâl eden Klipler ve online dinlenebilen Müzikler kaldırılmıştır.
Gördüğünüz durumda İletişim'e tıklayarak bildiriniz.
Sayfa: 1 [2] |   Aşağı git
 
Gönderen Konu: Web Sitesi için HTML Kodları / HTML Hakkında Bilgiler..  (Okunma Sayısı 5506 defa)
0 Üye ve 1 Ziyaretçi konuyu incelemekte.
p_kilicarslan
Master Üye [%28]
*****

İtibarı : 223
Offline

Mesaj Sayısı: 1,376


Alayına İsyan!!! انتفاضة لجميع!!!















« Yanıtla #6 : Ağustos 07, 2007, 05:46:19 ÖS »


Evet arkadaşlar bu da dropdwon document viewer menu'nün bir diğer hali:

<!--CHANGE LINKS BELOW TO YOUR OWN-->
<a href="javascript:jumpto('http://www.cnn.com')">CNN.com</a> |
<a href="javascript:jumpto('http://www.msnbc.com')">MSNBC</a> |
<a href="javascript:jumpto('http://www.abcnews.com')">ABC News</a> |
<a href="javascript:jumpto('http://news.bbc.co.uk')">BBC UK News</a>

<script language="javascript">
<!--
var displaymode=0
var iframecode='<iframe id="external" style="width:95%;height:400px" src="http://www.yahoo.com"></iframe>'


if (displaymode==0)
document.write(iframecode)

function jumpto(inputurl){
if (document.getElementById&&displaymode==0)
document.getElementById("external").src=inputurl
else if (document.all&&displaymode==0)
document.all.external.src=inputurl
else{
if (!window.win2||win2.closed)
win2=window.open(inputurl)
//else if win2 already exists
else{
win2.location=inputurl
win2.focus()
}
}
}
//-->
</script>
Logged
-
p_kilicarslan
Master Üye [%28]
*****

İtibarı : 223
Offline

Mesaj Sayısı: 1,376


Alayına İsyan!!! انتفاضة لجميع!!!















« Yanıtla #7 : Ağustos 07, 2007, 06:03:55 ÖS »

İntro screen code:

<html>

<head>
<title>Intro Screen...</title>
</head>

<body bgcolor="#000000" text="#FFFFFF">

<div id="splashcontainer" style="position:absolute;width:350px;"></div>

<layer id="splashcontainerns" width=450></layer>


<script>

/*
Dynamic Splash Screen effect- © Dynamic Drive (www.dynamicdrive.com" target="_blank">www.dynamicdrive.com)
For full source code, installation instructions, 100's more DHTML scripts, and Terms Of Use,
Visit http://dynamicdrive.com
*/

//Specify the paths of the images to be used in the splash screen, if any.
//If none, empty out array (ie: preloadimages=new Array())
var preloadimages=new Array("http://abstract.simplenet.com/point.gif","http://abstract.simplenet.com/point2.gif")
//configure delay in miliseconds between each message (default: 2 seconds)
var intervals=2000
//configure destination URL
var targetdestination="http://www.dynamicdrive.com/dynamicindex3/dynamicsplash.htm"

//configure messages to be displayed
//If message contains apostrophe('), backslash them (ie: "I\'m fine")

var splashmessage=new Array()
var openingtags='<font face="Arial" size="4">'
splashmessage[0]='<img src="http://abstract.simplenet.com/point.gif"> Welcome to Dynamic Drive <img src="http://abstract.simplenet.com/point2.gif">'
splashmessage[1]='The premier place on the net for free DHTML scripts'
splashmessage[2]='All scripts on this site take advantage of the latest in JavaScript/ DHTML technology'
splashmessage[3]='With emphasis on practicality and backwards compatibility'
splashmessage[4]='To bring true power and interactivity to your site.'
splashmessage[5]='Please stand by...'
var closingtags='</font>'

//Do not edit below this line (besides HTML code at the very bottom)

var i=0

var ns4=document.layers?1:0
var ie4=document.all?1:0
var ns6=document.getElementById&&!document.all?1:0
var theimages=new Array()

//preload images
if (document.images){
for (p=0;p<preloadimages.length;p++){
theimages[p]=new Image()
theimages[p].src=preloadimages[p]
}
}

function displaysplash(){
if (i<splashmessage.length){
sc_cross.style.visibility="hidden"
sc_cross.innerHTML='<b><center>'+openingtags+splashmessage[i]+closingtags+'</center></b>'
sc_cross.style.left=ns6?parseInt(window.pageXOffset)+parseInt(window.innerWidth)/2-parseInt(sc_cross.style.width)/2 : document.body.scrollLeft+document.body.clientWidth/2-parseInt(sc_cross.style.width)/2
sc_cross.style.top=ns6?parseInt(window.pageYOffset)+parseInt(window.innerHeight)/2-sc_cross.offsetHeight/2 : document.body.scrollTop+document.body.clientHeight/2-sc_cross.offsetHeight/2
sc_cross.style.visibility="visible"
i++
}
else{
window.location=targetdestination
return
}
setTimeout("displaysplash()",intervals)
}

function displaysplash_ns(){
if (i<splashmessage.length){
sc_ns.visibility="hide"
sc_ns.document.write('<b>'+openingtags+splashmessage[i]+closingtags+'</b>')
sc_ns.document.close()

sc_ns.left=pageXOffset+window.innerWidth/2-sc_ns.document.width/2
sc_ns.top=pageYOffset+window.innerHeight/2-sc_ns.document.height/2

sc_ns.visibility="show"
i++
}
else{
window.location=targetdestination
return
}
setTimeout("displaysplash_ns()",intervals)
}



function positionsplashcontainer(){
if (ie4||ns6){
sc_cross=ns6?document.getElementById("splashcontainer"):document.all.splashcontainer
displaysplash()
}
else if (ns4){
sc_ns=document.splashcontainerns
sc_ns.visibility="show"
displaysplash_ns()
}
else
window.location=targetdestination
}
window.onload=positionsplashcontainer

</script>

<!--Set href in below link to the URL of the target destination-->

<div align="right">
<table border="0" width="200" height="100%" cellspacing="0" cellpadding="0">
<td width="100%" valign="bottom" align="right">
[ <a href="http://www.dynamicdrive.com/dynamicindex3/dynamicsplash.htm"><font color="#FFFFFF">Skip Intro</font></a> ]
</td>
</table>
</div>


</body>
</html>
Logged
B!L!MC!L
Yeni Üye [%1]
*

İtibarı : 0
Offline

Mesaj Sayısı: 11


Kod Hastası















« Yanıtla #8 : Ağustos 31, 2007, 07:17:42 ÖS »

eline sağlık p_kilicarslan Smiley
Logged

| B!L!MC!L - TP Second Coder |
mercifulkiller
Gümüş Üye [%5]
**

İtibarı : 2
Offline

Mesaj Sayısı: 41















« Yanıtla #9 : Haziran 30, 2008, 09:49:02 ÖS »

eline sağlık
Logged
Sayfa: 1 [2] |   Yukarı git
 

 
Gitmek istediğiniz yer:  

Benzer Konular
Konu Başlığı Başlatan Yorum Okunma Sayısı Son Mesaj
Html Nedir ? , Html Dersleri , Html Kodları , Html Eğitimi Web Dilleri « 1 2 » [ÁĎМĨŃ] 9 2977 Haziran 30, 2008, 08:58:07 ÖS
Gönderen: NehiR-dEniZz
Html Nedir ? , Html Dersleri , Html Kodları , Html Eğitimi - 2 - Web Dilleri [ÁĎМĨŃ] 1 1564 Ağustos 31, 2007, 07:16:41 ÖS
Gönderen: B!L!MC!L
Html Nedir ? , Html Dersleri , Html Kodları , Html Eğitimi !! - 3 - Web Dilleri [ÁĎМĨŃ] 1 1049 Ağustos 31, 2007, 07:20:19 ÖS
Gönderen: B!L!MC!L
Html Nedir ? , Html Dersleri , Html Kodları , Html Eğitimi !! - 4 - [ Güvenlik ] Web Dilleri [ÁĎМĨŃ] 0 774 Temmuz 02, 2007, 11:36:48 ÖÖ
Gönderen: [ÁĎМĨŃ]
Html Nedir ? , Html Dersleri , Html Kodları , Html Eğitimi !! - 5 - Web Dilleri [ÁĎМĨŃ] 0 879 Temmuz 02, 2007, 11:37:47 ÖÖ
Gönderen: [ÁĎМĨŃ]