Hallöle;
Öhm, ja. Asche über mein Haupt :). Gibts denn dan gar keine
Möglichkeit in JS nach "" zu suchen? "\" ging leider nicht.
.........................................^^^^
glaube ich nicht, fehler liegt woanders!
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 //EN">
<html>
<head>
<title>Untitled</title>
<script>
function tet() {
alert(document.test.faile.value.lastIndexOf("\"));
}
</script>
</head>
<body>
<form action="" name="test" id="test">
<input type="file" name="faile">
<input type="button" value="lastindex" onclick="tet()">
</form>
</body>
</html>
HTH
Bye Ed X
www.Planet-1.de