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.