I am running DSpace 5.5 with XMLUI and Mirage.  I am customizing the Item 
level Usage Statistics page.  One of the elements of custom data will be a 
URL to another site.  That I am doing with something like:

myRow.addCell("02", Cell.ROLE_DATA, "datacell").addXrefContent("
*http://yahoo.com* <http://yahoo.com>", "Click Here");

What I would like is for that URL to open in a new browser window.  In 
other words have the rendered HTML as:

<a href='http://yahoo.com' target='newTarget'>Click Here</a>

Does anyone know if that is doable?

Regards,

Don.

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

Reply via email to