HI Does anyone know how to create a form that pops up
Thanks
Tina
ID 1213
Category Customization
Author
tina newsome
Date Created 7/8/2018 3:37:28 AM
Date Updated 10/24/2022 11:50:22 AM
Comments
Robert P. 10/24/2022 11:50:22 AM
You could do something like this, in a dbscript.js file /*** $("#popup").click((a)=>{ var myWindow = window.open("[desired url location],"", "width=800,height=600"); }) ***/