Hallo,
versuch mal:
[...]
<script type="text/javascript">
<!--
function eingSuche()
{
if(document.Formular.Suche.value == "x") {
document.location.href = "andere_seite.html";
return false;
}
}
//-->
</script>
[...]
Gruß, Jan L.
Hallo,
versuch mal:
[...]
<script type="text/javascript">
<!--
function eingSuche()
{
if(document.Formular.Suche.value == "x") {
document.location.href = "andere_seite.html";
return false;
}
}
//-->
</script>
[...]
Gruß, Jan L.