Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
close the dialog with a web page
#1
Sometimes, I need to close the dialog with a web page(webpage 3 second delay). Although the close prompt window pops up, but it cannot be closed. Is there any solution(I need to use some code in the webpage to close the dialog)? Thanks   Smile

Macro close win
Code:
Copy      Help
str dd=
;BEGIN DIALOG
;0 "" 0x90C80AC8 0x0 0 0 488 254 "Dialog"
;3 ActiveX 0x54030000 0x0 0 0 488 254 "SHDocVw.WebBrowser {8856F961-340A-11D0-A96B-00C04FD705A2}"
;END DIALOG
;DIALOG EDITOR: "" 0x2040700 "*" "" "" ""

str controls = "3"
str ax3SHD
if(!ShowDialog(dd &sub.DlgProc &controls)) ret


#sub DlgProc
function# hDlg message wParam lParam

sel message
,case WM_INITDIALOG
,SHDocVw.WebBrowser we3
,we3._getcontrol(id(3 hDlg))
,we3.Navigate(_s.expandpath("$desktop$\close win.html"))
,
,case WM_DESTROY
,case WM_COMMAND goto messages2
ret
;messages2
sel wParam
,case IDOK
,case IDCANCEL
ret 1


Attached Files
.html   close win.html (Size: 65 bytes / Downloads: 316)


Messages In This Thread
close the dialog with a web page - by win - 04-30-2018, 02:26 PM
RE: close the dialog with a web page - by win - 04-30-2018, 03:39 PM
RE: close the dialog with a web page - by win - 04-30-2018, 04:41 PM
RE: close the dialog with a web page - by Kevin - 04-30-2018, 07:46 PM
RE: close the dialog with a web page - by win - 04-30-2018, 10:21 PM
RE: close the dialog with a web page - by Kevin - 04-30-2018, 10:30 PM
RE: close the dialog with a web page - by win - 04-30-2018, 10:41 PM
RE: close the dialog with a web page - by Kevin - 04-30-2018, 10:45 PM
RE: close the dialog with a web page - by win - 04-30-2018, 10:47 PM
RE: close the dialog with a web page - by Kevin - 04-30-2018, 11:33 PM
RE: close the dialog with a web page - by win - 04-30-2018, 11:52 PM
RE: close the dialog with a web page - by Kevin - 05-01-2018, 12:12 AM
RE: close the dialog with a web page - by win - 05-01-2018, 12:18 AM
RE: close the dialog with a web page - by Kevin - 05-01-2018, 12:33 AM
RE: close the dialog with a web page - by win - 05-01-2018, 01:12 AM
RE: close the dialog with a web page - by Kevin - 05-01-2018, 01:15 AM
RE: close the dialog with a web page - by win - 05-01-2018, 01:31 AM
RE: close the dialog with a web page - by Kevin - 05-01-2018, 02:11 AM
RE: close the dialog with a web page - by win - 05-01-2018, 02:19 AM
RE: close the dialog with a web page - by Kevin - 05-01-2018, 03:22 AM
RE: close the dialog with a web page - by win - 05-01-2018, 03:26 AM
RE: close the dialog with a web page - by Kevin - 05-01-2018, 03:39 AM
RE: close the dialog with a web page - by win - 05-01-2018, 03:53 AM
RE: close the dialog with a web page - by Kevin - 05-01-2018, 03:57 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)