![]() |
submit button link, opening it in another window
so i basically have this submit button as a link:
Code:
<form action="admin_quote_numbers.php?Client=<?php echo $_GET['Client'] ;?>" method="post" id="admin" name="damin"><input type="submit" value="Go to Admin" id="admin1" /></form>i can't just put in "target='_blank'" though...what would i do ? |
Quote:
And is this all you have in the <form>? |
yea...like im just using a form button as the link
and yes i would like it to pop out in a new tab or window |
Try:
Code:
<form action="admin_quote_numbers.php?Client=<?php echo $_GET['Client'] ;?>" method="post target="_blank"> |
This still leaves the question You want what to appear in another window/popup?
|
| All times are GMT +1. The time now is 09:16 PM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.