Is it possible to open new window like it is done for links with POST method where target=? and onClick button=onClick for links
Is it possible to open new window like it is done for links with POST method where target=? and onClick button=onClick for links
Works with get also.Code:<form action="whatever.htm" method="post" target="_blank"> <input type="text" name="art" value="Monalisa"> <input type="submit" value="Go!"> </form>
or:Code:<a href="whatever.htm" onclick="window.open(this.href);return false;">Let's Go!</a>
Code:<a href="#" onclick="window.open('whatever.htm');return false;">Let's Go!</a>
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Bookmarks