Simpatie.ro - matrimoniale
SHowofdaRK.3xForum.RO
Partener: www.tokio-hotel.trei.ro
Nou pe simpatie:
Profil roxigirl85
Femeie
25 ani
Bucuresti
cauta Barbat
30 - 46 ani
SHowofdaRK.3xForum.ROInregistrareLoginPozeNu sunteti logat. Lista Forumurilor Pe Tematici
SHowofdaRK.3xForum.RO / WebTemplates /

Coduri JavaScript

Pagini: 1  
#1
SHowofdaRK
Administrator
Din: Constanta
Postari: 12
Data si ora in titlebar:

<script>
<!--
function showclock()
{
   window.setTimeout( "showclock()", 1000 );
   t = new Date();
   if(document.all || document.getElementById)
   {
      document.title = t.toString();
   }
   else
   {   
      self.status = t.toString();
   }
}
showclock()
//-->
</script>


_______________________________________


 
   
#2
SHowofdaRK
Administrator
Din: Constanta
Postari: 12
Imagini aleatoare:

<script>
<!--

var img = new Array()

img[1] = "img1.gif";
img[2] = "img2.gif";
img[3] = "img3.gif";
img[4] = "img4.gif";

var rn = Math.floor(Math.random() * img.length)+1;

document.write("<img src='"+thePics[rn]+"' border=0>"
//-->
</script>


_______________________________________


 
   
#3
SHowofdaRK
Administrator
Din: Constanta
Postari: 12
Linkuri stralucitoare

<style>
A{
   width:200;
   height:20;
   color:yellow;
   text-decoration:none; 
   filter:Glow(strength=6)
}
</style>

<a href="http://showofdark.trei.ro"> Link no1</a><BR><BR>
<a href="http://showofdark.zoom.ro"> Link no2</a>


_______________________________________


 
   
#4
SHowofdaRK
Administrator
Din: Constanta
Postari: 12
Buton de refresh

<INPUT TYPE="button" VALUE="Reload Page" onClick="history.go(0)">


_______________________________________


 
   
#5
SHowofdaRK
Administrator
Din: Constanta
Postari: 12
Mic efect in statusbar


<script language="Javascript">
<!--
//  modify the speed and text
var txt  = "testing the uppercase banner"
var speed = 200
// 
var x = 0
var goback = 0;
function scroll() {

window.status = txt.substring(0,x) +
    txt.substring(x,x+1).toUpperCase() +
    txt.substring(x+1,txt.length);

if (x == txt.length)  { goback=1; }
if (x == 0)  goback=0;

if (goback)
{
x--;
}
else
{
x++;
}

setTimeout("scroll()",speed)
}

scroll();
//-->
</script>


_______________________________________


 
   
#6
SHowofdaRK
Administrator
Din: Constanta
Postari: 12
Formular date


<FORM onSubmit="CheckForm()" METHOD="post" action=mailto: >
<pre>
Nume:       <INPUT TYPE="text" NAME="username" size="16">
Comentariu: <INPUT TYPE="text" NAME="username" size="16"><BR>
</pre>
<INPUT TYPE="submit" VALUE="Submit">
</form>


_______________________________________


 
   
#7
Ely
Membru nou
Din: Brasov
Postari: 10
mdeah..cam chineza..pt moi..dar..atat ete..

_______________________________________
O lume in care cugetul te tine prizonier al realitatii absurde din care nu izbutesti sa evadezi nici macar in orizonturile propriei imaginatii..

 
   
Pagini: 1  
Mergi la