I would like to create a popup function where, as a user is browsing the website, a popup window would appear and ask if they need help or assistance. I have tried looking for tutorials, any help would be appreciated.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Basically you’ll need to use the setTimeout() method on page load, using the body’s onLoad attribute, jquery’s document.ready or any method you like. An example, using facebox as the popup plugin and jQuery’s document.ready, would be: