By mikeque on
There was a solution posted here for version 4, but in 6.2 it has no effect.
http://drupal.org/node/116506#comment-197429
Does anyone know how to modify the upload attachment code to open a new window when a link is clicked there?
Comments
Via Upload Attachement Override
This worked for me:
Add the following code into the template.php file of your theme. This is based on the code from bottdev in the link you provided, but updated for drupal 6. The key in the update is that passing attributes to the link function has been modified. See api for function l().
Drupal 7
Open File in New Window (target='_blank')