Moving Between Pages

For general issues related to PWB v2.

Moderators: Tyler, Scott, PWB v2 Moderator

Post Reply
goldfinchs
Observer
Observer
Posts: 4
Joined: Mon May 10, 2004 10:33 pm
Location: New Zealand

Moving Between Pages

Post by goldfinchs »

Scott

Thanks for the help with the backspace problem.

We have completed a security review of the product and the following issues came up.

Is there any way via your software we can block all methods of going bac to a previous page ?

If we can sort these then I can get signoff to purchase the product for the kiosks and library.

Thanks Shane

Copy of email I received

To achieve a low level of security.
1. Need to stop the back space key. (successfully done).
2. Need to stop the page forward and back operation using the right and left arrow keys.
3. Need to stop the page forward and back operation using the right and left arrow keys on the number keypad
4. Need to control turning these features off and on in the INI file if the library is to use the product as well. (this would prob be the intention of the developer)

The only other method that I can see that they can go back a page is to right click. This is disabled in the policy so won't be a problem for the Kiosks. This low level of security is like locking the house - it will keep out the honest people.

It is important that it is understood by management team that these individual kiosk specific changes are methods of blocking going back to cached pages on the Kiosk. The cached data is still there and someone may work out a way to get back to the pages by methods we have not been able to predict. For a medium level of security the web pages should be scripted (one line of java) to not allow moving back to a previous page by any method.

Scott
Site Admin
Site Admin
Posts: 2530
Joined: Mon Dec 16, 2002 12:31 pm
Location: Rochester, MN
Contact:

Post by Scott »

To disable the back and forward shortcuts, Alt-Left Arrow and Alt-Right Arrow, disable the Back and Forward buttons and the corresponding menu items. The shortcuts are all tied to menu items, disabling both the menu item and button will disable the shortcuts.

[Buttons]
...
Back=False
Forward=False
...

[MenuItems]
...
ViewGotoBack=False
ViewGotoForward=False
...

--Scott

Post Reply