入力タイプとボタンがあり、挿入するときに必要です
<input type="text" name="bills_ID" id="bills_ID" value="2">
このアイテムの ID を取得し、ここに配置します
BillsPrint.php?bills_ID=id
これは完全なコードです
<form id="wrapper">
<input type="text" name="bills_ID" id="bills_ID" value="2">
<input name="print" type="submit" id="print" value="print" class="css3buttonblue" onclick="window.open('BillsPrint.php?bills_ID='this.id, '_blank')" />
</form>
ページを更新せずに、このリンク BillsPrint.php?bills_ID=2 に ID を配置するにはどうすればよいですか