Opening popup with javascript
Posted: Fri Apr 17, 2015 6:20 pm
How would i go about opening a popup in javascript?
Something like:
Aperryio('popupname').open();
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
How would i go about opening a popup in javascript?
Something like:
Aperryio('popupname').open();
Hello Kacey,
Please use code below:
Apperyio("popupname").popup("open");