Action Link using Action Link Classes
As suggested in the Oracle CRM On Demand Online Help documentation, I am creating an action link on a report to navigate to the CRM Account screen using
[html]"<span onClick=\"javascript:LinkOccam (this, 'account');\">"@</span>
The code works, however, the link will navigate to the next browser page...rather than opening a new browser page. Can someone suggest how to write the above action link such that it will open the CRM Account page in a new browser window?
thanks