Welcome to the forum 👋, Guest

To access the forum content and all our services, you must register or log in to the forum. Becoming a member of the forum is completely free.

  • PËRSHËNDETJE VIZITOR!

    Nëse ju shfaqet ky mesazh do të thotë se ju nuk jeni regjistruar akoma. Anëtarët e rregjistruar kanë privilegjin të marrin pjesë në tema të ndryshme si dhe të komunikojnë me anëtarët e tjerë. Bëhu pjesë e forumit Netedy.com duke u REGJISTRUAR këtu ose nëse ke një llogari KYCU. Komunikim alternative i ketij forumi me vajza dhe djem nga te gjithe trevat shqiptare? Hyr ne: CHAT SHQIP.

[Javascript]Nxirr nje thenje te rastesishme

centos

ⓃⒺⓉⒺⒹⓎ.ⒸⓄⓂ
ANETAR ✓
Regjistruar më
Dhj 13, 2004
Mesazhe
39,965
JavaScript:
<script type="text/javascript">
  NxirrThenjeteRastesishme = function () {
    var thenie = new Array();
    thenie[0] = "Më mirë i mençur e fatkeq sesa budalla e fatlum.";
    thenie[1] = "Budallai e gjen përherë një admirues më budalla se veten.";
    thenie[2] = "Arsimi duket i rëndësishëm sa s'kemi hasur akoma në budallenj të arsimuar.";
    thenie[3] = "Njeriu me vlera ndihet në siklet kur vlerësohet nga budallenjtë.";
    var rand = Math.floor(Math.random()*thenie.length);
    document.write(thenie[rand]);
  }
  NxirrThenjeteRastesishme();
</script>

Pjesa Body:
HTML:
<script type="text/javascript">NxirrThenjeteRastesishme();</script>
 
Bobo..si kuptoj fare kto gjona o IT:(
TE ishin emra futbollistesh, huh...:p
Gjithsesi suksese:)
 

Postime të reja

Theme customization system

You can customize some areas of the forum theme from this menu.

Choose the color combination according to your taste

Select Day/Night mode

You can use it by choosing the day and night modes that suit your style or needs.

Welcome to the forum 👋, Guest

To access the forum content and all our services, you must register or log in to the forum. Becoming a member of the forum is completely free.