Hallo Christoph,
die Lösung vom Alex kannst du so nicht nehmen. Wenn du es so machst, funktoniert dein Formular bei ausgeschaltetem JS nicht mehr.
<script type="text/javascript">
<!--
function oeffnen()
{
window.open("shorts/index.php?bs=" + document.myform.bs.value ,"Shorts","...");
return false;
}
//-->
</script>
<form action="shorts/index.php" method="post" name="myform" onSubmit="oeffnen();" target="_blank">
<td width="100%" background="img/hg.jpg"><input type="text" name="bs" value="Eingabe" size="20">
<input type="submit" value="OK">
</form>
Mach es lieber so, da bekommen Leute ohne JS auch ein neues Fenster, aber halt mit allen Scrollbars etc.
Gruß,
Stefan
P.S.: *Grml* auf die Enter Taste gekommen.