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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Open Crystal from ASP into separate browser

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?

 
In the html code where you call the report in CR,
place this in the link ---> target="_blank"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top