Hi,
I used a snazzy bit of kit to disable pdf scroll bar called pdf layout - that's great because i want to force users of the form to navigate via buttons i have on my pages designed in livecycle.
Trouble is, you can still navigate down using the mouse wheel!
I have searched for some javascript and found this, but this does not seem to work.
<script type="text/javascript"> function stop() { return false; } document.onmousewheel=stop;</script>
Anyone with an idea of what I'm doing wrong?