|
|
|||||||||
|
|||||||||
|
|||||||||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Free Web 2.0 Code Generator! Generate data entry and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
auto centered pop up windows
i'm just learning pop up windows!
basically i want this pop up window to apear automatically centered no matter what the user's screen resolution is. can anyone help me and tell me where to insert the code? much thanks, manny here's what i have so far: -------------------------------------------------- <html> <head> <head> <SCRIPT LANGUAGE="JavaScript"> function popUp() { props=window.open('generic.html', 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=375, height=572, left = 0, top =0'); } </script> </head> <body> <body onLoad="javascript:popUp()"> </body> </html> |
|
#2
|
||||
|
||||
|
Try this Manny:
Quote:
Quote:
Hope this help. ![]() |
![]() |
| Viewing: Dev Articles Community Forums > Programming > JavaScript Development > auto centered pop up windows |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|