The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 895 - File: showthread.php PHP 7.2.34 (Linux)
File Line Function
/showthread.php 895 errorHandler->error




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Truly closing Toolbar Browser
#1
Hi,
I am successfully using Toolbar with WebBrowser function (OpenInTbWebBrowser)

But the webpage I am opening requires a login. Each individual user should have their own login. However, once the first person logs in, the prompt to get a new user login never comes up again unless quickmacros is exited. If I was logging in to this page via a regular web browser, I could just close this browser and then reopen a new browser and attempt to open the webpage to get a new user login prompt. But this function seems to keep the "virtual" browser open (and thereby holding on to the user login information), even if I close the toolbar that calls that function.

Is it possible to wipe clear the webbrowser, so that the next time the toolbar with the webbrowser hook gets called up, it will prompt for the login just like usual?

I hope that was an ok explanation...

Stuart

Code:
Copy      Help
;/
function# hWnd message wParam lParam

sel message
,case WM_CREATE
,int h=CreateControl(0 "ActiveX" "SHDocVw.WebBrowser" 0 -2 28 968 1178 hWnd 1)
,SHDocVw.WebBrowser b._getcontrol(h)
,b.Navigate("samplewebpage.edu" )
,case WM_DESTROY


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)