TeknikBilgin
Üye olun Sitemizden Tam Faydalanın!!!
TeknikBilgin
Üye olun Sitemizden Tam Faydalanın!!!
TeknikBilgin
Would you like to react to this message? Create an account in a few clicks or log in to continue.

TeknikBilgin

TeknikBilgin Haber| Musıc |Google| Firefox | Games
 
AnasayfaKapıLatest imagesKayıt OlGiriş yap

 

 Javastrip Kod Arşivleri Burada

Aşağa gitmek 
YazarMesaj
GRaFiT
Administrator
Administrator
GRaFiT


Mesaj Sayısı : 425
Kayıt tarihi : 05/01/09
Yaş : 33
Nerden : İstanbul

Javastrip Kod Arşivleri Burada Empty
MesajKonu: Javastrip Kod Arşivleri Burada   Javastrip Kod Arşivleri Burada Icon_minitimeÇarş. Ocak 28, 2009 10:53 pm

Çözünürlük ayarı kodu:

Kod:
<html>
<head>
<meta name="author" content="yilmaz"><!--bu metayi -->
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254"><!--ve bu metayi  <head></head> arasina eklerseniz türkce karekter sorunu olmaz-->
<meta http-equiv="content-language" content="tr">
<title>Buraya ne yazarsan yukarda en üstte o görünür</title>
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#FF0000" alink="#FF0000" vlink="#FF0000">
Ekran çözünürlügün <script>document.write(screen.width + " x " + screen.height)</script>
<br><br>
</body>
</html>

Giriş Yasaklama:

Kod:
<!-- THREE STEPS TO INSTALL NO ENTRY:

  1.  Paste the coding into the HEAD of your HTML document
  2.  Put the last code into the BODY of your HTML document
  3.  Change the form's ACTION to point to your Form Mail CGI-Script  -->

<!--  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
function noEntry() {
mt=document.form.entry.value;
if ((mt.length<1)||(mt.substring(0,6)=="******")) {
alert("I'm sorry. This entry must be "
+"completed before I can submit this form"
+" for processing.");
document.form.entry.value="******Please Complete This Entry";
document.form.entry.focus();
return false;
}
else { return true; }
}
// End -->
</SCRIPT>

<!--  STEP TWO: Copy this code into the BODY of your HTML document  -->

<BODY>

<form name="form" action="/cgi-bin/your-form-processor.pl" onsubmit="return noEntry()">
<center>
<input type="text" name="entry" size=40><br>
<input type="submit" name="button" value="submit">
</center>
</form>

<!--  STEP THREE: Change the form's ACTION "javascript:if(confirm('http://javascript.internet.com/forms/to  \n\nThis file was not retrieved by Teleport Pro, because the server reports that this file cannot be found.  \n\nDo you want to open it from the server?'))window.location='http://javascript.internet.com/forms/to'" tppabs="http://javascript.internet.com/forms/to" point to your Form Mail CGI-Script  -->

<p><center>

by <a href="javascript:if(confirm('http://javascriptsource.com/  \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address.  \n\nDo you want to open it from the server?'))window.location='http://javascriptsource.com/'" tppabs="http://javascriptsource.com/">The JavaScript Source</a></font>
</center><p>

<!-- Script Size:  1.00 KB  -->

ICQ Durum Belirtici:

Kod:
<!-- TWO STEPS TO INSTALL ICQ STATUS:

  1.  Copy the coding into the HEAD of your HTML document
  2.  Add the last code into the BODY of your HTML document  -->

<!-- STEP ONE: Paste this code into the HEAD of your HTML document  -->

