Tuesday, April 19, 2011

PopUp In Javascript

function Termspopup()
{
window.open("../Terms.aspx","mywindow", "menubar=0,location=1,status=1,scrollbars=1,resizable=0,width=400,height=500");
}

1 comment:

Micheal James said...

Thanks for the post. The Dotnet Framework comprises common language runtime, base class libraries, and development frameworks and technologies used by asp.net professional

SQL Optimization

  SQL Optimization  1. Add where on your query  2. If you remove some data after the data return then remove the remove condition in the sel...