I have a webpage, http://wwwt.emc.ncep.noaa.gov/gmb/bk...ep_maps22.html
with two frames, an upper frame1 with controls,(slide show22.html) and
a lower, frame2, for displaying images of weather maps. I've
unsuccessfully tried to modify slideshow22.htm l to automate the
function clickScroll(), which executes scrollTo(x,y), which manually
works just fine when invoked by the "Click to Scroll" button.
Simple-mindedly, I tried to execute clickScroll() in functions
default() and nextpic() expecting when a new image is loaded, I could
get the desired scrolling. Even though the alert box I added as a
debug option appears as expected, the image is not scrolled. This
unexepected inability to automatically scroll images prevents my use
of slidehow options I have created.
What little hair I have left is in peril!
Thanks in advance.
My platform is a Gateway PC running Linux Redhat 6.2 and NN 4.7
with two frames, an upper frame1 with controls,(slide show22.html) and
a lower, frame2, for displaying images of weather maps. I've
unsuccessfully tried to modify slideshow22.htm l to automate the
function clickScroll(), which executes scrollTo(x,y), which manually
works just fine when invoked by the "Click to Scroll" button.
Simple-mindedly, I tried to execute clickScroll() in functions
default() and nextpic() expecting when a new image is loaded, I could
get the desired scrolling. Even though the alert box I added as a
debug option appears as expected, the image is not scrolled. This
unexepected inability to automatically scroll images prevents my use
of slidehow options I have created.
What little hair I have left is in peril!
Thanks in advance.
My platform is a Gateway PC running Linux Redhat 6.2 and NN 4.7
Comment