var newwindow;
function openwindow(url)
{
newwindow=window.open(url,'name','height=800,width=600');
if (window.focus) {newwindow.focus()}
}
Information about ASP.NET, C#, VB.NET,JQuery, AJAX, SQL Server, Java script,.NET tips and tricks, LINQ, OOPS Concept, DotNet Interview Questions
Tuesday, August 11, 2009
OPENING NEW WINDOWS
Subscribe to:
Posts (Atom)
ShareThis
Welcome
Welcome to Rajesh Prajapati, asp.net blog.
Here you can find some useful code and information about asp.net., c#, VB.net, SQL Server, Web Service, Web Designing etc
Here you can find some useful code and information about asp.net., c#, VB.net, SQL Server, Web Service, Web Designing etc