Forum Discussion

googleid_118035's avatar
googleid_118035
Contributor
11 years ago

Getting an error when try to open new page by VB funtions

Hi,



I am having following funtion wrtten in VB.




Function Navigate1(brow_type,url1)


Call Sys.Browser(brow_type).ToUrl(url1)


End Function



My IE 9 browser is already open.

I am calling the above function as below.

Dim br_type,url1

br_type = "iexplore"

url1 = "http://localhost/TestApp/frmLogin.aspx"

Call Navigate1(br_type,url1)



I am getting following warning message.



The 'Conditional Breakpoint' window is invisible and thus cannot be activated.

Simulating the ESC keystroke to close the unexpected window.