Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

FAQ Topic - How do I POST a form to a new window? (2009-11-06)

0 views
Skip to first unread message

FAQ server

unread,
Nov 5, 2009, 7:00:03 PM11/5/09
to
-----------------------------------------------------------------------
FAQ Topic - How do I POST a form to a new window?
-----------------------------------------------------------------------

Use the target attribute on the form, opening a window with
that name and your feature string in the onsubmit handler of the
FORM.

<form action=""
target="wndname" onsubmit="window.open('',this.target,'features');return true;">

http://www.htmlhelp.com/reference/html40/forms/form.html


The complete comp.lang.javascript FAQ is at
http://jibbering.com/faq/

--

The sendings of these daily posts are proficiently hosted
by http://www.pair.com.

0 new messages