Autor Beitrag
Marco D.
ontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic starofftopic star
Beiträge: 2750

Windows Vista
Delphi 7, Delphi 2005 PE, PHP 4 + 5 (Notepad++), Java (Eclipse), XML, XML Schema, ABAP, ABAP OO
BeitragVerfasst: Di 15.05.07 10:38 
Ich verstehe es nicht. :eyecrazy: Ich kann mir diese Meldung des IE 6 nicht erklären.
ausblenden Quelltext
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
<html>  
<head>  
<title>gash</title>  
</head>  
<body>  
<script language='Javascript'>  

 function SetCharInStr(str,index,new) {
      return (str.substring(0,index - 1) + new + (str.substring(index + 1,str.length - 1)));
 }
</scrip>
</body>
</html>

---------------------------
Fehler
---------------------------
Es ist ein Laufzeitfehler aufgetreten.
Soll der Debugmodus gestartet werden?

Zeile: 7
Fehler: Bezeichner erwartet
---------------------------
Ja Nein
---------------------------

Moderiert von user profile iconTino: C#- durch Code-Tags ersetzt

_________________
Pascal keeps your hand tied. C gives you enough rope to hang yourself. C++ gives you enough rope to shoot yourself in the foot
Marco D. Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic starofftopic star
Beiträge: 2750

Windows Vista
Delphi 7, Delphi 2005 PE, PHP 4 + 5 (Notepad++), Java (Eclipse), XML, XML Schema, ABAP, ABAP OO
BeitragVerfasst: Di 15.05.07 10:40 
:rofl: Jetzt habe ich es gleich gesehen. Das dritte Argument darf nicht new heißen, da dies ein reserviertes Wort ist.

_________________
Pascal keeps your hand tied. C gives you enough rope to hang yourself. C++ gives you enough rope to shoot yourself in the foot