- Katılım
- 24 Temmuz 2006
- Mesajlar
- 9,530
- Reaction score
- 122
ben sitemde belirlediği aralıklarda belirlediğim çümlelerin random olarak değişik olarak çıkabileceği bi Script arıyorum bildiğiniz bitane varsa verirseniz çok memnun olurum
![]() |
![]() |
peki bunun gibi belirlediğim dosyalardaki cümleleri çıkaran çünkü bi 2000 çümle felan dosyaya koyacam sayfaya koyarsam olmuyo ayrıca ilgin için +rep sağolAşağıdaki kodu kullanabilirsin...(xxxxx) yazan yerlere istediğin cümleyi ekle......bu yazıyı nerde kullanacaksanda scripti oraya kopyala..
5 adet her gün değişen yazı..işte bu..
<SCRIPT LANGUAGE="JavaScript">
<!--
document.write("<font face=verdana color=000080 size=-2>")
now = new Date()
if (now.getDay() == 5)
document.write("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx")
if (now.getDay() == 6)
document.write("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx")
if (now.getDay() == 0)
document.write("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx")
if (now.getDay() == 1)
document.write("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx")
if (now.getDay() == 2)
document.write("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx")
if (now.getDay() == 3)
document.write("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx")
if (now.getDay() == 4)
document.write("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx")
document.write("</font>")
//-->
</SCRIPT>
sayfa asp değil html ama ginede sağolEğer asp istiyorsan aspindir'de birçok örneği var...