2
Reply

Open a webpage as minimized window(at the taskbar) using <a>

Sathish Kumar

Sathish Kumar

Mar 26 2015 7:45 AM
779
Hi,
  
            I want to open a new page from my web application. For that i'm using a <a> tag. it opens a specified page which is mentioned in (href) attribute. 
          
           <a href="NewPage.aspx?" id="lnkNewpage" target="_blank">New Page</a>
      Is there any possibilities to hide the page when it open (or) the way to open the page as minimized window(at the Taskbar).  
      Looking for your replies. Thanks in Advance. 
 

Answers (2)