johnaregan
Programmer
- Mar 13, 2001
- 87
Hi
I am sending the output of an asp page to Excel using
Response.ContentType = "application/vnd.ms-excel" so that the web page loads and displays as Excel in a browser.
I have hyperlinks on the page which I want to use to open a new separate web browser. At the moment the link loads the next page into the same browser. Does anyone know how I might go about doing this?
Thanks in advance
I am sending the output of an asp page to Excel using
Response.ContentType = "application/vnd.ms-excel" so that the web page loads and displays as Excel in a browser.
I have hyperlinks on the page which I want to use to open a new separate web browser. At the moment the link loads the next page into the same browser. Does anyone know how I might go about doing this?
Thanks in advance