<SCRIPT LANGUAGE="JavaScript">
<!-- Begin

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function icqCheck() {
var number = document.ICQ.number.value;

text = "<html><body><center><br>"
+ number + " is: <img src=http://wwp.icq.com/"
+ "scripts/online.dll?ICQ=" + number + "&img=5> "
+ "</body></html>";

windowprops = "toolbar=no,width=150,height=25,"
+ "directories=no,status=no,scrollbars=no,resize=no,"
+ "menubar=no";

icqWindow=window.open("","displayWindow",windowprops)
icqWindow.document.write(text);
icqWindow.document.close();
icqWindow.focus();
}
//  End -->
</script>

<!-- STEP TWO: Copy this code into the BODY of your HTML document  -->

<center>
<form name=ICQ>
<div center>ICQ #: 
<input type=text name=number size=10 value="141983"><br>
<input type=button name=check value="Check # on ICQ !" onClick="icqCheck()">
</div>
</form>
</center>

<p><center>

<a href="http://www.tr-web.com">Tr-Web Javascript Arşivi</a></font>
</center><p>

<!-- Script Size:  1.24 KB -->

Mail Atma Formu:

Kod:
<!-- TWO STEPS TO INSTALL MAIL - PICK SUBJECT:

  1.  Paste the coding into the HEAD of your HTML document
  2.  Add the last code 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
function getCookie(name){
var cname = name + "=";               
var dc = document·cookie;             
if (dc.length > 0) {             
begin = dc.indexOf(cname);       
if (begin != -1) {           
begin += cname.length;       
end = dc.indexOf(";", begin);
if (end == -1) end = dc.length;
return unescape(dc.substring(begin, end));
  }
}
var blank = "";
return blank;
}
function setCookie(name, value, expires) {
document·cookie = name + "=" + escape(value) +
((expires != null) ? "; expires=" + expires.toGMTString() : "")
+ "; path=/";
}
function setName() {
var expdate = new Date ();
expdate.setTime (expdate.getTime() + (24 * 60 * 60 * 1000 * 365));
var prompt=i = document.Mail.name.value;
setCookie("name", i, expdate);
}
function getName() {
if(getCookie("name") != null) {
document.Mail.Name.value = getCookie("emailname");
  }
}
function getInfo() {
var now= new Date();
document.Mail.Info.value = "Browser: " + navigator.userAgent;
document.Mail.Info.value += "Date:" + now;
}
function checkMultiple() {
if (getCookie("emailsent") == 'true') return true;
else return false;
}
function process() {
setCookie("emailsent", "true");
with (document.Mail) {
if (Subject.selectedIndex == 1) action = "mailto:antispammer( at )earthling.net?subject=TJS - Comment";
else if (Subject.selectedIndex == 2) action = "mailto:antispammer( at )earthling.net?subject=TJS - Question";
else if (Subject.selectedIndex == 3) action = "mailto:antispammer( at )earthling.net?subject=TJS - Suggestion";
else if (Subject.selectedIndex == 4) action = "mailto:antispammer( at )earthling.net?subject=TJS - Broken Link";
else action = "mailto:antispammer( at )earthling.net?subject=TJS - Other";
  }
}
function formCheck() {
var passed = false;
with (document.Mail) {
if (Subject.selectedIndex == 0) {
alert("Please pick a subject.");
Subject.focus();
}
else if (Name.value == "") {
alert("Please inlcude your name.");
Name.focus();
}
else if (checkMultiple()) {
if (confirm("You just sent an e-mail from this form, are you sure you want to send another?")) {
process();
passed = true;
  }
}
else {
process();
passed = true;
  }
}
return passed;
}
// End -->
</SCRIPT>

<!-- STEP TWO: Put this code into the BODY of your HTML document  -->

<BODY>

