Thanks for ur reply
I tried with this method but i am unable to do it.
Is there any other way to open i a new window.
User Profile
Collapse
-
How to open the report in a new window
Hi all,
I want to open a report in a new window. At present the report gets opened inside the frame.
//Code
wndParent.setCu rrentReport(Rep ortConstants.AB C, true, 'rep')", "ABC")
I have defined the path of the jsp and js file in the report constants file.
Please advice me. How I can proceed further.
Many thanks in advance.
gayathri -
Hi
// jsp file which calls the servlet . The Manual name is send as a query string
[CODE=java] String filename = getDocumentFile Name(request);
// get file by filename
int fileExtIndex = filename.lastIn dexOf('.');
if (fileExtIndex > 0) {
String fileExt = filename.substr ing(fileExtInde x);
if (fileExt.equals IgnoreCase(".pd f")){...Leave a comment:
-
Hi
I haven't tried with other browsers..
I launch the pdf file using the Menu item..
Let me explain the scenario. I have a Menu tab under which i have two menu items. Both is to display different manuals which is of PDF type.
When I click the first one it gets displayed within the window frame. But when I try to launch the other pdf I get an error msg like "no such interfaces supported"..
...Leave a comment:
-
Unable to open the pdf file
Hi all,
A pdf file is already open which launches in a frame..When I try to open another Pdf file I am unable to open it..
I get a Javascript error as " no such interface is supported".Kindly advice to resolve this issue...
Many thanks in Advance..
gayathri -
Unable to print the page -Javascript Error
Hi all,
When I try to print a page. I am unable to do so. I get a javascript error as "Access is Denied". When I googled I found out that the script in one window or frame is trying to access another window or frame whose document's domain is different from the document containing the script.
How to overcome this issue
Please Advice.
Many thanks in advance
Gaya...
No activity results to display
Show More
Leave a comment: