

How can I trigger 1 time popup window after that pageĬan i control the dialog.show in another page's button ? when the previous page's button click, it will prompts the popup window when the page is loaded?Ĭould you tell us why you want to control the dialog show in another page's button?Īccroding to your description,you want to open the dialog in the first time and refresh the page ,the dialog cann't show. How can I check if the popup dialog is hide, then continue the submit form function? I try the following coding, but fails. logonMethod.preventDefault(logon) <- it can't use the preventDefault with error Overflow: auto /* Enable scroll if needed */īackground-color: rgb(0,0,0) /* Fallback color */īackground-color: rgba(0,0,0,0.4) /* Black w/ opacity */

Padding-top: 100px /* Location of the box */ More details,you could refer to below codes: įont-family: Arial, Helvetica, sans-serif Accroding to your description,as far as I think,you could use modal to replace your messagedialog.When you click the submit button ,you could prevent submitting and show modal.After you closing the modal,the submit will continue.
