ralphtrent
Programmer
Does anyone have an idea of how to force a popup? I need to ask the user, in a popup, if they would like to take a survey. The Google tool bar keeps blocking it.
Thanks
Thanks
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<div id="mypopup" class="showpopup">
This is a popup
<input type=button value="Close"
onClick="document.getElementById('mypopup').className='hidepopup'">"
</div>