javakodlar
h1#title{display: none;}
h2#title span {display: none;}
div.header{display: none;}
li.nav_element{list-style-type: none;}
li.nav_element{display: none;}
//-->
|
ANA MENÜ
|
KATEGORİLER
|
RESİMLERLE ERZURUM
Bu Bölümde Her Ay Bir Şehrimiz Yer Alacaktır...
|
DUYURULAR
|
|
ADSENSE REKLAMLARIMIZA 1 DEFA TIKLAYARAK BİZE DESTEK VEREBİLİRSİNİZ... |
1 DEFA TIKLAMAKLA İRŞEY KAYBETMEZSİNİZ...
|
|
Java Kodlar... |
Linke tikla popup çiksin
kod içindeki gerekli yerleri kendinize göre ayarlayıp link verebilirsiniz
<SCRIPT language="javascript">
<!-- hide javascript
function showAlert () {
alert ("sanal-iz sitesine giriyorsun");
}
// done hiding -->
</SCRIPT>
<A href= http://sanal-iz.tr.gg onClick="showAlert()">cunobag<a>
doldur yarış stres at.....
<html>
<HEAD>
<title>z-kutu_doldurmaca</title>
<SCRIPT LANGUAGE="JavaScript">
<!-- Original: Tomer Shiran
<!-- Begin
var total = 0
var play = false
function display(element) {
var now = new Date()
if (!play) {
play = true
startTime = now.getTime()}
if (now.getTime() - startTime > 20000) {
element.checked = !element.checked
return
}
if (element.checked)
total++
else
total--
element.form.num.value = total
}
function restart(form) {
total = 0
play = false
for (var i = 1; i <= 100; ++i) {
form.elements[i].checked = false
}
}
// End -->
</SCRIPT>
</HEAD>
<BODY>
<CENTER>20 saniyede kaç kutu doldurabilirsiniz? </CENTER>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
document.write("<FORM><CENTER>")
document.write('<INPUT TYPE="text" VALUE="0" ');
document.write('NAME="num" SIZE=10 onFocus="this.blur()"><BR>')
document.write("<HR SIZE=1 WIDTH=40%>")
for (var i = 0; i < 10; ++i) {
for (var j = 0; j < 10; ++j) {
document.write('<INPUT TYPE="checkbox" onClick="display(this)">')}
document.write("<BR>")}
document.write("<HR SIZE=1 WIDTH=40%>")
document.write('<INPUT TYPE="button" VALUE="Yeni" ');
document.write('onClick="restart(this.form)">')
document.write("</CENTER></FORM>")
// End -->
</SCRIPT>
</BODY>
</html>
|
|
ADSENSE REKLAMLARIMIZA 1 DEFA TIKLAYARAK BİZE DESTEK VEREBİLİRSİNİZ... |
sayısal lotoyu tahmin eden buton...
<html>
<HEAD>
<title>z-loto-3</title>
<style type="text/css">
.a1{
position:relative;
font-family:Verdana;
font-size:20px;
color:#888888;
}
</style>
<script language="JavaScript">
<!-- TR by aliakyildirim( at )myself.com
function lotto(){
B=' ';
LottoNumbers=new Array();
for (i = 1; i <= 6; i++)
{
RandomNumber = Math.round(1+Math.random()*48);
for (j = 1; j <= 6; j)
{
if (RandomNumber == LottoNumbers[j])
{
RandomNumber=Math.round(1+Math.random()*48);
j=0;
}
j++;
}
LottoNumbers=RandomNumber;
}
LottoNumbers=LottoNumbers.toString();
X=LottoNumbers.split(',');
for (i=0; i < X.length; i++)
{
X=X+' ';
if (X.length==2)
X='0'+X;
}
X=X.sort();
for (i=0; i < X.length; i++)
{
OutPut=B+=X;
}
if (document.all)document.all.layer1.innerHTML=OutPut;
if (document.getElementById)document.getElementById("layer1").innerHTML=OutPut;
if (document.layers){
document.layers.layer1.document.open();
document.layers.layer1.document.write("<span style='position:absolute;top:0px;left:0px;font-family:Verdana;font-size:20px;color:#888888;text-align:center'> "+OutPut+"</span>");
document.layers.layer1.document.close();
}
T=setTimeout('lotto()',50);
window.status=OutPut;
}
function StOp(){
setTimeout('clearTimeout(T)',3000);
}
//-->
</script>
</HEAD>
<BODY><table border='0' width=250 height=50>
<tr valign='middle'>
<td align='center'>
<form name=form>
<input type=button value='Tıklayın, Milyarlara Yaklaşın' onClick="lotto();StOp()">
</form>
<span id=layer1 class=a1>Sonuçlar</span>
</td>
</tr>
</table>
</BODY>
</html>
---------------------------------------------------------------------------------------------------------------------------------
tıklandığında metin alanını değiştiren buton
<!-- TWO STEPS TO INSTALL MR. PUSH ME:
1. Paste the designated coding into the HEAD of your HTML document
2. Put the last script into the BODY of your HTML document -->
<!-- STEP ONE: Copy this code into the HEAD of your HTML document -->
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
var alerted_already;
var remark;
function theytyped(form) {
for ( j = 1;
j<=remark.length && remark[j]!=form.myoutxt.value;
j++){}
if (j>remark.length)
form.myoutxt.value = "Do not type here!";
return false;
}
function touched_frog() {
if (!alerted_already) {
alert(""+
""+
""+
""+
""+
"");
alerted_already = true;
}
return alerted_already;
}
function compute(form) {
for (var i = 1;
i<=remark.length && remark[i]!=form.myoutxt.value ;
i++){}
if (i==remark.length)
history.back();
if (i==remark.length-1)
alert("Dear Sir or Madam:"+
"nnIt has come to our attention that you have been harassing one of the buttons on the web. "+
"Although most buttons are understanding about this type of thing (being repeatedly pressed), "+
"several buttons have decided to form a support group and have petitioned the webmaster for funds "+
"to provide a secure place for rest and relaxation. Warning:"+
"nCONTINUE AND YOUR BROWSER WILL BE CLOSED! - The Federation Of Oppressed & Abused Buttons");
if (i<remark.length)
form.myoutxt.value = remark[i+1];
else
form.myoutxt.value = remark[1];
}
function initArray() {
this.length = initArray.arguments.length;
for (var i = 0; i < this.length; i++)
this[i+1] = initArray.arguments[i];
}
remark = new initArray( "teşekkürler!",
"nasılsın!",
"yaşın kaç?",
"buraya istediğini yaz!",
"kız arkadaşın varmı?:)",
"buraya.",
"neyi!",
"istersen!",
"yaz!",
"neyse güle güle.",
"geri dönmek icin sola tıklayın!");
alerted_already = false;
// End -->
</SCRIPT>
<!-- STEP TWO: Copy this code into the BODY of your HTML document -->
<BODY>
<FORM name="buttons" method="post" onSubmit="return false">
<input type="button" name="pushme" value="tıkla değişşin" onClick="compute(this.form)"
onMouseOver="window.status='LEAVE ME ALONE!';
return touched_frog()">
<input type="text" value=" "
name="myoutxt"
onBlur="theytyped(this.form)"
onFocus="theytyped(this.form)"
onChange="theytyped(this.form)"
size=45>
</FORM>
|
|
|
WEB MASTER
Resimli Anlatımlar
|
Html Kodları
|
Java Kodlar
|
Google Meta Tagler
|
Css Tasarımlar
|
Googleye Kayıt
|
Free Templateler
|
Iceblue Tasarımlar
|
|
|
SİTE İÇİ CHAT
|
SİTEMİZ ARAMA MOTORU
|
REKLAMLAR
|
İSTATİSTİK
|
|
|
|
REKLAMLAR-DESTEK İÇİN TIKLAYIN |
|
|
Bugun Sitemizde 1 ziyaretçi (1 klik) kişi burdaydı!