Re: [PHP] Preview button to show PDF without submitting post data?

2009-11-07 Thread Ashley Sheridan
On Sat, 2009-11-07 at 14:59 +0900, Dave M G wrote: > Fernando, > > Thank you for responding. > > > You could just open in a new window a php script that generates the > > "preview" pdf with a content-type header for pdf. > > Yes, but how would the form data be carried over to the new window? >

Re: [PHP] Preview button to show PDF without submitting post data?

2009-11-05 Thread Fernando Castillo Aparicio
ing transitional html and care about validation, the target attribute is not allowed. In that case you would need javascript to open a new window. De: Dave M G Para: PHP-General List Enviado: vie,6 noviembre, 2009 04:58 Asunto: [PHP] Preview button to show

[PHP] Preview button to show PDF without submitting post data?

2009-11-05 Thread Dave M G
PHP Users, I have a page that generates a PDF document using PHP. It takes form data filled in by the user to fill out the PDF When the user clicks "submit", it emails that PDF document to the intended recipient. However, I would like to add a "preview" function as well. But for a variety of rea