| Duello- PoRtaL & ForuM ™ 2009-2010 |
Would you like to react to this message? Create an account in a few clicks or log in to continue.

| Duello- PoRtaL & ForuM ™ 2009-2010 |


 
AnasayfaAnasayfa  GaleriGaleri  AramaArama  Latest imagesLatest images  Giriş yapGiriş yap  Kayıt OlKayıt Ol  
Dynamic Feed Control
Yükleniyor ...

 

 Error Report (ing)

Aşağa gitmek 
YazarMesaj
Admin
DueLLoYöneticisi

DueLLoYöneticisi
Admin


<b>Mesaj Sayısı</b> Mesaj Sayısı : 928
<b>Doğum tarihi</b> Doğum tarihi : 06/07/90
<b>Yaşı</b> Yaşı : 34
<b>Nerden</b> Nerden : Antalya
<b>İş/Hobiler</b> İş/Hobiler : Webtasarım - Öğrenci
<b>Lakap</b> Lakap : Site sahibi
<b>Rep Puanı</b> Rep Puanı : 735008

Error Report (ing) Empty
MesajKonu: Error Report (ing)   Error Report (ing) I_icon_minitimeCuma Ara. 04, 2009 8:33 pm

Sayfanızda bulunan JS hatalarını düzgün bir şekilde göstermenizi sağlar.
Kod:
<!-- TWO STEPS TO INSTALL ERROR REPORT:

  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  -->

<HEAD>

<style type="text/css">
<!--
.small {
  font-size: .7em;
  color: red;
  background: inherit;
}
-->
</style>

<script type="text/javascript">
<!--
/* This script and many more are available free online at
The JavaScript Source!! http://javascript.internet.com
Created by: Iiro Krankka :: http://www.taikasilma.com/ */

function hiderror() {
  document.getElementById('err').innerHTML=""
}

function errorCode() {
  document.write("<span id='err' onclick='hiderror()'></span>");

  window.onerror=Error;
  function Error(msg,url,l) {
    error="<strong>A Javascript error has occured!<br>"
    error+="____________________________________________________<br><br>"
    error+="Error message: " + msg + ".<br>"
    error+="URL: " + url + "<br>"
    error+="Line: " + l + "<br>"
    error+="____________________________________________________<br></strong>"
    error+="<span onmouseover='hiderror()' class='small'>[mouseOver here to hide error message]</span>"
    document.getElementById('err').innerHTML= error;
    self.scroll(0,0);
  }
}
// -->
</script>
</HEAD>

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

<BODY>

<table width="50%" align="center">
<tr><td>
<div id="all">

<!--  Place the line of code shown below on the page where you want the error message to be displayed.  -->
<script type="text/javascript">errorCode();</script>
<br><br>
<b>An example:</b>
<input type="button" value="Free coke!" onclick="abbbblertti('ddd');">
</div>
</td></tr>
</table>

<p><center>
<font face="arial, helvetica" size"-2">Free JavaScripts provided<br>
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
</center><p>

<!-- Script Size:  2.03 KB -->
Sayfa başına dön Aşağa gitmek
http://duello.goalsoccer.net
 
Error Report (ing)
Sayfa başına dön 
1 sayfadaki 1 sayfası

Bu forumun müsaadesi var:Bu forumdaki mesajlara cevap veremezsiniz
| Duello- PoRtaL & ForuM ™ 2009-2010 |  ::    Duello Webmaster :: Hazır Kodlar :: Js (JavaScript)-
Buraya geçin: