Registriert seit: 30. Jan 2005
Ort: Münster
745 Beiträge
Delphi 3 Professional
|
Re: String in JavaScript
7. Apr 2006, 22:01
Hallo,
oder so:
Code:
< html>
<head>
<script type="text/javascript">
var s = "Hiyaaaah!";
</script>
</head>
<body onload="alert(s.charAt(2))">
</body>
</ html>
MfG Lannes
(Nichts ist nicht Nichts) and ('' <> nil ) and (Pointer('') = nil ) and (@('') <> nil )
|