introduction for logo data access protocol

For the use of this interface, your web pages should include all the following JavaScript:

<script type="text/javascript" src="/js/utility.js"></script>

<script type="text/javascript" src="/js/storage.js"></script>

<script type="text/javascript" src="/js/bigint.js"></script>

<script type="text/javascript" src="/js/encrypt.js"></script>

<script type="text/javascript" src="/js/ajax.js"></script>

<script type="text/javascript" src="/js/binding.js"></script>

Note

You should call the function DBInit() in the page initializing routine, which initializes the data binding environments. Otherwise, the refresh framework cannot work.

The web pages created by LSC will automatically load the required JS. For your customized web pages, you can add your own JS, but do not delete the original contents.