M
mherman
At my company we have a need for a web browser that is locked down. We
were unable to block the View->Explorer Bar menu (wich let them browse
the c drive) so we decided to try and make a web browser in VB6 using
the ie control for the web browser. The problem is a page we use uses
javascript to open a new window and wait for a return value. In
regular IE it works fine, but with my program it opens the new window
and freezes. Neither window responds to my mouse clicks. I am able to
use the keyboard to tab through all the links and stuff but there are
too many and that will not fly, any ideas?
ps. we tried using public web browser v2 and it also freezes at that
point
were unable to block the View->Explorer Bar menu (wich let them browse
the c drive) so we decided to try and make a web browser in VB6 using
the ie control for the web browser. The problem is a page we use uses
javascript to open a new window and wait for a return value. In
regular IE it works fine, but with my program it opens the new window
and freezes. Neither window responds to my mouse clicks. I am able to
use the keyboard to tab through all the links and stuff but there are
too many and that will not fly, any ideas?
ps. we tried using public web browser v2 and it also freezes at that
point