hi everyone, I'm working on a complex suitlet with...
# general
f
hi everyone, I'm working on a complex suitlet with the sublist loading all the planned order from a search result, in some columns i have urls links to other suitelet. My question is, is there a way to make them open into a pop up window and not on the same page?
j
Copy code
<a href="<http://URL>" 
  target="popup" 
  onclick="window.open('<http://URL>','popup','width=600,height=600'); return false;">
    Open Link in Popup
</a>
is this something like you are looking for?
f
Yes the output should be the same, but in a sublist you can't add an html field just url fields, maybe with a client script?