There is an easy way to include popup windows in your BV site. You just have to get the script from a free popup maker and add it to your page with a small adjustment so that BV uses it properly.
- Go to http://www.berm.co.nz/popupmaker/
- Fill out the popup description form. That is quite explanatory. Typically you will choose the "open popup by clicking a button" option.
- Get code. You can also preview your popup if you want, in order to adjust size and othe roptions
- Cut and paste the part called "FIRST STEP" in the page html where your button to open the popup is located.To do so, go to your page in BV, choose view,page html, between head tags, paste.
- DO NOT EXECUTE SECOND STEP, as BV will not recognize it properly (it will ignore the button value and all your buttons on that page will lead to the same popup).
- Instead, go to your button, choose properties and set the values as following:
- button type: on click
- On click action: Execute Java Script function
- On click value: copy the function number that came in the code provided by the popup maker. Typically that would be a number that looks like p1234567890(). Do not forget to include the ().
- That'is. Your popup is ready. Save your page and publish it. You can include as many popups as you want. You can also rename the function if convenient, but then it should be done both in the script of the page html and in the button properties.
Comment