I recently inherited a PWB setup when I started working here at the library, and I noticed that our public internet station login code does some things with Javascript and PWB. For example, after a patron logs into our system (via a LAMP backend:
Code: Select all
<script type="text/javascript">
window.external.PWBHideAddressBar( 'False' )
window.external.PWBActivity(<?php echo $remains; ?>)
</script>