You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setup to display when user clicks on a link eg.:
a href="javascript:void(0)" onclick = "document.getElementById('light').style.display='block';document.getElementById('fade').style.display='block'" title="This week's video"></a
This works well, however I would like to use Messi.ask() to ask the user to confirm to continue. 'Yes' would display the div id="light" class="white_content" and 'No' would not.
Is this possible?
Many thanks :)
The text was updated successfully, but these errors were encountered:
Hi,
I have
a href="javascript:void(0)" onclick = "document.getElementById('light').style.display='block';document.getElementById('fade').style.display='block'" title="This week's video"></a
This works well, however I would like to use Messi.ask() to ask the user to confirm to continue. 'Yes' would display the div id="light" class="white_content" and 'No' would not.
Is this possible?
Many thanks :)
The text was updated successfully, but these errors were encountered: