Re: Open new window as POST
Re: Open new window as POST
- Subject: Re: Open new window as POST
- From: Miguel Arroz <email@hidden>
- Date: Thu, 9 Apr 2009 21:54:20 +0100
Hi!On 2009/04/09, at 21:45, Miguel Arroz wrote: Hi!
I believe it's not possible to create a POST request from a link using pure HTML. You'll have to use _javascript_, and the link must trigger some form on the page with the data you want on (hidden) fields.
To open a new window with the result, just set the target of the form to be a new window, like <form target="something">. For some glorious reason, this is not pure XHTML, but I couldn't care less, it works on all browsers I know.
Correction: replace "pure XHTML" by "valid XHTML".
Yours
Miguel Arroz |
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden