popunder type of thing

1 replies
Hello

So i was thinking about putting a pop under in one of my sites, linking for another one of my sites, but the problem is that most of the pop up windows i see do not show all the browser features. For example, peole cannot directly add the site to their favorites. Is there any way of changing this?
#popunder #thing #type
  • Profile picture of the author PRBandit
    Sorry to tell you, I don't think anyone will be bookmarking any sort of popup you send to them. They may actually thing less of it if it is delivered to them in the form of a popup.

    But so Im not a flammer Ill tell you how.

    Code:
    window.open(href, windowname, features);
    Where i wrote features, you can add code that adds the toolbar, scroll bars, make it full screen, ect. Check out all the things u can change using features at this resource http://www.javascript-coder.com/wind...dow-open.phtml

    You need to make sure its called in a mouse event function so there is no popup blocker.
    {{ DiscussionBoard.errors[4372399].message }}

Trending Topics