I generate an excel spreadsheet from an asp page with the Response.ContentType "application/vnd.ms-excel" command. One of the fields in the table is a hyperlink, response.write "<td><a href=dataentry_display.asp?" & tRecSet.fields(x) & " target='_blank'>" & tRecSet.fields(x) & "</a></td>"
I want to be able to open this hyperlink in a new window. Currently I can only get it to open in the current window, and I need it to open in a new window.
Does Excel not recognize the target property?
Please help. Thanks.
I want to be able to open this hyperlink in a new window. Currently I can only get it to open in the current window, and I need it to open in a new window.
Does Excel not recognize the target property?
Please help. Thanks.