Подскажите как сделать чтобы пополнение открывалось на другой странице?
<div class="balanceup">
<div style="width: 215px;margin: auto;">
<p id="myNameh5">Баланс: <?php echo $balance ?> руб.</p>
<div class="profbal" style=" position: relative;left: -9px;">
<form method="POST" action="payment/pay" style="padding-top: 4px;">
<input type="text" maxlength="6" id="inputbal2" name="oa">
<input type="hidden" name="l" value="'.$order_id.'">
<input type="submit" class="popolbal2" value="Пополнить">
</form>
</div>
</div>
</div>