phpjavascriptjqueryhtmlbrowser

How can we open a link in private browsing mode


In my web page there is a link which should be opened in private browsing mode always. So how can I do it using HTML/javascript/jquery/php?


Solution

  • That's up to the user. You can't force a user to open the browser in private browsing mode.