2
Answers

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

Photo of Sathish Kumar

Sathish Kumar

10y
1.2k
1
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)