[html5] Help Digest, Vol 76, Issue 2

rm41480 at gmail.com rm41480 at gmail.com
Wed Apr 2 17:22:47 PDT 2014


Sent with Verizon Mobile Email


---Original Message---
From: help at lists.whatwg.org
Sent: 2/4/2014 12:02 pm
To: help at lists.whatwg.org
Subject: Help Digest, Vol 76, Issue 2

Send Help mailing list submissions to
	help at lists.whatwg.org

To subscribe or unsubscribe via the World Wide Web, visit
	http://lists.whatwg.org/listinfo.cgi/help-whatwg.org
or, via email, send a message with subject or body 'help' to
	help-request at lists.whatwg.org

You can reach the person managing the list at
	help-owner at lists.whatwg.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Help digest..."


Today's Topics:

   1. Re: Multiple Tabs (Simon Pieters)


----------------------------------------------------------------------

Message: 1
Date: Wed, 02 Apr 2014 15:26:09 +0200
From: "Simon Pieters" <simonp at opera.com>
To: help at whatwg.org, "Doug Hardie" <bc979 at lafn.org>
Subject: Re: [html5] Multiple Tabs

Message-ID: <op.xdox9vnuidj3kv at simons-mbp>
Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes

On Tue, 01 Apr 2014 09:44:10 +0200, Doug Hardie <bc979 at lafn.org> wrote:

> I have a window with a submit button.  Is there any way to make the  
> submit button run one program in a new tab and another in the original  
> tab?  Basically when the user fills out a form and submits it, I need to  
> give them a formatted copy of the form in the new tab while giving them  
> a new form to complete in the original tab.

If I understand correctly what you want, you can do something like this:

<form target="_blank" action="formatted-copy" onsubmit="createNewForm();">
  ...
</form>

-- 
Simon Pieters
Opera Software


------------------------------

_______________________________________________
Help mailing list
Help at lists.whatwg.org
http://lists.whatwg.org/listinfo.cgi/help-whatwg.org


End of Help Digest, Vol 76, Issue 2
***********************************


More information about the Help mailing list