Re: [PHP] Re: target question
[email protected] (Jim Giner)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
On 3/25/2013 5:45 PM, Tommy Pham wrote:
>
> What about
>
> onclick='window.open("http://domain.com/path/to/generated/pdf", "_blank")'
>
> ?
>
> Regards,
> Tommy
>
Appreciate the attempt to help, but as I posted earlier I went around
and modified all my scripts to handle my 'target' problem by introducing
multiple form tags into my pages. So - problem eradicated.
Took about 5 hours to change a whole bunch of them but now it's
completely safe and solid. Learned a bit of how to make JS copy my
input tag values into some hidden ones in my 'other' forms prior to
submit which I hadn't done before. All in all a learning exp. For
those who haven't done it a key feature was embedding an entire
<form><input type='submit'></form> into a <td> element of a <table> and
using the js 'this.form' identifier to facilitate copying my other input
tag values into the about-to-be-submitted form.