Quoting Anis h <[EMAIL PROTECTED]>:
> try this.. it will work
>
>
>
>
> src="http://myserver/pdfCreationServlet"; width="100%"
> height="100%"
> type=application/pdf fullscreen="yes">
>
>
>
>
> when you invoke your servlet which creates PDF as
> shown above only one request will be sent t
try this.. it will work
http://myserver/pdfCreationServlet"; width="100%"
height="100%"
type=application/pdf fullscreen="yes">
when you invoke your servlet which creates PDF as
shown above only one request will be sent to the
servelt.
Anish
___
Hello,
I have a servlet that generates a PDF.
Whenever I request the Servlet from my browser (IE
6.0) the Servlet
always
get invoked 2 times.
I found some mention of this on a Google Groups
search, but the
suggested
remedy did not work.
Mark,
Is your servlet always responds to the browser with
Mike,
change your browser settings "check for newer
versons of stored pages " to "AUTOMATICALLY" your
servlet will be invoked only once...
Anis
__
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://tax.yaho
Hello,
I have a servlet that generates a PDF.
Whenever I request the Servlet from my browser (IE 6.0) the Servlet always
get invoked 2 times.
I found some mention of this on a Google Groups search, but the suggested
remedy did not work.
Here is the code from my servlet:
. . .
public void servi