Forum'da ara:
Ara


Yazar Mesaj
Mesaj09.07.2007, 15:53 (UTC)    
Mesaj konusu: alt sayfalar

kardeşler ben mesela bir sayfa açtım o sayfaya tüm peygamberlerin isimleri yazılı hangi peygamberin ismine tıklandığında o peygambere ait bilgiler bulunan sayfaların açılmasını istiyorum bunu nasıl yaparım yardımcı olursanız çok sevinirim...
Mesaj14.07.2007, 09:17 (UTC)    
Mesaj konusu:

BUYUR DOSTUM KOLAY GELSİN


SANIRIM BU SAYFA YARDIMCI OLUR TIKLA
Mesaj14.07.2007, 09:20 (UTC)    
Mesaj konusu:

YADA BU KODU SAYFANA KOYABILIRSIN
Kod:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0029)http://www.sevde.de/Benim.htm -->
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta content="Microsoft FrontPage 3.0" name="GENERATOR">
<meta content="FrontPage.Editor.Document" name="ProgId">
<style TYPE="text/css">
body { margin:1cm; background-attachment:fixed }
body,a,p,font,td,th,ul,caption,center,form,textarea,div,span { font-family:verdana; font-size:10pt; font-weight:normal; text-decoration:none }
A:link {color:blue; text-decoration:none}
A:visited {color:rgb(0,64,128); text-decoration:underline}
A:hover { color:black; text-decoration:underline; background-color: rgb(230,230,230)}
</style>
<title>Peygamberler</title>
<script LANGUAGE="JavaScript" FPTYPE="dynamicanimation">
<!--
  // If you want to change this script, you must also make the following
  // changes so that FrontPage will not overwrite your new script.
  // In the script tag, change type="dynamicanimation" to type="mydynamicanimation"
  // In the first script statement, change "dynamicanimation" to "mydynamicanimation"
  // Throughout the HTML content, change dynamicanimation= to mydynamicanimation=
  // Change function dynAnimation to function mydynAnimation
  // In the body tag, change onload="dynAnimation()" to onload="mydynAnimation()"
  dynamicanimAttr = "dynamicanimation"
  animateElements = new Array()
  currentElement = 0
  speed = 0
  stepsZoom = 8
  stepsWord = 8
  stepsFly = 12
  stepsSpiral = 16
  steps = stepsZoom
  step = 0
  outString = ""
  function dynAnimation()
  {
    var ms = navigator.appVersion.indexOf("MSIE")
    ie4 = (ms>0) && (parseInt(navigator.appVersion.substring(ms+5, ms+6)) >= 4)
    if(!ie4)
    {
      if((navigator.appName == "Netscape") &&
         (parseInt(navigator.appVersion.substring(0, 1)) >= 4))
      {
        for (index=document.layers.length-1; index >= 0; index--)
        {
            layer=document.layers[index]
            if (layer.left==10000)
                layer.left=0
        }
      }
      return
    }
    for (index=document.all.length-1; index >= document.body.sourceIndex; index--)
    {
      el = document.all[index]
      animation = el.getAttribute(dynamicanimAttr, false)
      if(null != animation)
      {
        if(animation == "dropWord" || animation == "flyTopRightWord" || animation == "flyBottomRightWord")
        {
          ih = el.innerHTML
          outString = ""
          i1 = 0
          iend = ih.length
          while(true)
          {
            i2 = startWord(ih, i1)
            if(i2 == -1)
              i2 = iend
            outWord(ih, i1, i2, false, "")
            if(i2 == iend)
              break
            i1 = i2
            i2 = endWord(ih, i1)
            if(i2 == -1)
              i2 = iend
            outWord(ih, i1, i2, true, animation)
            if(i2 == iend)
              break
            i1 = i2
          }
          document.all[index].innerHTML = outString
          document.all[index].style.posLeft = 0
          document.all[index].setAttribute(dynamicanimAttr, null)
        }
        if(animation == "zoomIn" || animation == "zoomOut")
        {
          ih = el.innerHTML
          outString = "<SPAN " + dynamicanimAttr + "=\"" + animation + "\" style=\"position: relative; left: 10000;\">"
          outString += ih
          outString += "</SPAN>"
          document.all[index].innerHTML = outString
          document.all[index].style.posLeft = 0
          document.all[index].setAttribute(dynamicanimAttr, null)
        }
      }
    }
    i = 0
    for (index=document.body.sourceIndex; index < document.all.length; index++)
    {
      el = document.all[index]
      animation = el.getAttribute(dynamicanimAttr, false)
      if (null != animation)
      {
        if(animation == "flyLeft")
        {
          el.style.posLeft = 10000-offsetLeft(el)-el.offsetWidth
          el.style.posTop = 0
        }
        else if(animation == "flyRight")
        {
          el.style.posLeft = 10000-offsetLeft(el)+document.body.offsetWidth
          el.style.posTop = 0
        }
        else if(animation == "flyTop" || animation == "dropWord")
        {
          el.style.posLeft = 0
          el.style.posTop = document.body.scrollTop-offsetTop(el)-el.offsetHeight
        }
        else if(animation == "flyBottom")
        {
          el.style.posLeft = 0
          el.style.posTop = document.body.scrollTop-offsetTop(el)+document.body.offsetHeight
        }
        else if(animation == "flyTopLeft")
        {
          el.style.posLeft = 10000-offsetLeft(el)-el.offsetWidth
          el.style.posTop = document.body.scrollTop-offsetTop(el)-el.offsetHeight
        }
        else if(animation == "flyTopRight" || animation == "flyTopRightWord")
        {
          el.style.posLeft = 10000-offsetLeft(el)+document.body.offsetWidth
          el.style.posTop = document.body.scrollTop-offsetTop(el)-el.offsetHeight
        }
        else if(animation == "flyBottomLeft")
        {
          el.style.posLeft = 10000-offsetLeft(el)-el.offsetWidth
          el.style.posTop = document.body.scrollTop-offsetTop(el)+document.body.offsetHeight
        }
        else if(animation == "flyBottomRight" || animation == "flyBottomRightWord")
        {
          el.style.posLeft = 10000-offsetLeft(el)+document.body.offsetWidth
          el.style.posTop = document.body.scrollTop-offsetTop(el)+document.body.offsetHeight
        }
        else if(animation == "spiral")
        {
          el.style.posLeft = 10000-offsetLeft(el)-el.offsetWidth
          el.style.posTop = document.body.scrollTop-offsetTop(el)-el.offsetHeight
        }
        else if(animation == "zoomIn")
        {
          el.style.posLeft = 10000
          el.style.posTop = 0
        }
        else if(animation == "zoomOut")
        {
          el.style.posLeft = 10000
          el.style.posTop = 0
        }
        else
        {
          el.style.posLeft = 10000-offsetLeft(el)-el.offsetWidth
          el.style.posTop = 0
        }
        el.initLeft = el.style.posLeft
        el.initTop = el.style.posTop
        animateElements[i++] = el
      }
    }
    window.setTimeout("animate();", speed)
  }
  function offsetLeft(el)
  {
    x = el.offsetLeft
    for (e = el.offsetParent; e; e = e.offsetParent)
      x += e.offsetLeft;
    return x
  }
  function offsetTop(el)
  {
    y = el.offsetTop
    for (e = el.offsetParent; e; e = e.offsetParent)
      y += e.offsetTop;
    return y
  }
  function startWord(ih, i)
  {
    for(tag = false; i < ih.length; i++)
    {
      c = ih.charAt(i)
      if(c == '<')
        tag = true
      if(!tag)
        return i
      if(c == '>')
        tag = false
    }
    return -1
  }
  function endWord(ih, i)
  {
    nonSpace = false
    space = false
    while(i < ih.length)
    {
      c = ih.charAt(i)
      if(c != ' ')
        nonSpace = true
      if(nonSpace && c == ' ')
        space = true
      if(c == '<')
        return i
      if(space && c != ' ')
        return i
      i++
    }
    return -1
  }
  function outWord(ih, i1, i2, dyn, anim)
  {
    if(dyn)
      outString += "<SPAN " + dynamicanimAttr + "=\"" + anim + "\" style=\"position: relative; left: 10000;\">"
    outString += ih.substring(i1, i2)
    if(dyn)
      outString += "</SPAN>"
  }
  function animate()
  {
    el = animateElements[currentElement]
    animation = el.getAttribute(dynamicanimAttr, false)
    step++
    if(animation == "spiral")
    {
      steps = stepsSpiral
      v = step/steps
      rf = 1.0 - v
      t = v * 2.0*Math.PI
      rx = Math.max(Math.abs(el.initLeft), 200)
      ry = Math.max(Math.abs(el.initTop),  200)
      el.style.posLeft = Math.ceil(-rf*Math.cos(t)*rx)
      el.style.posTop  = Math.ceil(-rf*Math.sin(t)*ry)
    }
    else if(animation == "zoomIn")
    {
      steps = stepsZoom
      el.style.fontSize = Math.ceil(50+50*step/steps) + "%"
      el.style.posLeft = 0
    }
    else if(animation == "zoomOut")
    {
      steps = stepsZoom
      el.style.fontSize = Math.ceil(100+200*(steps-step)/steps) + "%"
      el.style.posLeft = 0
    }
    else
    {
      steps = stepsFly
      if(animation == "dropWord" || animation == "flyTopRightWord" || animation == "flyBottomRightWord")
        steps = stepsWord
      dl = el.initLeft / steps
      dt = el.initTop  / steps
      el.style.posLeft = el.style.posLeft - dl
      el.style.posTop = el.style.posTop - dt
    }
    if (step >= steps)
    {
      el.style.posLeft = 0
      el.style.posTop = 0
      currentElement++
      step = 0
    }
    if(currentElement < animateElements.length)
      window.setTimeout("animate();", speed)
  }
