User Profile

Collapse

Profile Sidebar

Collapse
gayak
gayak
Last Activity: Aug 4 '08, 07:19 AM
Joined: Apr 3 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • gayak
    replied to How to open the report in a new window
    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.
    See more | Go to post

    Leave a comment:


  • gayak
    started a topic How to open the report in a new window

    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
    See more | Go to post

  • gayak
    replied to Unable to open the pdf file
    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")){...
    See more | Go to post
    Last edited by acoder; Apr 7 '08, 02:36 PM. Reason: Added code tags

    Leave a comment:


  • gayak
    replied to Unable to open the pdf file
    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"..

    ...
    See more | Go to post

    Leave a comment:


  • gayak
    started a topic Unable to open the pdf file

    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
    See more | Go to post

  • gayak
    started a topic Unable to print the page -Javascript Error

    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...
    See more | Go to post
No activity results to display
Show More
Working...