Terry
|
| Posted: 11/26/2004, 12:25 PM |
|
What I am trying to do is after a form is submitted I have if generating a PDF file that needs to be displayed.
The optimal route that I want to take is after form is submitted, the pdf file is created and stored in a temp directory on the server, open a second window to display the PDF and in the main window return to a main menu page.
I want to do this in such a way that it will work with out being stopped by any pop-up blockers.
Thanks
Terry
|
|
|
 |
Damian Hupfeld
|
| Posted: 11/27/2004, 4:01 AM |
|
Just addressing the pop-up blockers issue, most pop-ups still work if the
pop-up is as a direct result of you clicking on a button or link. You may
find tho that any popup that is generated as you click the submit button may
happen too quickly to display the PDF ie the pdf may not yet be generated?
regards
Damian Hupfeld http://www.itng.com.au/services.php
"Terry" <Terry@forum.codecharge> wrote in message
news:541a7915800975@news.codecharge.com...
> What I am trying to do is after a form is submitted I have if generating a
> PDF
> file that needs to be displayed.
>
> The optimal route that I want to take is after form is submitted, the pdf
> file
> is created and stored in a temp directory on the server, open a second
> window
> to display the PDF and in the main window return to a main menu page.
>
> I want to do this in such a way that it will work with out being stopped
> by any
> pop-up blockers.
>
> Thanks
> Terry
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
Damian Hupfeld
|
| Posted: 11/27/2004, 5:21 AM |
|
There is also a tutorial on http://www.gotodon.com/ccbth/ that shows how to
create PDF files.
regards
Damian Hupfeld http://www.itng.com.au/services.php
"Damian Hupfeld" <damian.hupfeld@itng.com.au> wrote in message
news:co9q9v$vmj$1@news.codecharge.com...
> Just addressing the pop-up blockers issue, most pop-ups still work if the
> pop-up is as a direct result of you clicking on a button or link. You may
> find tho that any popup that is generated as you click the submit button
> may happen too quickly to display the PDF ie the pdf may not yet be
> generated?
>
> regards
> Damian Hupfeld
> http://www.itng.com.au/services.php
>
>
>
>
> "Terry" <Terry@forum.codecharge> wrote in message
>news:541a7915800975@news.codecharge.com...
>> What I am trying to do is after a form is submitted I have if generating
>> a PDF
>> file that needs to be displayed.
>>
>> The optimal route that I want to take is after form is submitted, the pdf
>> file
>> is created and stored in a temp directory on the server, open a second
>> window
>> to display the PDF and in the main window return to a main menu page.
>>
>> I want to do this in such a way that it will work with out being stopped
>> by any
>> pop-up blockers.
>>
>> Thanks
>> Terry
>> ---------------------------------------
>> Sent from YesSoftware forum
>> http://forums.codecharge.com/
>>
>
>
|
|
|
 |
|