Gernot Back: Formular absenden und Popup öffnen

Beitrag lesen

Hallo Rene,

ich würde es mal so versuchen:

<form method="post" action="vorschau_test.php" target="vorschau" onSubmit="popup_vorschau_test()">

function popup_vorschau_test(){
  vorschau = window.open("vorschau_test.php","vorschau","width=...");
 }

Gruß Gernot