Creating popup window or pop-under window using JQuery.Pop-under window means when we go to the web sites(some web sites) and after we closing the browser window we can see some windows is open.These are named pop-under windows and the reason…
Tag: Cookies
How to delete all cookies using Java Script
Here is a simple small function to delete all cookies using java script.You have to only call to this function.You can test this using firebug console.You can only remove cookies created by JavaScript.If a cookie was create by the server,…