Hi,

 

I have links in my PDF reports.

If I use the browser Firefox work perfectly. My problem starts whe I use the browser Internet Explorer. When I click on a link to open another window (A Document PDF is created dynamically from the servlet), then the new window work perflectly, but the firts window (Documente PDF with links) is cleared out an [OBJECT] OR [WINDOW OBJECT]     is displayed in the window.

 

I used the following piece of code:

 

 

Anchor anchor1 = new Anchor(nameAnchor);

 

anchor1.setReference("_javascript_:mv=window.open('http://-----/-----/-- -.htm','window1').focus();")

 

I need help.

 

Thanks.

Reply via email to