Einfach nach dem ONCLICK noch style="width:400px;"
Zitat:
<FORM>
<INPUT TYPE="BUTTON" VALUE="Dieser Text ist so lang" ONCLICK="window.location.href='Ziel.Endung'" style="width:400px;">
</FORM>
<FORM>
<INPUT TYPE="BUTTON" VALUE="Beide Buttons sollen aber gleich lang sein" ONCLICK="window.location.href='Ziel.Endung'" style="width:400px;">
</FORM>
|