在提交按钮后,我需要在 php 中打开一个表单的结果,在一个花哨的框中。这是表格:
<table width="300" height="60">
<tr style="background-repeat: no-repeat; background-image: url("");">
<td style="border-bottom:1px solid white; height:60px;">
<form action="dir/motore.php" method="post" name="datiUtenti">
<input type="text" class="input-text" name="vin" value="VG3XDRHKH22225555" onclick="this.value='';" style="margin-top:2px; border-color:white;font-size: 22px; width: 255px; height: 45px; margin-left:30px;"/></br>
</td>
</tr>
<tr style="border-color:white;">
<td style="border-bottom:1px solid white;">
<input type="submit" class="button" style="border-color:white; width:100%;" />
</form>