I am using the script called ModalBox. I want to display the ModalBox on page load the first time a visitor reaches my site. Every time after the first visit the modalbox should not display again. How can I do this?
I have set up a testing page. Please Visit this page to view my code.
Testing Site
The code that I am using to pop up the ModalBox on page load is:
body onLoad="Modalbox.show('pages/modalbox_page.html', {width: 460, title: 'Sending status'}); return false;"