| |
How to open Window at center of screen.
Solution: Call client-side screenCenter() after Open() function
*Note: This function will guarantee that Window will be at center position everytime it is called.
This function does not help to maintain Window center position when browser is resized.
You may need to call function again to re-center.
| | |
|
Click "Open" to open Window
|
| | |
|
Client-side code
|
|
function myWindowOpen()
{
myWindow.Open();
myWindow.screenCenter();
}
|
| | |
| "Since the birth of ASP.NET I have tried several components,
but your product is unquestionably the best collection of ASP.NET controls.
Absolutely great products!" |
Viggo Barbala |
| Norway |
| | |
|
|
|
|