<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<meta http-equiv="Page-Enter" content="progid:DXImageTransform.Microsoft.Gradientwipe(duration=2,irisStyle=star)">
<meta http-equiv="Page-Exit" content="progid:DXImageTransform.Microsoft.Gradientwipe(duration=2,irisStyle=star)">
<body style="scrollbar-face-color:#baff00;
scrollbar-shadow-color:#749a0d;
scrollbar-highlight-color:#749a0d;
scrollbar-3dlight-color:#45801e;
scrollbar-darkshadow-color:#45801e;
scrollbar-track-color:#749a0d;
scrollbar-arrow-color:#ff0000;"><html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
<title>TERCUMAN BİLİŞİM MERKEZİ</title>
<style>
<!--
a{
color: #00ffff;
}
.style4 {
font-size: 14px;
color: #FF0000;
font-weight: bold;
}
.style2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #FFFFFF;
padding-top: 10px;
padding-right: 15px;
padding-bottom: 0px;
padding-left: 15px;
}
-->
</style>
</head>
<body link="#CCCCFF" vlink="#CCCCFF" alink="#CCCCFF" text="#CCCCFF" bgcolor="#99CCFF" style="background-attachment: fixed">
<table width="300" align="center" height="644">
<tr>
<td width="0" bgcolor="#006699"><div align="center">
<div style="background-color: #3366CC">
<span style="background-color: #3366CC">
</div>
<table border="0" cellSpacing="0" cellPadding="0" width="426" height="622">
<tr>
<td height="622" vAlign="top">
<div class="style2">
<div style="overflow: auto">
<div class="center" align="center">
<div id="wrapper">
<div id="wrapper_r">
<div id="whitebox">
<div id="whitebox_m">
<div id="area">
<div id="maincolumn">
<table class="nopad" height="612">
<tr vAlign="top">
<td>
<table class="contentpaneopen">
<tr>
<td vAlign="top">
<center>
<span style="color: #CCCCFF">
<font size="1">Html Editör
</font>
</span>
</center>
<center>
<span style="color: #CCCCFF">
<font size="1">Kodları bu
pencerede
deneyebilirsiniz
kodu
yapıştırdıktan
sonra
gösteriyi
tıklayınız</font></span></center>
<p>
<span style="color: #000000">
</span></p>
<center>
<span style="color: #000000">
<SCRIPT type=text/javascript>
<!-- Hide from JavaScript-Impaired Browsers
// Script generated at
// http://www.riverdrift.com
function viewit(){
temp = document.tester.bx1.value;
preWindow = open("","preWindow","status=no,resizable=1,status=0,menubar=0,toolbar=0,scrollbars=1");
preWindow.document.open();
preWindow.document.write(temp);
preWindow.document.close();
}
function copy() {
document.tester.bx1.focus();
document.tester.bx1.select();
}
function undo(){
if(confirm('Are you sure you want to clear the textarea?')){
document.tester.bx1.value = '';
document.tester.ExpDate.value = '';
}
}
function tdown(){
document.botb.bx2.value +=document.tester.bx1.value;
setTimeout('no()',1000);
}
// Search and replace by R_E
// http://www.wtv-zone.com/endymion/
function replaceText() {
K1 = document.tester
all_text = K1.bx1.value;
old_word = K1.E2.value;
new_word = K1.E3.value;
working = true; if (confirm("This will replace ALL instances of:nn` " +old_word+ "´nnwith:nn` " +new_word+" ´nnAre you sure you want to continue?"))
left_index = 0;
while (working) {
J1 = all_text.indexOf(old_word, left_index);
if (J1==-1) {working = false; break}
all_text_left = all_text.substring(0, J1)
J2 = J1+old_word.length;
all_text_right = all_text.substring(J2,
all_text.length);
all_text = all_text_left + new_word +
all_text_right;
left_index = J1+new_word.length;
}
document.tester.bx1.value = all_text
}
function showSize() {
size = tester.bx1.value.length;window.status = 'File size is: '+size+' bytes';
timer1 = setTimeout('showSize()', 100);
}
function clearSize() {
clearTimeout(timer1);
}
// 3-Mar-1996 Copyright (C) 1996 by Geoff Inglis.
// You may use these
// routines in your pages (commercial or
// noncommercial) as long as
// you include these four lines. You may not
// Re-sell this code.
// ** Here is the CookieName *
TheCookieName='crumble';
function WriteOneBigCookie(){
numD=prompt('Enter number of days till Cookie'
+' Expires. Else expiration date will be set'
+' for 30 days','30');
var exp=new Date();
exp.setTime(exp.getTime()+(numD*24*3600000));
document.tester.ExpDate.value=exp.toLocaleString();
var WC=exp;
WC=WC+'`'+document.tester.bx1.value;
WC=WC+'`'+document.tester.ExpDate.value;
document.cookie=TheCookieName+"="+
escape(WC)+";expires="+exp.toGMTString();
alert('Your information has been stored for'+' '+numD+' days.');
}
function UpdateForm(){
MCA(GetCookie(TheCookieName));
alert('FYI:'+FYI[0]);if(FYI[0] !="*"){
document.tester.ExpDate.value=FYI[2];
document.tester.bx1.value=FYI[1];
}
}
function fCMS(theName){
var idxl="";
for(var i=0; i<theName.options.length; i++){
if(theName.options[i].selected==true)
idxl=idxl+","+i;
}
return (idxl=="")?idxl="*":idxl;
}
function sCMS(formObj,tL){
for(var i=0; i<formObj.options.length; i++){
formObj.options[i].selected=false;
}
var ilen=0;
while(ilen<tL.length-1){
var ixs=tL.indexOf(',',ilen);
if(ixs==-1) return;
ilen=tL.indexOf(',',ixs+1);
if(ilen==-1)ilen=tL.length;
var indx=parseInt(tL.substring(ixs+1,ilen),10);
formObj.options[indx].selected=true;
}
}
function GetCookie(CookieName){
var cna=CookieName+"=";
var i=0;
while(i<document.cookie.length){
var j=i+cna.length;
if(document.cookie.substring(i,j)==cna){
var leng=document.cookie.indexOf(";",j);
if(leng==-1)leng=document.cookie.length;
return unescape(document.cookie.substring(j,leng));
}
i=document.cookie.indexOf(" ",i)+1;
if (i==0) break;
}return "*";
}
function DEC(name){
var exp=new Date();
exp.setTime(exp.getTime()-2*86400001);
document.cookie=name+"=*; expires="+exp.toGMTString();
}
function MCA(cV){
var i=0, indx=0, cim=0;
FYI=new Array();
if(cV==null){FYI[0]="*"; return
}
if(cV=="*"){FYI[0]="*"; return
}
while (cim <cV.length){
cim=(cV.indexOf("`", indx)-->0)
?cV.indexOf("`", indx):cV.length;
FYI[i]=cV.substring(indx, cim); i++;
indx=cim+1;
}
}
function cb(){
document.tester.bx1.value='';
if(document.tester.bx1.value.length!=0){
document.tester.bx1.value='';
document.tester.ExpDate.value="";
}
}
// End Hiding -->
</SCRIPT>
</span>
<form name="tester">
<table border="2" width="450" bgColor="#555555" align="center" height="444">
<tr>
<td width="450" align="middle" bgcolor="#0099CC"><span style="color: #000000"><font color="#000000"><textarea onblur="clearSize()" style="width: 450px; height: 400px; background-color:#CCCCFF" onfocus="showSize()" rows="28" cols="68" name="bx1"></textarea></font></span><span style="background-color: #CCCCFF"> </span> </td>
</tr>
<tr>
<td bgColor="#006699" align="middle"><b><a href="javascript:if (confirm('Do you REALLY want to Delete your saved Fields?')){DEC(TheCookieName); document.tester.ER.click();}"><span style="background-color:#006699; text-decoration:none"><font color="#FFFFFF">SIL</font></span></a><span style="background-color: #006699"><font color="#FFFFFF"> </font><a href="javascript:viewit()"><font color="#FFFFFF"><span style="text-decoration: none">GÖSTER</span></font></a><font color="#FFFFFF"> </font><a href="javascript:copy()"><font color="#FFFFFF"><span style="text-decoration: none">SEÇ</span></font></a><font color="#FFFFFF"> </font></span><a href="javascript:undo()"><span style="background-color: #006699"><font color="#FFFFFF">RESET</font></span></a></b></td>
</tr>
</table>
</form>
</center>
</td>
</tr>
</table>
<p>
<span style="color: #000000">
</span></td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</td>
</tr>
</table>
</div></td>
</tr>
</table>
<body onunload="window.alert('Ziyaret Ettiğiniz İçin Teşekkür Ederiz')">