Hello Sir
Today i read ur article Modal PopUp using JavaScript and i was stunned so easily you have given a solutuin to this. i Implemented that and its working . First Thanks for it. :)
Actually now the problem is i am not able to freeze the parent window when i am opening the popup window from server side using the code startupscript
Dim csType As Type = Me.[GetType]()
ClientScript.RegisterStartupScript(Me.[GetType](), "newWindow",
String.Format("<script>window.open('{0}','{1}','{2}');</script>", "AddStation.aspx", "",
"height=450,width=900,left=100,top=30,resizable=No,scrollbars=No,toolbar=no,
menubar=no,location=no,directories=no, status=No"))
In this i m opening new popup but parent window is not freezing....
Please Help me on this ASAP..its urgent
thanksss