Register for your free account! | Forgot your password?

You last visited: Today at 12:52

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Skriptfehler

Discussion on Skriptfehler within the Web Development forum part of the Coders Den category.

Reply
 
Old   #1
 
Hurt Locker's Avatar
 
elite*gold: 171
Join Date: Nov 2012
Posts: 10,419
Received Thanks: 2,845
Skriptfehler


Ja bekome den Fehler hier weis aber nicht wieso, hier ist das Skript:
Code:
<script type="text/javascript">
</script>
<style>
#catfish37e68c71{PADDING: 0px;MARGIN: 0px 0px -90px;WIDTH: 100%;HEIGHT: 90px;BOTTOM: 0px;POSITION: fixed;}
</style>
<!--[if IE]>
<style>
#catfish37e68c71{ Z-INDEX: 1000; OVERFLOW: hidden; POSITION: absolute;}
HTML,BODY {OVERFLOW: hidden;WIDTH: auto;HEIGHT: 100%;}
DIV#zip37e68c71{PADDING: 0px;MARGIN: 0px;OVERFLOW: auto;WIDTH: 100%;HEIGHT: 100%;POSITION: relative;}
</style>
<![endif]-->
<div id="topad37e68c71"></div>
<html>


<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<head>
<title>INFO</title>
<meta http-equiv="Content-Type" content="text/html; charset="iso-8859-1">



<style type="text/css">
body   { font-family:Verdana; font-size:8pt; text-decoration:none;color:"#330000"}
a:link { font-family:Verdana; font-size:8pt; text-decoration: none; color:"#B1C8E3"}
a:visited  { font-family:Verdana; font-size:8pt; text-decoration: none; color:"#B1C8E3"}
a:hover    { font-family:Verdana; font-size:8pt; text-decoration: none; color:"#70B2FF" }
td     { font-family:"Verdana"; font-size:8pt; text-decoration:none; ; color: #D9D3D0}
td.notice  { font-family:Verdana; font-size:8pt; text-decoration:none; line-height:130%}
.ip {font-family:Verdana; font-size:8pt; border-width:1; border-color:black; border-style:solid;input}
.small {font-family:Verdana; font-size:8pt; text-decoration:none;color:"#dddddd"}
img.blk    {border-color:#000000; color:#000000}
.input{font-family:Verdana; font-size:8pt; color:black; background-color:rgb(153,153,153); border-width:1;  border-color:rgb(204,204,204); border-style:solid;input}
</style>

<style type="text/css">
body
{scrollbar-3dlight-color:#606060;
scrollbar-arrow-color:#606060;
scrollbar-track-color:#080707;
scrollbar-darkshadow-color:#080707;
scrollbar-face-color:#080707;
scrollbar-highlight-color:#080707;
scrollbar-shadow-color:#606060;
 background-image: url("bg_notice.gif");
 background-repeat: no-repeat;
 background-attachment : fixed;
}
</style>

<script language=javascript>
function bluring(){
if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus();}
document.onfocusin=bluring;
</script>
<style type="text/css">
body {overflow-x : hidden}
</style>
</head>


<body text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="000000" oncontextmenu="return false" onselectstart="return false">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
	<tr>
		
	</tr>
	<tr><td height="5"></td></tr>
	<tr>
    <td style="padding:0 10 0 10">
      <table width="100%" border="0" cellspacing="0" cellpadding="2">


				<!-- Inspection Message Start -->
				<tr>
					<td><font color="#ED135A"></td>
					<td>
					<script language="JavaScript1.2">
<!--var message=""-->
var message=""
					var neonbasecolor="#555555"
					var neontextcolor="#ED135A"
					var flashspeed=100

					var n=0
					if (document.all){
					document.write('<font color="'+neonbasecolor+'" size="2">')
					for (m=0;m<message.length;m++)
					document.write
					('<span id="neonlight" style="font-weight: bold;">'+message.charAt(m)+'</span>')
					document.write('')

					var tempref=document.all.neonlight
					}
					else
					document.write(message)

					function neon(){

					if (n==0){
					for (m=0;m<message.length;m++)
					tempref[m].style.color=neonbasecolor
					}

					tempref[n].style.color=neontextcolor

					if (n<tempref.length-1)
					n++
					else{
					n=0
					clearInterval(flashing)
					setTimeout("beginneon()",1500)
					return
					}
					}

					function beginneon(){
					if (document.all)
					flashing=setInterval("neon()",flashspeed)
					}
					beginneon()
					</script>
					</td>
				</tr>

				<tr>
					<td colspan="2" height="10"></td>
				</tr>
<tr><td colspan="2"><font color="#FF9B0F"><b>[14.02.13]</b> <img src="icon_new.gif" align="top"><a href="" target="_blank">Cash Server fixed</a></td></tr>
<tr><td colspan="2"><font color="#FF9B0F"><b>[14.02.13]</b> <img src="icon_new.gif" align="top"><a href="" target="_blank">Launcher fixed</a></td></tr>

			</table>
		</td>
	</tr>
</table>
</body>


<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
</html>

</style></noframes></pre></xmp></noscript>

<div id="catfish37e68c71" style="display:none"></div>
Hurt Locker is offline  
Old 02/15/2013, 10:05   #2
 
#Graves's Avatar
 
elite*gold: 537
Join Date: Jan 2013
Posts: 73
Received Thanks: 19
Hallo MostWanted!,
in Zeile 62 solltest du folgendes ersetzen:

Code:
<script type="text/javascript">
anstatt
Code:
<script language="JavaScript1.2">
Daraufhin sollte er auch den TagEnd </script> einsehen.

Wenn es mich nicht ganz täuscht hast du auf Zeile 72 ein Syntax-Error welcher auch behoben werden sollte.


Weiterführender Link:



Kind Regards
#Graves
#Graves is offline  
Thanks
2 Users
Old 02/15/2013, 11:12   #3
 
Hurt Locker's Avatar
 
elite*gold: 171
Join Date: Nov 2012
Posts: 10,419
Received Thanks: 2,845
Problem behoben, kann geschlossen werden.
Hurt Locker is offline  
Reply


Similar Threads Similar Threads
Warrock - Skriptfehler
07/05/2010 - WarRock - 17 Replies
Moin, habe seit kurzem ein Problem mit Warrock! Wenn ich Warrock starten will dann kommt eine Fehlermeldung von einem Skriptfehler: http://www.pictureupload.de/originals/pictures/05 0710142529_Skriptfehler-Screen.png Hab Warrock schon 2 mal neuinstalliert, aber der Fehler ist noch immer da! Hat jemand ne Idee wie ich das wegbekommen könnte?
Nerviger Skriptfehler -.-"
05/25/2010 - WarRock - 18 Replies
Hallo Leute ich bekomme immer diesen behinderten Skriptfehler beim Laden des Launchers. Habe bereits Active Scripting etc. im Internet Explorer etc. deaktiviert & ihn jetzt sogar deinstalliert. Aber dieses scheiß Fenster kommt trotzdem genau 12x ... Da muss ich jedes mal auf "Nein" klicken und das wie gesagt 12x ^^ Jemand ne Idee wie die Kacke aufhört?! Das treibt mich in den Wahnsinn. Ich weiß auch woran es liegt, ich will halt nur, dass es aufhört!! :D Screeny:...



All times are GMT +1. The time now is 12:53.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.