Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Open Crystal Through ASP

Status
Not open for further replies.

marydn

Programmer
Mar 26, 2001
152
US
I have created a page where the user picks from a list box a report to be viewed. I then use some code to determine which report has been requested. However, I am not sure how to get that report to actually open into a separate page. Can anyone tell me how to do that?

Thaaaankkkksssssssssssss!
 
Did you manage to open that report into the same page?
 
Yes, but that's not what I want. I have been trying to create an openwindow function using java script, but it's not working.
 
window.open doesn't work?
Or you can add target=_blank to your form tag
 
if you have the samples available at then use the (I think it's the openreport.asp) as the destination action of the form on your Report Selection Page.
From the Report Selection Page, asign the value of the ReportName to a variable and request it from the openreport.asp page.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top