Re: popup con javascript

"Kristian Damian Castro" <[email protected]>
Newsgroups gmane.comp.gnome.mono.hispano
Message-ID <[email protected]>
Te recomiendo (si utilizas Jquery) el plugin "dialog", es realmente simple
tener una ventana de dialogo  y con CSS incluido

http://docs.jquery.com/UI/Dialog


-----Mensaje original-----


saben como abrir una pagina tipo pop up desde un webform aspx?

probe esto

string popupScript = "";
         popupScript = "<script language='javascript'>" +
                         "window.open('Lista.aspx', 'CustomPopUp', " +
                         "'width=200, height=200, menubar=no, 
resizable=no')" +
                         "</script>";
         ClientScript.RegisterStartupScript(this.GetType(), 
"PopupScript", popupScript);

pero no me anda


------------------------------
************************************************

Por favor considera tu responsabilidad ambiental antes de imprimir este documento.
Please consider your environmental responsibility before printing this document..
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.