allowNavigation

Hi Clifton,
I think the answer to my question is no but I'd like to make sure. I'm still chipping away at the conversion of my VS/VB.NET software to TB/Powerpac/JS. In most cases I have been able to replicate the original functions using either similar or sometimes very different coding techniques and I find that most DHTML objects have similar properties to VS objects.
One part of the program enables the teacher to display web pages. In VS I used a webBrowser object for this. It's just a built in, programmable version of Internet Explorer. One of its features that I found useful was its allowNagivation property. When this is set to false the user can only navigate to a site defined by the program. This means that students cannot while away their time visiting Facebook instead of doing an exercise for example.
I can't imagine that blocking navigation is a feature supported by many other browsers but I thought I'd ask. Thanks for your time.
John
I think the answer to my question is no but I'd like to make sure. I'm still chipping away at the conversion of my VS/VB.NET software to TB/Powerpac/JS. In most cases I have been able to replicate the original functions using either similar or sometimes very different coding techniques and I find that most DHTML objects have similar properties to VS objects.
One part of the program enables the teacher to display web pages. In VS I used a webBrowser object for this. It's just a built in, programmable version of Internet Explorer. One of its features that I found useful was its allowNagivation property. When this is set to false the user can only navigate to a site defined by the program. This means that students cannot while away their time visiting Facebook instead of doing an exercise for example.
I can't imagine that blocking navigation is a feature supported by many other browsers but I thought I'd ask. Thanks for your time.
John