Hi,
<script LANGUAGE="JAVASCRIPT">
... hier fehlt type="text/javascript"
function auswertung(){
var a="1234"
URL='suchen.htm?'+a;
window.location=URL
}
</script>Ich habe schon das ganze Forum durchsucht, aber bei mir scheint keine der genannten Möglichkeit zu funzen, wie z.B. parent.Suchen.location=URL .
Die Datei Suchen wird immer im Frame "Hauptseite" angezeigt.
Wer kann mir helfen?
die URL musst du dem href-Attribut übergeben
function auswertung(){
var a="1234"
URL='suchen.htm?'+a;
parent.Suchen.location.href=URL;
}
Gruß,
Arthur D.
--
>> So long, and thanks for all the fish. <<
>> So long, and thanks for all the fish. <<