re; help again

  • Thread starter timothy ma and constance lee
  • Start date
T

timothy ma and constance lee

Sirs

I got the problem how to display a generated pdf file into a new windows in
xml using javascript: window.open

My program is in this way:

<form= abc action=1.servlet>
</form>

onclick="javascript:document.abc.submit"

But it opens a pdf file in the same window so my original one is overriden

I try some answers but still get problem
 
M

Marco Snoek

Try:

<form name=abc action="1.servlet" target="_blanc">
....
</form>

....OnClick="JavaScript:document.forms.abc.submit()"...


Marco
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,277
Latest member
VytoKetoReview

Latest Threads

Top