modal dialog
-
Hi there! I have an asp page with a one link, when this linkis clicked it shows another page as a modal dialog, this works fine, but if I click a button on the dialog page, instead of executing the code in that button, it displays that dialog as a whole new page filling the whole browser. In other words non of the code inside the dialog page does not execute at all. This is the code I am using to open my dialog window.showModalDialog("../frmLogin.aspx") Does anyone know what to I am missing. Thanks in advance
-
Hi there! I have an asp page with a one link, when this linkis clicked it shows another page as a modal dialog, this works fine, but if I click a button on the dialog page, instead of executing the code in that button, it displays that dialog as a whole new page filling the whole browser. In other words non of the code inside the dialog page does not execute at all. This is the code I am using to open my dialog window.showModalDialog("../frmLogin.aspx") Does anyone know what to I am missing. Thanks in advance
inside the HEAD tag in the modal window add Find my .Net blog at http://hiltong.blogspot.com