Date: Thu, 12 Jun 2003 05:44:45 -0700
Reply-To: "M. Kallin Carter" <kallin_c@HOTMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "M. Kallin Carter" <kallin_c@HOTMAIL.COM>
Organization: http://groups.google.com/
Subject: hreftarget style attribute in proc report
Content-Type: text/plain; charset=ISO-8859-1
I am running proc report and cannot seem to get a url within a cell to
open in a new window with the following code:
proc report ...;
column ID;
define ID / group;
compute ID;
URLSTRING='http://www.some-link.com';
call define (_col_,'style','style=[HREFTARGET=_BLANK]');
call define (_col_,'url',URLSTRING);
endcomp;
...;
The URL is inserted into the cell but opens in the same browser
window. Any thoughts?
Thanks-
M.K.Carter
|