//-->
</script></head>

<body onload="dynAnimation()">
<div align="center"><center>

<table height="716" cellSpacing="0" cellPadding="0" width="625" border="0">
<TBODY>
  <tr>
    <td vAlign="top" align="middle" width="50" height="50"><img src="pattern_t_l.gif"
    border="0" width="50" height="50"></td>
    <td vAlign="center" align="middle" background="bg_t.gif" height="50"></td>
    <td vAlign="top" align="middle" width="50" height="50"><img src="pattern_t_r.gif"
    border="0" width="50" height="50"></td>
  </tr>
  <tr>
    <td vAlign="top" align="middle" width="50" background="bg_l.gif" height="618"><font
    color="#ffffff">.</font></td>
    <td vAlign="top" align="left" bgColor="#ffffff" height="618"><table cellSpacing="0"
    cellPadding="2" width="100%" background="pbg.gif" border="0">
<TBODY>
      <tr>
        <td vAlign="top" align="middle"><p align="center"><br>
        </p>
        <table width="100%" border="0">
<TBODY>
          <tr>
            <td width="50%"><img alt="" align="right"
            width="200" height="124"></td>
            <td width="50%"><p align="center" dynamicanimation="null"
            style="position: relative !important; left: 10000 !important">&nbsp;</p>
            <p align="center" dynamicanimation="null"
            style="position: relative !important; left: 10000 !important"><font face="Verdana"
            size="5" color="#800000"><strong><span style="LEFT: 0px; POSITION: relative; TOP: 0px"
            dynamicanimation="dropWord" initLeft="0" initTop="-124">Kur'an-i Kerim'de </span><br>
            <span style="LEFT: 0px; POSITION: relative; TOP: 0px" dynamicanimation="dropWord"
            initLeft="0" initTop="-169">&nbsp;&nbsp;&nbsp; ismi geçen Peygamberler</span></strong></font></td>
          </tr>