<CENTER>
<FONT FACE = "Times"  SIZE = 3>
Any thing you would like to tell us?  Any comments, suggestions, or questions?
<BR>
<DD>
If you are using Internet Explorer or would rather mail directly, then click <A HREF = "mailto:antispammer( at )earthling.net?subject=TJS - Mail">here</A>.
</DD>
<BR>
<FORM NAME = "Mail" ACTION = "mailto:antispammer( at )earthling.net?subject=TJS - Form" METHOD = "POST" ENCTYPE = "text/plain" onSubmit="return formCheck();">
<INPUT TYPE = "hidden" SIZE = 0 NAME = "Info">
<TABLE BORDER = 0 CELLPADDING = 10 CELLSPACING = 0>
<TR><TD>
Name: 
<INPUT TYPE = "text" NAME = "Name" onChange = "setName()">
</TD><TD ALIGN = RIGHT >
Subject: 
<SELECT NAME = "Subject">
<OPTION SELECT>Please Select A Subject</OPTION>
<OPTION>1. Comment</OPTION>
<OPTION>2. Question</OPTION>
<OPTION>3. Suggestion</OPTION>
<OPTION>4. Broken Link</OPTION>
<OPTION>5. None of the above</OPTION>
</SELECT>
</TD></TR>

<TR>
<TD COLSPAN = 2>
Comments, questions, suggestions, broken links, anything!! :
<BR><BR>
<TEXTAREA NAME = "Comments, Suggestions" COLS = 75 ROWS = 6>

Kullanıcının Dinleyeceği Müziğini Seçmesi:

Kod:
<SCRIPT LANGUAGE="JavaScript">

<!-- Begin
songNum = new Array();
songNum[0] = "#";
songNum[1] = "http://javascript.internet.com/img/midi-menu/whiskey.mid";
songNum[2] = "http://javascript.internet.com/img/midi-menu/aeroplane.mid";
songNum[3] = "http://javascript.internet.com/img/midi-menu/christina.mid";
songNum[4] = "http://javascript.internet.com/img/midi-menu/hell.mid";

var music = null;
var track = 0;
var ver = navigator.appName;
function audioCheck(plugName) {
for (var i = 0; i < navigator.plugins.length; i++) {
if (navigator.plugins[i].name.toLowerCase() == plugName.toLowerCase()) {
for (var j = 0; j < navigator.plugins[i].length; j++) {
if (navigator.plugins[i][j].enabledPlugin) {
return true;
  }
}
return false;
  }
}
return false;
}
function chooseSong(s) { // ie
track = s.options[s.selectedIndex].value;
if (ver == "Microsoft Internet Explorer") {
document.all.music.src = songNum[track];
} else {
songPlay('play');
  }
}
function songPlay(cmd) { // netscape
if (audioCheck("LiveAudio")) {
if (cmd == 'play') {
document.musicSource.play(false, songNum[track]);
  }
} else {
alert("You Do Not Have The Correct Plugin");
  }
}
//  End -->
</script>
</HEAD>

<!-- STEP TWO: Copy this code into the BODY of your HTML document  -->

<BODY>

<center>
<form name=choose>
<select size=1 name=track onChange="chooseSong(this);">
<option value="0">Click For Music</option>
<option value="1">Whiskey In A Jar</option>
<option value="2">Aeroplane</option>
<option value="3">Genie In A Bottle</option>
<option value="4">Hell</option>
</select>
<input type=button onMouseDown="chooseSong(document.choose.track)" value=" Play ">
</form>

<script language="JavaScript">
<!-- Begin
var ver = navigator.appName;
if (ver == "Microsoft Internet Explorer") {
document.write('<bgsound src="#" ID=music loop=1 AUTOSTART=true>');
} else {
document.write('<embed type="audio/midi" src="aeroplane.mid" AUTOSTART=false hidden=true VOLUME="90" name="musicSource" MASTERSOUND></EMBED>');
}
// End -->
</script>
</center>

Alıntıdır...
Sayfa başına dön Aşağa gitmek
http://teknokoliker.tr.gg
 
Javastrip Kod Arşivleri Burada
Sayfa başına dön 
1 sayfadaki 1 sayfası

Bu forumun müsaadesi var:Bu forumdaki mesajlara cevap veremezsiniz
TeknikBilgin :: WEB DESİGN :: Kod Arşivi-
Buraya geçin: