How to open crystal report in a new window

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • amitshukla67
    New Member
    • Jan 2010
    • 1

    How to open crystal report in a new window

    Hi,
    I m new in crystal report please help me,
    How to open a crystal report in new window but i want to pass parameter on parent window (web page)?
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    I'm not quite sure what you mean when you say "I want to pass parameter on parent window (web page)"...

    But to open a page in a new window you have to use JavaScript. The window.open() method opens a child browser. The window.opener property lets you access JavaScript methods in the parent browser (make sure you've given the child browser a name when opening it)

    -Frinny

    Comment

    Working...