How do you call or load an internal web page from Design Studio? I am trying to call the internal webpage below and it's not working....any ideas!
function BUTTON_OnClick(id, row) {
//Vendor list if (id == "push12") { window.open("http://dhsivlawpweb.danhosp.priv/lawson/DHSApps/Cloud/PROD/AP270/AP270PayApp.asp"); }
}