</TBODY>
        </table>
        <table width="102%" border="0">
<TBODY>
          <tr>
            <td width="8%"></td>
            <td width="27%" valign="top"><font face="Book Antiqua"><big>1.&nbsp;&nbsp; <a
            href="adem.htm">Hz. Âdem</a><br>
            2.&nbsp;&nbsp; <a href="sit.htm">Hz. Sit</a><br>
            3.&nbsp; &nbsp;<a href="idris.htm">Hz. Idris</a><br>
            4.&nbsp; &nbsp;<a href="nuh.htm">Hz. Nuh</a><br>
            5.&nbsp;&nbsp; <a href="hud.htm">Hz. Hud</a><br>
            6.&nbsp;&nbsp; <a href="salih.htm">Hz. Sâlih</a><br>
            7. &nbsp;&nbsp;<a href="zulkarne.htm">Hz. Zülkarneyn</a><br>
            8. &nbsp;&nbsp;<a href="ibrahim.htm">Hz. Ibrahim</a><br>
            9.&nbsp; &nbsp;<a href="lut.htm">Hz. Lut</a><br>
            10. <a href="ismail.htm">Hz. Ismail</a></big><br>
            <big>11. <a href="ishak.htm">Hz. Ishak</a><br>
            12. <a href="ecdad8.htm">Hz. Yakub</a>&nbsp;&nbsp;<br>
            13. <a href="ecdad4.htm">Hz. Yusuf</a><br>
            14. <a href="ecdad15.htm">Hz. Eyyub</a>&nbsp;&nbsp;<br>
            15. <a href="ecdad13.htm">Hz. Suayb</a>&nbsp;<br>
            16. <a href="ecdad12.htm">Hz. Musa</a>&nbsp;&nbsp;<br>
            17. <a href="ecdad10.htm">Hz. Harun</a>&nbsp;&nbsp;</big></font></td>
            <td width="40%" valign="top"><font face="Book Antiqua"><big>18. <a href="ecdad11.htm">Hz.
            Hizir</a>&nbsp;&nbsp;<br>
            19. <a href="ecdad24.htm">Hz. Ilyas</a>&nbsp;<br>
            20. <a href="ecdad25.htm">Hz. Zülkifl</a>&nbsp;</big><br>
            <big>21. <a href="ecdad26.htm">Hz. Davud</a>&nbsp;<br>
            22. <a href="suleyman.htm">Hz. Süleyman</a><br>
            23. <a href="ecdad35.htm">Hz. Yunus</a><br>
            24. <a href="ecdad37.htm">Hz. Lokman</a><br>
            25. <a href="ecdad42.htm">Hz. Uzeyr</a><br>
            26. <a href="ecdad44.htm">Hz. Zekeriyya</a><br>
            27. <a href="ecdad43.htm">Hz. Yahya</a><br>
            28. <a href="ecdad36.htm">Hz. Isa</a><br>
            29. <a href="sav.htm">Hz. Muhammed</a></big><br>
            <big>30. <a href="ecdad113.htm">Ismi anilmayan elciler</a> </big></font><small><img
            src="yeni2.gif" width="32" height="19" alt="yeni2.gif (759 Byte)" align="absmiddle"></small><p>Kur'an
            da ismi gecen ve Peygamber olmayanlar:</p>
            <p><a href="ecdad34.htm"><font face="Book Antiqua">Eshab-i Kehf</font></a></p>
            <p>&nbsp;</td>
          </tr>
