Go Scroll

I think this is a simple question. I’m trying to create scroll buttons. I’m having issues calling the goscroll function. Here is how I’m trying to do it.

goScroll('Up',25,25,'MyView')
goScroll('down',25,25,'MyView')
goScroll('Left',25,25,'MyView')
goScroll('Right',25,25,'MyView')
can someone tell me whats wrong?
  • Scrolling/panning. The scrolling can be by page or by line, by amounts in both X and Y directions. This calls either GoView.ScrollPage or GoView.ScrollLine. Examples:<?:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
    • scroll=page&dx=1&dy=-1 (towards the top-right)
    • scroll=line&dx=-1&dy=0 (towards the left)