javascript - ExitPopup Script -


I am working on a website, but now I want a popup window to be opened whenever I see the page

Do anyone know two script and HTML code for this?

Try this code in your main file:

  window.onunload = function () {window.open ('path to popup file', 'width = " 500 ", height =" 500 "'); };  

Comments

Popular posts from this blog

google indexing -

php - How to paginate multiple results in CakePHP? -

wpf - Converter stops filter working -