The code that uses javascript to control iframe scrolling now has a horizontal IFRAME. You need to click an image outside the iframe to horizontally scroll an html page in the iframe, but I don't want to see the iframe scroll bar. How can I solve it ????
Demo.htm
Script var timer; script
Onmousedown = "timer1 = setInterval ('parent. frames [\ 'In \ ']. scrollBy (0,-1)', 10 )"
Onmouseup = "clearInterval (timer1)">
Onmousedown = "timer1 = setInterval ('parent. frames [\ 'In \ ']. scrollBy (0, 1)', 10 )"
Onmouseup = "clearInterval (timer1)">
In.htm
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0 <
Scroll horizontally ..
Demox.htm
Script var timer; script
Onmousedown = "timer1 = setInterval ('parent. frames [\ 'In \ ']. scrollBy (-1, 0)', 10 )"
Onmouseup = "clearInterval (timer1)">
Onmousedown = "timer1 = setInterval ('parent. frames [\ 'In \ ']. scrollBy (1, 0)', 10 )"
Onmouseup = "clearInterval (timer1)">
Inx.htm