Web Dizayn içinde HEP beraber olalım burayı HTML kodları ile dolduralım konusu , Acilir Menü Kod: <script language="Javascript"> <!-- // www.cokuzaklarda.com function go() { document.location = document.abcd.a.options[document.abcd.a.selectedIndex].value } //--> </script> <form name="abcd"> <p><select name="a" size="1"> <option value="http://www.cokuzaklarda.com">CokUzaklarda </option> <option value="http://www.orenli.com">ÖRENLI </option> <option value="http://www.hevalchat.com">HEVAL ...
|
|
|||||||
| KAYIT OL | Yönetim Takımı | Üye Listesi | Tüm konuları okunmuş kabul et |
|
|
#21 (permalink) |
|
EN Afilli
![]() Üyelik Tarihi: 18-12-2005
Yaş: 21
Mesajlar: 1,231
Rep Gücü: 127
Rep Puanı: 7774
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Acilir Menü Kod:
<script language="Javascript">
<!--
// www.cokuzaklarda.com
function go() {
document.location = document.abcd.a.options[document.abcd.a.selectedIndex].value
}
//-->
</script>
<form name="abcd">
<p><select name="a" size="1">
<option value="http://www.cokuzaklarda.com">CokUzaklarda </option>
<option value="http://www.orenli.com">ÖRENLI </option>
<option value="http://www.hevalchat.com">HEVAL </option>
<option value="http://www.tatbim.com">TATBIM </option>
<option value="http://www.helbestvan.com">Helbestvan </option>
</select> <input type="button" value="Git!" onclick="go()"> </p>
</form>
Kod:
<script language="JavaScript"><!--
function cala_day(form) {
var nSwitch = 0
var nMonth = parseInt(form.month.value)
var nDay = parseInt(form.day.value)
var nYear = parseInt(form.year.value)
if(!(nYear % 4) && (nMonth > 2)) {
nSwitch = 1
}
var nDayOfWeek = cala_weekday(nMonth, nDay, nYear)
if(nSwitch) {
nDayOfWeek++
nSwitch = 0
}
day_display(form, nDayOfWeek)
}
function cala_weekday( x_nMonth, x_nDay, x_nYear) {
if(x_nMonth >= 3){
x_nMonth -= 2
}
else {
x_nMonth += 10
}
if( (x_nMonth == 11) || (x_nMonth == 12) ){
x_nYear--
}
var nCentNum = parseInt(x_nYear / 100)
var nDYearNum = x_nYear % 100
var nPart1 = parseInt(2.6 * x_nMonth - .2)
var nZeller = (parseInt(nPart1 + x_nDay + nDYearNum + (nDYearNum / 4) + (nCentNum / 4) - 2 * nCentNum)) % 7
if(nZeller < 0){
nZeller += 7
}
return nZeller
}
function day_display(form, x_nDayOfWeek) {
if(x_nDayOfWeek == 0) {
form.birthday.value = "Cumartesi"
return
}
if(x_nDayOfWeek == 1) {
form.birthday.value = "Pazar"
return
}
if(x_nDayOfWeek == 2) {
form.birthday.value = "Pazartesi"
return
}
if(x_nDayOfWeek == 3) {
form.birthday.value = "Sali"
return
}
if(x_nDayOfWeek == 4) {
form.birthday.value = "Çarsamba"
return
}
if(x_nDayOfWeek == 5) {
form.birthday.value = "Persembe"
return
}
if(x_nDayOfWeek == 6) {
form.birthday.value = "Cuma"
return
}
form.birthday.value = "Not a valid date."
}
// --></script></font> </a></p>
<table border="0" cellpadding="5" cellspacing="5" width="96%">
<tr>
<td align="center" width="100%"><form>
<div align="center"><center><table border="0"
cellpadding="4" cellspacing="1" width="225"
bgcolor="#000000">
<tr>
<td align="center" colspan="2"
bgcolor="#6B9DC2"><a href="wizard/kodlar.htm"><font
color="#000000" size="2" face="Arial"><b>YAS-
MATIK</b></font></a></td>
</tr>
<tr>
<td align="center" width="100"
bgcolor="#A5C4DA"><a href="wizard/kodlar.htm"><font
color="#000000" size="2"
face="ARIEL,HELVETICA"><b>Ay<br>
<input type="text" size="4" name="month"><br>
<br>
Gün<br>
<input type="text" size="4" name="day"><br>
<br>
Yil<br>
<input type="text" size="4" name="year"> </b></font></a></td>
<td align="center" width="125"
bgcolor="#A5C4DA"><a href="wizard/kodlar.htm"><font
color="#000000" size="2"
face="ARIEL,HELVETICA"><b>Dogum Gününüzü
Girip Hesapla Dügmesine Basiniz<br>
</b></font><font color="#000000" size="1"
face="ARIEL,HELVETICA"><br>
11-1-1970<br>
Pazar<em> gibi</em></font><font
color="#000000" size="2"
face="ARIEL,HELVETICA"><b><br>
<br>
DOGDUGUNUZ GÜN</b></font><font
color="#FFFF00" size="2"
face="ARIEL,HELVETICA"><br>
<input type="text" size="10" name="birthday">
</font></a></td>
</tr>
<tr>
<td align="center" colspan="2"
bgcolor="#A5C4DA"><a href="wizard/kodlar.htm"><font
size="2" face="ARIEL,HELVETICA"><input
type="button" value="Hesapla"
onclick="cala_day(this.form)"><input
type="reset"><br>
</font><font size="1" face="Arial">
</font></a><a href="http://"><font
size="1" face="Arial"></font></a><font
size="1" face="Arial">
</font></td>
</tr>
</table>
</center></div>
</form>
</td>
</tr>
</table>
Kod:
<SCRIPT LANGUAGE="JavaScript">
<!-- hide from old browsers
var init_msg = "SAATKULESI ONLINE ..."
var str = ""
var msg = ""
var leftmsg = ""
function setMessage()
{
if (msg == "")
{
str = " "
msg = init_msg
leftmsg = ""
}
if (str.length == 1)
{
while (msg.substring(0, 1) == " ")
{
leftmsg = leftmsg + str
str = msg.substring(0, 1)
msg = msg.substring(1, msg.length)
}
leftmsg = leftmsg + str
str = msg.substring(0, 1)
msg = msg.substring(1, msg.length)
for (var ii = 0; ii < 120; ii++)
{str = " " + str}
}
else
{
str = str.substring(10, str.length) // decrease str little by little
}
window.status = leftmsg + str
JSCTimeOutID = window.setTimeout('setMessage()',100)
}
<!-- done hiding -->
</SCRIPT></HEAD>
<BODY bgcolor="000000"
onload="JSCTimeOutID = window.setTimeout('setMessage()',500);">
<!-- END OF SCRIPT -->
Kod:
<SELECT NAME="menu"> <OPTION SELECTED VALUE="index.html">Index <OPTION VALUE="link1.htm">Link1 <OPTION VALUE="link2.htm">Link2 <OPTION VALUE="link3.htm">Link3 <OPTION VALUE="link4.htm">Link4 </SELECT> <INPUT TYPE=BUTTON VALUE="Git" onClick="document.location.href = this.form.menu.options[this.form.menu.selectedIndex].value"> </FORM> |
|
|
|
|
|
#22 (permalink) |
|
EN Afilli
![]() Üyelik Tarihi: 18-12-2005
Yaş: 21
Mesajlar: 1,231
Rep Gücü: 127
Rep Puanı: 7774
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Hareketli Menü Kod:
<HTML>
<HEAD>
<TITLE>Insert Your Title</TITLE>
<META name="Generator" content="Soft Lite ScriptWorx 4.0">
<style>
<!--
#slidemenubar, #slidemenubar2{
position:absolute;
left:-155px;
width:160px;
top:170px;
border:1.5px solid navy;
background-color:lightblue;
layer-background-color:lightblue;
font:bold 12px Verdana;
line-height:20px;
}
-->
</style>
</HEAD>
<BODY topmargin="0" leftmargin="0" link="#0000FF" vlink="#800080" alink="#FF0000"><!-- Start of Angelfire Ad Code Insertion -->
<center>
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" $bgcolor>
<TR>
<TD WIDTH="28" ROWSPAN="4" ALIGN=CENTER><IMG SRC="http://a4.g.akamai.net/7/4/445/0000/lygo.com/af/i/blank/skin_1.gif" WIDTH="28" HEIGHT="76" BORDER=0></TD>
<TD WIDTH="120" ALIGN=CENTER><IMG SRC="http://a4.g.akamai.net/7/4/445/0000/lygo.com/af/i/blank/skin_2.gif" WIDTH="120" HEIGHT="8" BORDER=0></TD>
<TD WIDTH="4" ROWSPAN="4" ALIGN=CENTER><IMG SRC="http://a4.g.akamai.net/7/4/445/0000/lygo.com/af/i/blank/skin_4.gif" WIDTH="4" HEIGHT="76" BORDER=0></TD>
<TD WIDTH="468" ALIGN=CENTER><IMG SRC="http://a4.g.akamai.net/7/4/445/0000/lygo.com/af/i/blank/skin_5.gif" WIDTH="468" HEIGHT="8" BORDER=0></TD>
<TD WIDTH="4" ROWSPAN="4" ALIGN=CENTER><IMG SRC="http://a4.g.akamai.net/7/4/445/0000/lygo.com/af/i/blank/skin_7.gif" WIDTH="4" HEIGHT="76" BORDER=0></TD>
<TD COLSPAN="3" ALIGN=CENTER width="108"><IMG SRC="http://a4.g.akamai.net/7/4/445/0000/lygo.com/af/i/blank/skin_8.gif" WIDTH="108" HEIGHT="8" BORDER=0></TD>
<TD WIDTH="28" ROWSPAN="4" ALIGN=CENTER><IMG SRC="http://a4.g.akamai.net/7/4/445/0000/lygo.com/af/i/blank/skin_12.gif" WIDTH="28" HEIGHT="76" BORDER=0></TD>
</TR>
<TR>
<TD ROWSPAN="2" ALIGN=CENTER><a href="http://linktracker.angelfire.com/bin/linktracker?link=af/adskins/link08"><img src="http://a4.g.akamai.net/7/4/445/0000/lygo.com/af/i/links/adskin08.gif" width=120 height=15 border=0></a><Br><a href="http://linktracker.angelfire.com/bin/linktracker?link=af/adskins/link16"><img src="http://a4.g.akamai.net/7/4/445/0000/lygo.com/af/i/links/adskin16.gif" width=120 height=15 border=0></a><Br><a href="http://linktracker.angelfire.com/bin/linktracker?link=af/adskins/link14"><img src="http://a4.g.akamai.net/7/4/445/0000/lygo.com/af/i/links/adskin14.gif" width=120 height=15 border=0></a></TD>
<TD ROWSPAN="2" ALIGN=CENTER WIDTH="468"><IFRAME SRC="http://ln.doubleclick.net/adi/af.ln/memberembedded;h=misc;sz=468x60;!category=gaming;!category=tobacco;!category=*****;!category=sexualovertones;ord=179191461626615?" width=468 height=60 frameborder=0 border=0 marginheight=0 marginwidth=0 vspace=0 scrolling=no></IFRAME></TD>
<TD COLSPAN="3" ALIGN=CENTER><a href="http://linktracker.angelfire.com/bin/linktracker?link=angelfire/inlinead/aflogo"><IMG SRC="http://a4.g.akamai.net/7/4/445/0000/lygo.com/af/i/blank/skin_9.gif" WIDTH="108" HEIGHT="35" BORDER=0></a></TD>
</TR>
<TR>
<TD WIDTH="53" ALIGN=CENTER><a href="/cgi-bin/email_this_page/display_form" TARGET="email_this_page" onClick="window.open('/cgi-bin/email_this_page/display_form','email_this_page','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=470,height=500');"><IMG SRC="http://a4.g.akamai.net/7/4/445/0000/lygo.com/af/i/email_button.gif" WIDTH="53" HEIGHT="25" BORDER=0></a></TD>
<TD WIDTH="2" ALIGN=CENTER><IMG SRC="http://a4.g.akamai.net/7/4/445/0000/lygo.com/af/i/blank/skin_10.gif" WIDTH="2" HEIGHT="25" BORDER=0></TD>
<TD WIDTH="53" ALIGN=CENTER><a href="/cgi-bin/email_when_updated/display_form" TARGET="email_when_updated" onClick="window.open('/cgi-bin/email_when_updated/display_form','email_when_updated','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=390,height=360');"><IMG SRC="http://a4.g.akamai.net/7/4/445/0000/lygo.com/af/i/notify_button.gif" WIDTH="53" HEIGHT="25" BORDER=0></a></TD>
</TR>
<TR>
<TD ALIGN=CENTER><IMG SRC="http://a4.g.akamai.net/7/4/445/0000/lygo.com/af/i/blank/skin_3.gif" WIDTH="120" HEIGHT="8" BORDER=0></TD>
<TD ALIGN=CENTER><IMG SRC="http://a4.g.akamai.net/7/4/445/0000/lygo.com/af/i/blank/skin_6.gif" WIDTH="468" HEIGHT="8" BORDER=0></TD>
<TD COLSPAN="3" ALIGN=CENTER><IMG SRC="http://a4.g.akamai.net/7/4/445/0000/lygo.com/af/i/blank/skin_11.gif" WIDTH="108" HEIGHT="8" BORDER=0></TD>
</TR>
</TABLE>
<script language="JavaScript">
<!--
// Cache-busting LUBID bug.
var ran = Math.round(Math.random() * 899999) + 100000;
var lubid_string = "<img src=\"http://lubid.lycos.com/one.asp?site=www.angelfire.com&ord=" + ran + "\" height=\"1\" width=\"1\">";
document.write(lubid_string);
//-->
</script>
</center>
<!-- TEMPORARY POP UNDER -->
<script language="JavaScript">
<!--
function showNow(scale)
{
var CategoryString = "(none)";
var searchStringLong = "(none)";
var surveyLocation = "/doc/general/angelfire_popunder.html";
if( CategoryString != "(none)" && searchStringLong != "(none)")
{
surveyLocation = surveyLocation + "?Category=" + CategoryString + "&search_string=" + searchStringLong;
}
else if( CategoryString != "(none)" )
{
surveyLocation = surveyLocation + "?Category=" + CategoryString;
}
else if( searchStringLong != "(none)" )
{
surveyLocation = surveyLocation + "?search_string=" + searchStringLong;
}
var expdate = new Date ();
var surveyCookieName = "032202ORBITZAF";
var percentOfferedSurvey = 100;
var popupNewWindow = true;
expdate.setTime (expdate.getTime() + (24 * 60 * 60 * 1000));
var stored_value = GetCookie(surveyCookieName);
if (stored_value == null)
{
SetCookie(surveyCookieName, "alreadyOffered", expdate, "/", "");
nowWin = window.open(surveyLocation,'now','height=300,width=720,toolbar=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
nowWin.blur();
window.focus();
}
}
function SetCookie (name,value,expires,path,domain,secure)
{
document.cookie = name + "=" + escape (value) +
((expires) ? "; expires=" + expires.toGMTString() : "") +
((path) ? "; path=" + path : "") +
((domain) ? "; domain=" + domain : "") +
((secure) ? "; secure" : "");
}
function getCookieVal (offset)
{
var endstr = document.cookie.indexOf (";", offset);
if (endstr == -1)
endstr = document.cookie.length;
return unescape(document.cookie.substring(offset, endstr));
}
function GetCookie (name)
{
var arg = name + "=";
var alen = arg.length;
var clen = document.cookie.length;
if( (document.cookie == null) || (document.cookie.length == null))
{
return null;
}
var i = 0;
while (i < clen)
{
var j = i + alen;
if (document.cookie.substring(i, j) == arg)
return getCookieVal (j);
i = document.cookie.indexOf(" ", i) + 1;
if (i == 0) break;
}
return null;
}
showNow();
//-->
</script>
<!-- End of Angelfire Ad Code Insertion -->
<!-- Type your text here //-->
<script language="JavaScript1.2">
/*
Sliding Menu Bar Script-
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/
if (document.all)
document.write('<div id="slidemenubar2" style="left:-150" onMouseover="pull()" onMouseout="draw()">')
</script>
<layer id="slidemenubar" onMouseover="pull()" onMouseout="draw()">
<script language="JavaScript1.2">
var sitems=new Array()
var sitemlinks=new Array()
//extend or shorten this list
sitems[0]="Home"
sitems[1]="Take our survey!"
sitems[2]="Menus And Navigation"
sitems[3]="Document Effects"
sitems[4]="Scrollers"
sitems[5]="Image Effects"
sitems[6]="Links And Buttons"
sitems[7]="Dynamic Clocks & Dates"
sitems[8]="Text Animations"
sitems[9]="Browser Window"
sitems[10]="User System Information"
sitems[11]="Cascading Style Sheets"
sitems[12]="Other"
//These are the links pertaining to the above text.
sitemlinks[0]="../test.htm"
sitemlinks[1]=".."
sitemlinks[2]="../dynamicindex1/index.html"
sitemlinks[3]="../dynamicindex3/index.html"
sitemlinks[4]="../dynamicindex2/index.html"
sitemlinks[5]="../dynamicindex4/index.html"
sitemlinks[6]="../dynamicindex5/index.html"
sitemlinks[7]="../dynamicindex6/index.html"
sitemlinks[8]="../dynamicindex10/index.html"
sitemlinks[9]="../dynamicindex8/index.html"
sitemlinks[10]="../dynamicindex9/index.html"
sitemlinks[11]="../dynamicindex7/index.html"
sitemlinks[12]="../dynamicindex11/index.html"
for (i=0;i<=sitems.length-1;i++)
document.write('<a href='+sitemlinks[i]+'>'+sitems[i]+'</a><br>')
</script>
</layer>
<script language="JavaScript1.2">
function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers)
setTimeout("window.onresize=regenerate",400)
}
window.onload=regenerate2
if (document.all){
document.write('</div>')
themenu=document.all.slidemenubar2.style
rightboundary=0
leftboundary=-150
}
else{
themenu=document.layers.slidemenubar
rightboundary=150
leftboundary=10
}
function pull(){
if (window.drawit)
clearInterval(drawit)
pullit=setInterval("pullengine()",50)
}
function draw(){
clearInterval(pullit)
drawit=setInterval("drawengine()",50)
}
function pullengine(){
if (document.all&&themenu.pixelLeft<rightboundary)
themenu.pixelLeft+=5
else if(document.layers&&themenu.left<rightboundary)
themenu.left+=5
else if (window.pullit)
clearInterval(pullit)
}
function drawengine(){
if (document.all&&themenu.pixelLeft>leftboundary)
themenu.pixelLeft-=5
else if(document.layers&&themenu.left>leftboundary)
themenu.left-=5
else if (window.drawit)
clearInterval(drawit)
}
</script>
</BODY>
</HTML>
Kod:
</script><script
language="JavaScript"><!--
var x = 0
var speed = 70
var text = "===____----WELCOME TO WeBmAsTeR 79®----____=== "
var course = 120
var text2 = text
function Scroll() {
window.status = text2.substring(0, text2.length)
if (course < text2.length) {
setTimeout("Scroll2()", speed)
}
else {
text2 = " " + text2
setTimeout("Scroll()", speed);
}
}
function Scroll2() {
window.status = text2.substring(x, text2.length)
if (text2.length - x == text.length) {
text2 = text
x = 0
setTimeout("Scroll()", speed);
}
else {
x++
setTimeout("Scroll2()", speed);
}
}
Scroll()
//-->
// --></script>
Kod:
<script language="Javascript">
<!--
// please keep these lines on when you copy the source
// made by: Nicolas - http://www.javascript-page.com
var speed = 100
var message = "WEBMASTER79 "
var s = 0
var l = message.length
document.write("<form name='btn'><input type='button' "
+"name='sc' value='"+ message +"'></form>")
function btnsc() {
document.btn.sc.value = message.substring(s,l) + message.substring(0,s)
s++
if (s >= l) {
s = 0
}
setTimeout("btnsc()",speed)
}
btnsc();
//-->
</script>
|
|
|
|
|
|
#23 (permalink) |
|
EN Afilli
![]() Üyelik Tarihi: 18-12-2005
Yaş: 21
Mesajlar: 1,231
Rep Gücü: 127
Rep Puanı: 7774
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Browser Bilgileri Kod:
<center>
<script language="Javascript">
<!--
// please keep these lines on when you copy the source
// made by: Nicolas - http://www.javascript-page.com
document.write("You're using: <b>"+navigator.appName+" "+navigator.appVersion+"</b>");
//-->
</script>
</center></script>
Kod:
<script language="Javascript1.2">
<!--
// please keep these lines on when you copy the source
// made by: Nicolas - http://www.javascript-page.com
var mymessage = "Üzgünüm Sag Tus Kullanmaniz Engellenmistir.";
function rtclickcheck(keyp){
if (navigator.appName == "Netscape" && keyp.which == 3) {
alert(mymessage);
return false;
}
if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) {
alert(mymessage);
return false;
}
}
document.onmousedown = rtclickcheck
//-->
</script>
Kod:
<script language="Javascript1.2">
<!--
// Bu JavaScript http://java.sayfasi.com adresinden temin edilmistir.
// Daha fazla örnek için web sitesini ziyaret edin.
function initArray() {
this.length = initArray.arguments.length;
for (var i = 0; i < this.length; i++) {
this[i] = initArray.arguments[i];
}
}
var ctext = "www.COK UZAKLARDA.com " //mesajinizi buraya yazin'''
var speed = 200
var x = 0
var color = new initArray("red",
"blue",
"green",
"black",
"cyan",
"yellow",
"white"
);
if(navigator.appName == "Netscape") {
document.write('<layer id="c">'+ctext+'</layer><br>');
}
if (navigator.appVersion.indexOf("MSIE") != -1){
document.write('<div id="c">'+ctext+'</div>');
}
function chcolor(){
if(navigator.appName == "Netscape") {
document.c.document.write('<font color="'+color[x]+'">'
+ctext+'</font>');
document.c.document.close();
}
else if (navigator.appVersion.indexOf("MSIE") != -1){
document.all.c.style.color = color[x];
}
(x < color.length-1) ? x++ : x=0;
}
setInterval("chcolor()",200)
//-->
</script>
Kod:
<script language="JavaScript1.2">
/*
Fading Scroller- By DynamicDrive.com
For full source code, 100's more DHTML scripts, and TOS,
visit http://www.dynamicdrive.com
*/
var delay=3000 //set delay between message change (in miliseconds)
var fcontent=new Array()
begintag='<font face="Arial" size=2>' //set opening tag, such as font declarations
fcontent[0]="<b>What\'s new?</b><br>New scripts added to the Scroller category!<br><br>The MoreZone has been updated"
fcontent[1]="Dynamic Drive has been featured on Jars as a top 5% resource, and About.com as a recommended DHTML destination"
fcontent[2]="Ok, enough with these pointless messages. You get the idea behind this script."
closetag='</font>'
var fwidth=150 //set scroller width
var fheight=150 //set scroller height
///No need to edit below this line/////////////////
var ie4=document.all&&!document.getElementById
var ns4=document.layers
var DOM2=document.getElementById
var faderdelay=0
var index=0
if (DOM2)
faderdelay=2000
//function to change content
function changecontent(){
if (index>=fcontent.length)
index=0
if (DOM2){
document.getElementById("fscroller").style.color="rgb(255,255,255)"
document.getElementById("fscroller").innerHTML=begintag+fcontent[index]+closetag
colorfade()
}
else if (ie4)
document.all.fscroller.innerHTML=begintag+fcontent[index]+closetag
else if (ns4){
document.fscrollerns.document.fscrollerns_sub.document.write(begintag+fcontent[index]+closetag)
document.fscrollerns.document.fscrollerns_sub.document.close()
}
index++
setTimeout("changecontent()",delay+faderdelay)
}
// colorfade() partially by Marcio Galli for Netscape Communications. ////////////
// Modified by Dynamicdrive.com
frame=20;
hex=255 // Initial color value.
function colorfade() {
// 20 frames fading process
if(frame>0) {
hex-=12; // increase color value
document.getElementById("fscroller").style.color="rgb("+hex+","+hex+","+hex+")"; // Set color value.
frame--;
setTimeout("colorfade()",20);
}
else{
document.getElementById("fscroller").style.color="rgb(0,0,0)";
frame=20;
hex=255
}
}
if (ie4||DOM2)
document.write('<div id="fscroller" style="border:1px solid black;width:'+fwidth+';height:'+fheight+';padding:2px"></div>')
window.onload=changecontent
</script>
<ilayer id="fscrollerns" width=&{fwidth}; height=&{fheight};><layer id="fscrollerns_sub" width=&{fwidth}; height=&{fheight}; left=0 top=0></layer></ilayer>
|
|
|
|
|
|
#24 (permalink) |
|
EN Afilli
![]() Üyelik Tarihi: 18-12-2005
Yaş: 21
Mesajlar: 1,231
Rep Gücü: 127
Rep Puanı: 7774
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Kayan Linkler Kod:
<SCRIPT language=JavaScript1.2>
var marqueewidth=180
var marqueeheight=105
var speed=1
var marqueecontents='<a href="javaindex.htm">JAVALAR</a><br>Bu javalara bayilacaksiniz<br>scriptler<br><br><a href="javaaplet.htm">APLETLER</a><br>Nasil yapilir? nasil edilirde Sayfalarinizda kullanilir!<br>Çok yakinda.<br><br><a href="dhtml.htm">DHTML menü</a><br>Yapmak istermisiniz?<br><br><a href="Bedavalar">Sayaç,</a><br>Form-mail.vs.<br><br><b>Yeni olan hersey ...</b><br><a href="http://www.java.hizmetleri.com" target="_blank">http://www.java.hizmetleri.com</a><br><br><a href="http://www.bilenin.sayfasi.com" target="_blank">http://www.bilenin.sayfasi.com</a><br><br><a href="http://www.java.hizmetleri.com" target="_blank">http://www.java.hizmetleri.com</a><br><br><a href="http://www.java.hizmetleri.com" target="_blank">http://www.java.hizmetleri.com</a><br><br><a href="http://www.java.hizmetleri.com" target="_blank">http://www.java.hizmetleri.com</a><br><br>'
if (document.all)
document.write('<marquee direction="up" scrollAmount='+speed+' style="width:'+marqueewidth+';height:'+marqueeheight+'">'+marqueecontents+'</marquee>')
function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
setTimeout("window.onresize=regenerate",450)
intializemarquee()
}
}
function intializemarquee(){
document.cmarquee01.document.cmarquee02.document.write(marqueecontents)
document.cmarquee01.document.cmarquee02.document.close()
thelength=document.cmarquee01.document.cmarquee02.document.height
scrollit()
}
function scrollit(){
if (document.cmarquee01.document.cmarquee02.top>=thelength*(-1)){
document.cmarquee01.document.cmarquee02.top-=speed
setTimeout("scrollit()",100)
}
else{
document.cmarquee01.document.cmarquee02.top=marqueeheight
scrollit()
}
}
window.onload=regenerate2
</SCRIPT>
Kod:
<applet width="468" height="18" codebase="http://www.satirarasi.com/sa/custom/0003/" code="HeadLine.class" archive="Borsa.jar"><param name="cabbase" value="Borsa.cab"></applet> Kod:
<!--Hier beginnt das Script-->
<SCRIPT LANGUAGE="JavaScript">
<!-- Original: hallo503@hotmail.com -->
<!-- Begin
neonBaseColor = "White"; <!--Farben-->
neonColor = "Violet"; <!--Farben-->
num = 0;
num2 = 0;
num3 = 0;
num4 = neonColor;
function startNeon() {
message = neon.innerText;
neon.innerText = "";
for(i = 0; i != message.length; i++) {
neon.innerHTML += "<span id=\"neond\" style=\"color:"+neonBaseColor+"\">"+message.charAt(i)+"<\/span>"};
neon2();
}
function neon2() {
if(num != message.length) {
document.all.neond[num].style.color = neonColor;
num++;
setTimeout("neon2()", 100);
}
else {
num = 0;
num2 = message.length;
setTimeout("neon4onev()", 2000);
}
}
function neon4onev() {
document.all.neond[num].style.color = neonBaseColor;
document.all.neond[num2-1].style.color = neonBaseColor;
if(Math.floor(message.length / 2) + 1 != num2) {
num++;
num2--;
setTimeout("neon4onev()", 50);
}
else {
setTimeout("neon5()", 50);
}
}
function neon5() {
if(num3 != message.length && num3 != message.length+1) {
document.all.neond[num3].style.color = neonColor;
num3 = num3 + 2;
setTimeout("neon5()",100);
}
else {
setTimeout("neon52()", 50);
}
}
function neon52() {
if(num3 == message.length) {
num3++;
neon52a();
}
else {
num3--;
neon52a();
}
}
function neon52a() {
if(num3 != 1) {
num3 = num3 - 2;
document.all.neond[num3].style.color = neonColor;
setTimeout("neon52a()", 100);
}
else {
if(num4 == neonColor) {
num3 = 0;
neonColor = neonBaseColor;
setTimeout("neon5()", 2000);
}
else {
neonColor = num4;
num3 = 0;
setTimeout("neon4onev2()", 50);
}
}
}
function neon4onev2() {
document.all.neond[num].style.color = neonColor;
document.all.neond[num2 - 1].style.color = neonColor;
if(message.length != num2) {
num--;
num2++;
setTimeout("neon4onev2()", 50);
}
else {
num = 0;
num2 = 0;
setTimeout("neon3()", 2000);
}
}
function neon3() {
if(num != message.length) {
document.all.neond[num].style.color = neonBaseColor;
num++;
setTimeout("neon3()", 100);
}
else {
num = 0;
neon2();
}
}
// End -->
</script>
<BODY onLoad="startNeon()"> <!--Onloadanweisung mit einbauen-->
<center>
<h2><span id="neon"> www.cokuzaklarda.com</span></h2> <!--Dein text hier einfügen-->
</center>
<!--Ende des Scriptes-->
Kod:
</STYLE>
<style type="text/css">
A:link { color: #FFFFFF; text-decoration : none; }
A:visited { color: #FFFFFF; text-decoration : none; }
A:hover {color:#CC33CC; text-decoration: overline; }
</style>
|
|
|
|
|
|
#25 (permalink) |
|
EN Afilli
![]() Üyelik Tarihi: 18-12-2005
Yaş: 21
Mesajlar: 1,231
Rep Gücü: 127
Rep Puanı: 7774
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Kutu icinde Linkler Kod:
<!OCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Untitled</title>
</head>
<body bgcolor="#000000" text="#FFFFFF" link="#FFFFFF">
<!-- START OF SCRIPT -->
<!-- For more scripts visit http://www.netpedia.com -->
<HEAD>
<TITLE>TV Networks</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<script language="JavaScript">
<!--
function go_to_station(){
if (document.stationform.stationselect.options[0].selected){
window.location.href = "http://www.yayinonline.com";}
else if (document.stationform.stationselect.options[1].selected)
{ window.location.href = "http://www.falci.com";}
else if (document.stationform.stationselect.options[2].selected)
{ window.location.href = "http://www.muneccim.com";}
else if (document.stationform.stationselect.options[3].selected)
{ window.location.href = "http://www.yorumcu.com";}
else if (document.stationform.stationselect.options[4].selected)
{ window.location.href = "http://www.hazar.com";}
else if (document.stationform.stationselect.options[5].selected)
{ window.location.href = "http://www.nlp.cs.bilkent.edu.tr/Sozluk";}
else if (document.stationform.stationselect.options[6].selected)
{ window.location.href = "http://www.cs.brandeis.com";}
else if (document.stationform.stationselect.options[7].selected)
{ window.location.href = "http://www.qvc.com";}
else if (document.stationform.stationselect.options[8].selected)
{ window.location.href = "http://www.historychannel.com";}
else if (document.stationform.stationselect.options[9].selected)
{ window.location.href = "http://www.mtv.com";}
else if (document.stationform.stationselect.options[10].selected)
{ window.location.href = "http://www.cnn.com";}
else if (document.stationform.stationselect.options[11].selected)
{ window.location.href = "http://www.aetv.com";}
else if (document.stationform.stationselect.options[12].selected)
{ window.location.href = "http://www.amctv.com";}
else if (document.stationform.stationselect.options[13].selected)
{ window.location.href = "http://www.bravotv.com";}
else if (document.stationform.stationselect.options[14].selected)
{ window.location.href = "http://www.c-span.org";}
else if (document.stationform.stationselect.options[15].selected)
{ window.location.href = "http://www.comcentral.com";}
else if (document.stationform.stationselect.options[16].selected)
{ window.location.href = "http://espnet.sportszone.com";}
else if (document.stationform.stationselect.options[17].selected)
{ window.location.href = "http://www.fxnetworks.com";}
else if (document.stationform.stationselect.options[18].selected)
{ window.location.href = "http://www.hbohomevideo.com";}
else if (document.stationform.stationselect.options[19].selected)
{ window.location.href = "http://www.scifi.com";}
else if (document.stationform.stationselect.options[20].selected)
{ window.location.href = "http://showtimeonline.com";}
else if (document.stationform.stationselect.options[21].selected)
{ window.location.href = "http://vh1.com";}
else if (document.stationform.stationselect.options[22].selected)
{ window.location.href = "http://www.weather.com";}
else if (document.stationform.stationselect.options[23].selected)
{ window.location.href = "http://www.disneychannel.com";}
else if (document.stationform.stationselect.options[24].selected)
{ window.location.href = "http://www.kanal7.com";}
else if (document.stationform.stationselect.options[25].selected)
{ window.location.href = "http://www.stv.com.tr";}
return true;
}
function textValue(){
var stationInteger, stationString
stationInteger=document.stationform.stationselect.selectedIndex
stationString=document.stationform.stationselect.options[stationInteger].text
document.stationform.stationtext.value = " Git " + stationString +"!" }
//-->
</script>
</head>
<center><font color="#ffff00"><h2>Uluslararasý Bazý Televizyonlar</h2></font></center>
Hangi televizyon sitesine gitmek istiyorsanýz seçili hale getirin ve <b><font color="#ffff00">"git"</font></b> butonunu týklayýn.<br><br><br>
<form name="stationform">
<select name="stationselect" onChange="textValue()" multiple size="5">
<option>Canli Radyolar
<option>Burclar
<option>Fallar
<option>Faliniz
<option>Türkce Ingilizce Sözlük
<option>Türkce Sözlük
<option>Warner Brothers Network
<option>QVC
<option>History Channel
<option>MTV
<option>CNN
<option>A&E
<option>American Movie Classics(AMC)
<option>Bravo
<option>C-SPAN
<option>Comedy Central
<option>ESPN
<option>fX
<option>HBO
<option>Sci-Fi Channel
<option>Showtime
<option>VH-1
<option>Weather Channel
<option>Disney Channel
<option>Kanal7
<option>Samanyolu
</select>
<br><p>
<input type="button" name="stationbutton" value="Git!" onClick="go_to_station()">
<p>
<input type="text" name="stationtext" value="" size="35" maxlength="35">
<p>
</form>
<!-- END OF SCRIPT -->
<br><br><br><br><br><br><br><br>
</body>
</html>
Kod:
<table border="0" cellpadding="0" cellspacing="0" width="700">
<tr>
<td><span id="theText" style="width:100%"><h2>www.cokuzaklarda.com</h2>
<p></span><script>
<!--
//range of glowing
var from = 5;
var to = 11;
//speed of pulsing
var delay = 55;
//color of glow
var glowColor = "red";
//NO MORE EDITING!!!
var i = to;
var j = 0;
//can be called here or whenever you want the text to start pulsing
textPulseDown();
function textPulseUp()
{
if (!document.all)
return
if (i < to)
{
theText.style.filter = "Glow(Color=" + glowColor + ", Strength=" + i + ")";
i++;
theTimeout = setTimeout('textPulseUp()',delay);
return 0;
}
if (i = to)
{
theTimeout = setTimeout('textPulseDown()',delay);
return 0;
}
}
function textPulseDown()
{
if (!document.all)
return
if (i > from)
{
theText.style.filter = "Glow(Color=" + glowColor + ", Strength=" + i + ")";
i--;
theTimeout = setTimeout('textPulseDown()',delay);
return 0;
}
if (i = from)
{
theTimeout = setTimeout('textPulseUp()',delay);
return 0;
}
}
//-->
</script> </td>
</tr>
</table>
Kod:
<STYLE TYPE="text/css">
<!--
.spanstyle { COLOR: darkblue; FONT-SIZE: 10pt; FONT-WEIGHT: bold; POSITION: absolute; TOP: -50px; VISIBILITY: visible}
-->
</STYLE>
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<style>
<!--
body
{left-margin: 0px;
top-margin: 0px;}
A:hover {background-color:red}
A:hover {color:d65200}
.SPANKEE
{margin-bottom: 6 px;}
/* Font Definitions */
@font-face
{font-family:Geneva;
panose-1:0 0 0 0 0 0 0 0 0 0;
mso-font-charset:0;
mso-generic-font-family:swiss;
mso-font-format:other;
mso-font-pitch:variable;
mso-font-signature:3 0 0 0 1 0;}
@font-face
{font-family:"MS Sans Serif";
panose-1:0 0 0 0 0 0 0 0 0 0;
mso-font-alt:Arial;
mso-font-charset:0;
mso-generic-font-family:swiss;
mso-font-format:other;
mso-font-pitch:variable;
mso-font-signature:3 0 0 0 1 0;}
@font-face
{font-family:Verdana;
panose-1:2 11 6 4 3 5 4 4 2 4;
mso-font-charset:0;
mso-generic-font-family:swiss;
mso-font-pitch:variable;
mso-font-signature:647 0 0 0 159 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{mso-style-parent:"";
margin:0cm;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:"Times New Roman";
mso-fareast-font-family:"Times New Roman";
mso-bidi-font-family:"Times New Roman";
color:blue;}
a:link, span.MsoHyperlink
{color:blue;
mso-text-animation:none;
font-weight:bold;
text-decoration:none;
text-underline:none;
text-decoration:none;
text-line-through:none;}
a:visited, span.MsoHyperlinkFollowed
{color:blue;
mso-text-animation:none;
font-weight:bold;
text-decoration:none;
text-underline:none;
text-decoration:none;
text-line-through:none;}
p
{margin-right:0cm;
mso-margin-top-alt:auto;
mso-margin-bottom-alt:auto;
margin-left:0cm;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:"Times New Roman";
mso-fareast-font-family:"Times New Roman";
mso-bidi-font-family:"Times New Roman";
color:blue;}
address
{margin:0cm;
margin-bottom:.0001pt;
line-height:12.0pt;
mso-pagination:widow-orphan;
font-size:9.0pt;
font-family:Geneva;
color:blue;
font-style:italic;}
p.spankee, li.spankee, div.spankee
{mso-style-name:spankee;
margin-right:7.5pt;
margin-top:0cm;
mso-margin-bottom-alt:auto;
margin-left:15.0pt;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:"Times New Roman";
mso-fareast-font-family:"Times New Roman";
mso-bidi-font-family:"Times New Roman";
color:blue;}
@page Section1
{size:595.3pt 841.9pt;
margin:70.85pt 70.85pt 70.85pt 70.85pt;
mso-header-margin:35.4pt;
mso-footer-margin:35.4pt;
mso-paper-source:0;}
div.Section1
{page:Section1;}
-->
</style>
|
|
|
|
|
|
#26 (permalink) |
|
EN Afilli
![]() Üyelik Tarihi: 18-12-2005
Yaş: 21
Mesajlar: 1,231
Rep Gücü: 127
Rep Puanı: 7774
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Link Kutusu Kod:
<html>
<BODY TEXT="#FFFFFF" LINK="#ff5555" VLINK="#999999" ALINK="#ff0000" BGCOLOR="#000000">
<CENTER>
<TABLE border="2" bgcolor="black" cellspacing="0" cellpadding="1">
<TD align=center><B><FONT FACE="arial" FONT SIZE="+1" COLOR="white">Navigator</FONT><BR></B></TD></tr><tr>
<script language="JavaScript">
<!-- Hide this from older browsers
function gotoPage (form) {
if (form.way.selectedIndex == 0)
parent.location="http://";
if (form.way.selectedIndex == 1)
parent.location="http://";
if (form.way.selectedIndex == 2)
parent.location="http://";
if (form.way.selectedIndex == 3)
parent.location="http://";
if (form.way.selectedIndex == 4)
parent.location="http://";
if (form.way.selectedIndex == 5)
parent.location="http://";
if (form.way.selectedIndex == 6)
parent.location="http://";
if (form.way.selectedIndex == 7)
parent.location="http://";
if (form.way.selectedIndex == 8)
parent.location="http://";
if (form.way.selectedIndex == 9)
parent.location="http://";
if (form.way.selectedIndex == 10)
parent.location="http://";
if (form.way.selectedIndex == 11)
parent.location="http://";
if (form.way.selectedIndex == 12)
parent.location="http://www.lpage.com/wgb/wgbsign.dbm?owner=nagrom1";
if (form.way.selectedIndex == 13)
parent.location="http://www.lpage.com/wgb/wgbview.dbm?owner=nagrom1";
}
document.write('<td valign="middle"><center><form name="WebNavigator">');
document.write('<select name="way" size="5" onChange="gotoPage(this.form)">');
document.write('<option>1. Link');
document.write('<option>2. Link');
document.write('<option>3. Link');
document.write('<option>4. Link');
document.write('<option>5. Link');
document.write('<option>6. Link');
document.write('<option>7. Link');
document.write('<option>8. Link');
document.write('<option>9. Link');
document.write('<option>10. Link');
document.write('<option>11. Link');
document.write('<option>12. Link');
document.write('<option>13. Link');
document.write('<option>14. Link');
document.write('</select>');
document.write('</form></td>');
// End hide -->
</script>
</td></tr><tr><td align="center"><b>
<font face="arial" size="0" color="white">Wohin willst Du?</b></font>
</td></tr></table>
</CENTER>
</BODY>
</HTML>
Kod:
<form action="http://tophit.virtualave.net/cgi-bin/arayin.cgi" method="get"> <font face="Verdana" size="2"> </font> <font face="arial" size="2"> <input type="text" name="q" size="20" style="font-size: 8pt; font-family: Arial"> <select size="1" name="id" style="font-size: 8pt; font-family: Arial"> <option value="yahoo">Yahoo!</option> <option value="yahoo-uk">Yahoo! ingiltere</option> <option value="yahoo-ie">Yahoo! irlanda</option> <option value="yahoo-fr">Yahoo! fransa</option> <option value="yahoo-dk">Yahoo! danimarka</option> <option value="yahoo-de">Yahoo! almanya</option> <option value="yahoo-it">Yahoo! italya</option> <option value="yahoo-no">Yahoo! norveç</option> <option value="yahoo-es">Yahoo! ispanya</option> <option value="google">Google</option> <option value="lycos">Lycos</option> <option value="dmoz">Dmoz.org</option> <option value="excite">Excite</option> <option value="gdirectory">G.Directory</option> <option value="fastsearch">Fast Search</option> <option value="splut">Splut</option> <option value="hotbot">Hot Bot</option> <option value="northernlight">Northern Light</option> <option value="altavista">AltaVista</option> <option value="yahoo-news">Yahoo! haber ara</option> <option value="yahoo-uknews">Yahoo! ing haber ara</option> <option value="lycos-mp3search">Lycos MP3 ara</option> <option value="seekmp3">Seek MP3</option> <option value="britannica">Britannica Online</option> <option value="encarta">Encarta Online</option> </select> <input type="submit" value="Arayin" style="font-size: 8pt; font-family: Arial"> </form> Kod:
<style type="text/css">
<!--
.Navlink {COLOR: #808080; TEXT-DECORATION: none; font-family: arial; font-size: 10pt; font-weight: bold;}
a:link.Navlink {color : #808080;}
a:visited.Navlink {color : #808080;}
a:active.Navlink {text-decoration: none;}
a:hover.Navlink {text-decoration: none;}
-->
</style>
<script language = "javascript">
<!--
function LmOver(elem, clr)
{elem.style.backgroundColor = clr;
elem.children.tags('A')[0].style.color = "#FFFFFF";
elem.style.cursor = 'hand'}
function LmOut(elem, clr)
{elem.style.backgroundColor = clr;
elem.children.tags('A')[0].style.color = "#808080";}
function LmDown(elem, clr)
{elem.style.backgroundColor = clr;
elem.children.tags('A')[0].style.color = "#FFFFFF";}
function LmUp(path)
{location.href = path;}
//-->
</script>
<table border="0" width="120" bgcolor="#000000" cellspacing="0" cellpadding="0">
<tr><td width="100%">
<table border="0" width="100%" cellspacing="1" cellpadding="1">
<tr><td width="100%" onMouseover="LmOver(this, '#9999FF')" onMouseout="LmOut(this, '#FFFFFF')" onMouseDown="LmDown(this, '#9999FF')"
onMouseUp="LmUp('arif')" bgcolor="#FFFFFF"><A HREF="arif" Class="navlink">Cokuzaklarda</a></td></tr>
</table>
</td></tr>
</table>
<a href="http://www.guistuff.com/"><img border="0" src="http://www.guistuff.com/images/11dot.gif" width="1" height="1"></a>
Kod:
<SCRIPT language="JavaScript1.2">
<!--
// web-tasarim hitmezleri --> www.cokuzaklarda.com
var scroller_msg=' web-tasarim hitmetleri'
var dismissafter=0
var initialvisible=0
if (document.all)
document.write('<marquee id="curscroll" style="position:absolute;width:150px;border:1px solid black;font-size:14px;background-color:#FFE030;visibility:hidden">'+scroller_msg+'</marquee>')
function followcursor(){
if (initialvisible==0){
curscroll.style.visibility="visible"
initialvisible=1
}
curscroll.style.left=document.body.scrollLeft+event.clientX+10
curscroll.style.top=document.body.scrollTop+event.clientY+10
}
function dismissmessage(){
curscroll.style.visibility="hidden"
}
if (document.all){
document.onmousemove=followcursor
document.ondblclick=dismissmessage
if (dismissafter!=0)
setTimeout("dismissmessage()",dismissafter*1000)
}
//-->
</SCRIPT>
|
|
|
|
|
|
#27 (permalink) |
|
EN Afilli
![]() Üyelik Tarihi: 18-12-2005
Yaş: 21
Mesajlar: 1,231
Rep Gücü: 127
Rep Puanı: 7774
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Daktilo Yazi Kod:
<p id='anima' style="position: absolute; font-size: 12; left: 20; top: 0; width: 215; height: 20">
</font></p>
<SCRIPT LANGUAGE="JavaScript">
text = " www.cokuzaklarda.com.com"
word = text.split('.')
i = 0; //letter count
j = 0; //which word in array is to be spelled
start = 0; //variable to hold cycles of the blink
scount = 0; //variable to hold cycles of the mispell
function checkIt() {
with(document.all.anima) {
if(innerText.charAt(innerText.length-1) == "_") {
innerText = innerText.substring(0, innerText.length - 1);
return true;
}
else {
innerText = innerText + "_";
return false;
}
}
}
function blinkfor(count, timing) {
with(document.all.anima) {
if(start < count) {
if(checkIt()) {
start++;
}
mistake = 'blinkfor('+count+','+timing+')';
setTimeout('eval(mistake)', timing);
}
else {
start = 0;
i++;
call_It();
}
}
}
function mispell(offset,correction) {
with(document.all.anima) {
if(scount < offset) {
if(!checkIt()) {
innerText = innerText.substring(0, innerText.length-2) + "_";
scount++;
}
mistake = 'mispell(' + offset + ', "' + correction + '")';
setTimeout("eval(mistake)", 150);
}
else {
if(correction == '' && scount == offset ) {
i = i - offset;
scount++;
}
if(offset > 0) {
if(checkIt()) {
innerText += correction.charAt(correction.length - offset) + "_";
offset--;
}
mistake = 'mispell(' + offset + ',"' + correction + '")';
setTimeout("eval(mistake)", 150);
}
else {
scount = 0;
j++;
innerText = innerText.substring(0, innerText.length - 1);
call_It();
}
}
}
}
function spellit(string) {
with(document.all.anima) {
if(i <= string.length) {
if(string.charAt(i) == '/') {
NumErrs = string.charAt(i + 1);
NewLets = string.substring(i + 2, i + NumErrs);
mispell(NumErrs,NewLets);
}
else if(i <= string.length - 1) {
i++;
innerText = string.substring(0,i) + "_";
mistake = 'spellit("' + string + '")';
setTimeout("eval(mistake)", 150);
}
else {
innerText = string.substring(0, i);
j++;
call_It();
}
}
}
}
function call_It() {
with(document.all) {
if(i == -1){
blinkfor(4, 150);
}
else if(j <= word.length - 1) {
spellit(anima.innerText + " " + word[j]);
}
else {
blinkfor(100,230);
}
}
}
if(document.all) {
call_It();
}
// End -->
</script>
Kod:
<CENTER>
<FORM name="Keypad" action="">
<TABLE border="1" cellspacing="0" cellpadding="0">
<B>
<TABLE border=1 width=50 height=60 cellpadding=1 cellspacing=1>
<TR>
<TD colspan=3 align=middle>
<input name="ReadOut" type="Text" size=24 value="0" width=100%>
</TD>
<TD
</TD>
<TD>
<input name="btnClear" type="Button" value=" C " onclick="Clear()">
</TD>
<TD><input name="btnClearEntry" type="Button" value=" CE " onclick="ClearEntry()">
</TD>
</TR>
<TR>
<TD>
<input name="btnSeven" type="Button" value=" 7 " onclick="NumPressed(7)">
</TD>
<TD>
<input name="btnEight" type="Button" value=" 8 " onclick="NumPressed(8)">
</TD>
<TD>
<input name="btnNine" type="Button" value=" 9 " onclick="NumPressed(9)">
</TD>
<TD>
</TD>
<TD>
<input name="btnNeg" type="Button" value=" +/- " onclick="Neg()">
</TD>
<TD>
<input name="btnPercent" type="Button" value=" % " onclick="Percent()">
</TD>
</TR>
<TR>
<TD>
<input name="btnFour" type="Button" value=" 4 " onclick="NumPressed(4)">
</TD>
<TD>
<input name="btnFive" type="Button" value=" 5 " onclick="NumPressed(5)">
</TD>
<TD>
<input name="btnSix" type="Button" value=" 6 " onclick="NumPressed(6)">
</TD>
<TD>
</TD>
<TD align=middle><input name="btnPlus" type="Button" value=" + " onclick="Operation('+')">
</TD>
<TD align=middle><input name="btnMinus" type="Button" value=" - " onclick="Operation('-')">
</TD>
</TR>
<TR>
<TD>
<input name="btnOne" type="Button" value=" 1 " onclick="NumPressed(1)">
</TD>
<TD>
<input name="btnTwo" type="Button" value=" 2 " onclick="NumPressed(2)">
</TD>
<TD>
<input name="btnThree" type="Button" value=" 3 " onclick="NumPressed(3)">
</TD>
<TD>
</TD>
<TD align=middle><input name="btnMultiply" type="Button" value=" * " onclick="Operation('*')">
</TD>
<TD align=middle><input name="btnDivide" type="Button" value=" / " onclick="Operation('/')">
</TD>
</TR>
<TR>
<TD>
<input name="btnZero" type="Button" value=" 0 " onclick="NumPressed(0)">
</TD>
<TD>
<input name="btnDecimal" type="Button" value=" . " onclick="Decimal()">
</TD>
<TD colspan=3>
</TD>
<TD>
<input name="btnEquals" type="Button" value=" = " onclick="Operation('=')">
</TD>
</TR>
</TABLE>
</TABLE>
</B>
</FORM>
</CENTER>
<font face="Verdana, Arial, Helvetica" size=2>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var FKeyPad = document.Keypad;
var Accum = 0;
var FlagNewNum = false;
var PendingOp = "";
function NumPressed (Num) {
if (FlagNewNum) {
FKeyPad.ReadOut.value = Num;
FlagNewNum = false;
}
else {
if (FKeyPad.ReadOut.value == "0")
FKeyPad.ReadOut.value = Num;
else
FKeyPad.ReadOut.value += Num;
}
}
function Operation (Op) {
var Readout = FKeyPad.ReadOut.value;
if (FlagNewNum && PendingOp != "=");
else
{
FlagNewNum = true;
if ( '+' == PendingOp )
Accum += parseFloat(Readout);
else if ( '-' == PendingOp )
Accum -= parseFloat(Readout);
else if ( '/' == PendingOp )
Accum /= parseFloat(Readout);
else if ( '*' == PendingOp )
Accum *= parseFloat(Readout);
else
Accum = parseFloat(Readout);
FKeyPad.ReadOut.value = Accum;
PendingOp = Op;
}
}
function Decimal () {
var curReadOut = FKeyPad.ReadOut.value;
if (FlagNewNum) {
curReadOut = "0.";
FlagNewNum = false;
}
else
{
if (curReadOut.indexOf(".") == -1)
curReadOut += ".";
}
FKeyPad.ReadOut.value = curReadOut;
}
function ClearEntry () {
FKeyPad.ReadOut.value = "0";
FlagNewNum = true;
}
function Clear () {
Accum = 0;
PendingOp = "";
ClearEntry();
}
function Neg () {
FKeyPad.ReadOut.value = parseFloat(FKeyPad.ReadOut.value) * -1;
}
function Percent () {
FKeyPad.ReadOut.value = (parseFloat(FKeyPad.ReadOut.value) / 100) * parseFloat(Accum);
}
// End -->
</SCRIPT>
Kod:
<BODY aLink=#800000 link=#008080 onload=dynAnimation8() vLink=#ff0000>
<P align=center style="LEFT: 10000px! important; POSITION: relative! important" dynamicanimation8="dropWord"><BIG>Web
Sitemize Hos</big><BIG> Geldiniz!</BIG></P>
<P align=center style="LEFT: 10000px! important; POSITION: relative! important" dynamicanimation8="dropWord"><SMALL><FONT face=Arial>WWW.NE-NEREDE.COM HTML ve JavaScriptler ile Perde Efekti</FONT></SMALL></P>
<P align=left style="LEFT: 10000px! important; POSITION: relative! important" dynamicanimation8="dropWord"><FONT face=Arial> </FONT></P>
<P> </P>
<P> </P>
<SCRIPT language=JavaScript FPTYPE="dynamicanimation8">
<!--
// web-tasarim hitmezleri --> www.ne-nerede.com
dynamicanimAttr = "dynamicanimation8"
animateElements = new Array()
currentElement = 0
speed = 0
stepsZoom = 8
stepsWord = 8
stepsFly = 12
stepsSpiral = 16
steps = stepsZoom
step = 0
outString = ""
function dynAnimation8()
{
var ms = navigator.appVersion.indexOf("MSIE")
ie4 = (ms>0) && (parseInt(navigator.appVersion.substring(ms+5, ms+6)) >= 4)
if(!ie4)
{
if((navigator.appName == "Netscape") &&
(parseInt(navigator.appVersion.substring(0, 1)) >= 4))
{
for (index=document.layers.length-1; index >= 0; index--)
{
layer=document.layers[index]
if (layer.left==10000)
layer.left=0
}
}
return
}
for (index=document.all.length-1; index >= document.body.sourceIndex; index--)
{
el = document.all[index]
animation = el.getAttribute(dynamicanimAttr, false)
if(null != animation)
{
if(animation == "dropWord" || animation == "flyTopRightWord" || animation == "flyBottomRightWord")
{
ih = el.innerHTML
outString = ""
i1 = 0
iend = ih.length
while(true)
{
i2 = startWord(ih, i1)
if(i2 == -1)
i2 = iend
outWord(ih, i1, i2, false, "")
if(i2 == iend)
break
i1 = i2
i2 = endWord(ih, i1)
if(i2 == -1)
i2 = iend
outWord(ih, i1, i2, true, animation)
if(i2 == iend)
break
i1 = i2
}
document.all[index].innerHTML = outString
document.all[index].style.posLeft = 0
document.all[index].setAttribute(dynamicanimAttr, null)
}
if(animation == "zoomIn" || animation == "zoomOut")
{
ih = el.innerHTML
outString = "<SPAN " + dynamicanimAttr + "=\"" + animation + "\" style=\"position: relative; left: 10000;\">"
outString += ih
outString += "</SPAN>"
document.all[index].innerHTML = outString
document.all[index].style.posLeft = 0
document.all[index].setAttribute(dynamicanimAttr, null)
}
}
}
i = 0
for (index=document.body.sourceIndex; index < document.all.length; index++)
{
el = document.all[index]
animation = el.getAttribute(dynamicanimAttr, false)
if (null != animation)
{
if(animation == "flyLeft")
{
el.style.posLeft = 10000-offsetLeft(el)-el.offsetWidth
el.style.posTop = 0
}
else if(animation == "flyRight")
{
el.style.posLeft = 10000-offsetLeft(el)+document.body.offsetWidth
el.style.posTop = 0
}
else if(animation == "flyTop" || animation == "dropWord")
{
el.style.posLeft = 0
el.style.posTop = document.body.scrollTop-offsetTop(el)-el.offsetHeight
}
else if(animation == "flyBottom")
{
el.style.posLeft = 0
el.style.posTop = document.body.scrollTop-offsetTop(el)+document.body.offsetHeight
}
else if(animation == "flyTopLeft")
{
el.style.posLeft = 10000-offsetLeft(el)-el.offsetWidth
el.style.posTop = document.body.scrollTop-offsetTop(el)-el.offsetHeight
}
else if(animation == "flyTopRight" || animation == "flyTopRightWord")
{
el.style.posLeft = 10000-offsetLeft(el)+document.body.offsetWidth
el.style.posTop = document.body.scrollTop-offsetTop(el)-el.offsetHeight
}
else if(animation == "flyBottomLeft")
{
el.style.posLeft = 10000-offsetLeft(el)-el.offsetWidth
el.style.posTop = document.body.scrollTop-offsetTop(el)+document.body.offsetHeight
}
else if(animation == "flyBottomRight" || animation == "flyBottomRightWord")
{
el.style.posLeft = 10000-offsetLeft(el)+document.body.offsetWidth
el.style.posTop = document.body.scrollTop-offsetTop(el)+document.body.offsetHeight
}
else if(animation == "spiral")
{
el.style.posLeft = 10000-offsetLeft(el)-el.offsetWidth
el.style.posTop = document.body.scrollTop-offsetTop(el)-el.offsetHeight
}
else if(animation == "zoomIn")
{
el.style.posLeft = 10000
el.style.posTop = 0
}
else if(animation == "zoomOut")
{
el.style.posLeft = 10000
el.style.posTop = 0
}
else
{
el.style.posLeft = 10000-offsetLeft(el)-el.offsetWidth
el.style.posTop = 0
}
el.initLeft = el.style.posLeft
el.initTop = el.style.posTop
animateElements[i++] = el
}
}
window.setTimeout("animate();", speed)
}
function offsetLeft(el)
{
x = el.offsetLeft
for (e = el.offsetParent; e; e = e.offsetParent)
x += e.offsetLeft;
return x
}
function offsetTop(el)
{
y = el.offsetTop
for (e = el.offsetParent; e; e = e.offsetParent)
y += e.offsetTop;
return y
}
function startWord(ih, i)
{
for(tag = false; i < ih.length; i++)
{
c = ih.charAt(i)
if(c == '<')
tag = true
if(!tag)
return i
if(c == '>')
tag = false
}
return -1
}
function endWord(ih, i)
{
nonSpace = false
space = false
while(i < ih.length)
{
c = ih.charAt(i)
if(c != ' ')
nonSpace = true
if(nonSpace && c == ' ')
space = true
if(c == '<')
return i
if(space && c != ' ')
return i
i++
}
return -1
}
function outWord(ih, i1, i2, dyn, anim)
{
if(dyn)
outString += "<SPAN " + dynamicanimAttr + "=\"" + anim + "\" style=\"position: relative; left: 10000;\">"
outString += ih.substring(i1, i2)
if(dyn)
outString += "</SPAN>"
}
function animate()
{
el = animateElements[currentElement]
animation = el.getAttribute(dynamicanimAttr, false)
step++
if(animation == "spiral")
{
steps = stepsSpiral
v = step/steps
rf = 1.0 - v
t = v * 2.0*Math.PI
rx = Math.max(Math.abs(el.initLeft), 200)
ry = Math.max(Math.abs(el.initTop), 200)
el.style.posLeft = Math.ceil(-rf*Math.cos(t)*rx)
el.style.posTop = Math.ceil(-rf*Math.sin(t)*ry)
}
else if(animation == "zoomIn")
{
steps = stepsZoom
el.style.fontSize = Math.ceil(50+50*step/steps) + "%"
el.style.posLeft = 0
}
else if(animation == "zoomOut")
{
steps = stepsZoom
el.style.fontSize = Math.ceil(100+200*(steps-step)/steps) + "%"
el.style.posLeft = 0
}
else
{
steps = stepsFly
if(animation == "dropWord" || animation == "flyTopRightWord" || animation == "flyBottomRightWord")
steps = stepsWord
dl = el.initLeft / steps
dt = el.initTop / steps
el.style.posLeft = el.style.posLeft - dl
el.style.posTop = el.style.posTop - dt
}
if (step >= steps)
{
el.style.posLeft = 0
el.style.posTop = 0
currentElement++
step = 0
}
if(currentElement < animateElements.length)
window.setTimeout("animate();", speed)
}
//-->
</SCRIPT>
|
|
|
|