How to open the report in a new window

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gayak
    New Member
    • Apr 2008
    • 6

    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
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    You can use window.open() to open a new window.

    Comment

    • gayak
      New Member
      • Apr 2008
      • 6

      #3
      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.

      Comment

      • hsriat
        Recognized Expert Top Contributor
        • Jan 2008
        • 1653

        #4
        Originally posted by gayak
        I tried with this method but i am unable to do it.
        Is there any other way to open i a new window.
        window.open() always open a new browser window.
        Post the snippet of your code which is troubling you.

        Comment

        Working...