LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (June 2003, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


Back to: Top of message | Previous page | Main SAS-L page