This topic is locked
[SOLVED]

 How to make a shortcut link open in new browse window by a custom button

9/10/2020 11:27:06 PM
PHPRunner General questions
F
fsyeung author

I had using a script of "displaypopup" command for a link open. But I wish open a web link in a new browse window by click on the customer button. Would you provide the script for me. Thanks

Sergey Kornilov admin 9/11/2020

Use this:

window.open("https://cnn.com";);
F
fsyeung author 9/11/2020

Thank you for your support. Great of U



Use this:

window.open("https://cnn.com";);