open URLs when selecting a record in a view/report

open URLs when selecting a record in a view/report


I'd like to launch two URLs from other sites in separate windows when selecting a record.   Something like this:

1. in view, user clicks a row or a field(column value) in a row

2. the click doesn't change the current view details

3. rather, the on click event opens two URLs from external sites in different windows
http://www.amazon.com/s/ref=nb_sb_noss_1?url=search-alias=aps&field-keywords=TEST     where TEST is a field value from the record selected in the view
http://pricegrabber.com/new/TEST     where test is a field in the row selected


How do I make this happen?

Thanks in advance