Hi, I have a suitescript that generates the HTML a...
# suitescript
a
Hi, I have a suitescript that generates the HTML and sends an email. I'm looking to add a link (to an external website) formatted as a button. I've tried the 2 options below without success. Any ideas?
Copy code
'<button onclick="window.location.href="<https://websitename.com/>' +trackingInfo+'" type="button">'+
                            
Copy code
'Track Your Package'+
                           
Copy code
'</button>'