</TBODY>
        </table>
        <p align="center">&nbsp;</p>
        <p align="center"><a href="ecdad.htm"><img alt="" src="geri.gif"
        border="0" width="59" height="24"></a></p>
        <p align="center">&nbsp;</td>
      </tr>
</TBODY>
    </table>
    </td>
    <td vAlign="top" align="center" width="50" background="bg_r.gif" height="618"><font
    color="#ffffff">.</font></td>
  </tr>
  <tr align="center">
    <td vAlign="top" align="middle" width="50" height="48"><img src="pattern_b_l.gif"
    border="0" width="50" height="50"></td>
    <td vAlign="top" align="middle" background="bg_b.gif" height="48"></td>
    <td vAlign="top" align="middle" width="50" height="48"><img src="pattern_b_r.gif"
    border="0" width="50" height="50"></td>
  </tr>
</TBODY>
</table>
</center></div>
</body>
</html>
Mesaj20.08.2008, 01:20 (UTC)    
Mesaj konusu:

afedersin bunu nereye kopyalıyacağız
Mesaj20.08.2008, 06:48 (UTC)    
Mesaj konusu:

akyavuzbloklari yazmış:
afedersin bunu nereye kopyalıyacağız


Merhaba,

Lüfen eski tarihli mesajlara ilgi göstermeyelim..

İyi eğlenceler..
Mesaj23.11.2008, 10:31 (UTC)    
Mesaj konusu: Re: alt sayfalar

dinyolu yazmış:
kardeşler ben mesela bir sayfa açtım o sayfaya tüm peygamberlerin isimleri yazılı hangi peygamberin ismine tıklandığında o peygambere ait bilgiler bulunan sayfaların açılmasını istiyorum bunu nasıl yaparım yardımcı olursanız çok sevinirim...
Önceki mesajları göster:   


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