MRB webassembly
This commit is contained in:
5
MesaFabApproval.Client/wwwroot/js/OpenInNewWindow.js
Normal file
5
MesaFabApproval.Client/wwwroot/js/OpenInNewWindow.js
Normal file
@ -0,0 +1,5 @@
|
||||
export function OpenInNewWindow(url, message) {
|
||||
var newwindow = window.open('', '_blank');
|
||||
newwindow.document.write(message);
|
||||
newwindow.location.href = url;
|
||||
}
|
Reference in New Issue
Block a user