user controlled Scroll box

M

Mike Green

Hi all
Please could someone point me in the right direction? I am looking for some
Java code to let the user control a text box on a web site. This is very
similar to the standard IFRAME tag. I am looking to replace the IFRAME with
a Java controlled text box that the user can control and scroll up and down
(via images at the side of the page). Although the IFRAM tag does the job
it does not fit into the asthetics of our site (it is a charity website). I
know that there are a lot of JAVE code snippets out there on the web, but
does anyone know where I might find this sort of thing?

Thanks in advance

Mike
 
A

ASM

Mike Green a écrit :
Hi all
Please could someone point me in the right direction? I am looking for some
Java

JavaScript ! (java is not javascript)
code to let the user control a text box on a web site. This is very
similar to the standard IFRAME tag. I am looking to replace the IFRAME with
a Java controlled text box that the user can control and scroll up and down
(via images at the side of the page). Although the IFRAM tag does the job
it does not fit into the asthetics of our site (it is a charity website).

I don't understand why a charity website can't accept standards
scrollbars ?
In what aestheticism of what we use to see could cause some trouble ?
It is very useful to find a usual scrollbar you haven't to search where
it has gone, or by what it has been replaced.
does anyone know where I might find this sort of thing?

<img src="up.jpg" title="to up" alt="button to move up"
onmouseover="truc=setInterval('window.scrollBy(0,-4)',10)"
onmouseout="clearInterval(truc)"
style="position:fixed;top:0px;left:95%;cursor:pointer;height:18px;">
style="position:fixed" title="to up">
<img src="down.jpg" title="to down" alt="button to move down"
onmouseover="truc=setInterval('window.scrollBy(0,4)',10)"
onmouseout="clearInterval(truc)"
style="position:fixed;top:20px;left:95%;cursor:pointer;height:18px;">


speed of movement is given by 4 and/or 10
play increase decrease them : 2, 4, 8 / 10, 30, 60, 90
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top