Home
Manage Your Code
Snippet: New window javascript popup (ASP.NET)
Title: New window javascript popup Language: ASP.NET
Description: This is a simple standards complient way to implement a popup Views: 251
Author: Thomas Jenkins Date Added: 11/6/2008
Copy Code  
<a href='<%= ResolveUrl("~/ApplicationPDF.aspx") %>' target="_blank" onclick="link_popup(this); return false">View/download PDF application in new window.</a>