473,320 Members | 2,161 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

user controlled Scroll box

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
Oct 28 '06 #1
1 1721
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:poin ter;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:poi nter;height:18px;">
speed of movement is given by 4 and/or 10
play increase decrease them : 2, 4, 8 / 10, 30, 60, 90
Oct 28 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: sumGirl | last post by:
Hi. I have an HTML app that includes a psuedo drop-down menu I created using some css and some vbs. It looks like so: ---------- | option1 <-- vertical scroll bar option2 | option3 |...
7
by: jsale | last post by:
I'm currently using ASP.NET with VS2003 and SQL Server 2003. The ASP.NET app i have made is running on IIS v6 and consists of a number of pages that allow the user to read information from the...
2
by: Mark | last post by:
I have basically a 2 part question: 1) is there a way to have a listview that can scroll, but hide the scrollbars. I know that sounds odd, but this is a touch screen app and there are "scroll...
0
by: meepleep | last post by:
www.newsgarbage.com, a new user-controlled technology news site has now gone into beta. Newsgarbage works in a similar way to other news sites, such as slashdot or digg.com, but allows much...
0
by: WhiteWizard | last post by:
Here’s the situation: I am writing a C# Windows application using VS 2003. I have built a user control, and it has a Tab Control on it with (currently) 2 tab pages, and the whole thing sits...
3
by: steve | last post by:
Hello, I am having a problem with an index controlled partitioned table. I was altering a table using SQL. I was trying to add a partition to a table to change it from index controlled to...
5
by: MLH | last post by:
I have a vehicle entry form with a combo box for choosing the owner. Let's say the user opens the list by clicking the arrow then choose the owner by clicking a name. That much works fine. But...
18
by: Andrew Gentile | last post by:
Hello, I would like to find a way of using scanf() and the Enter key to have user-controlled program flow. Currently, I have a couple of lines in my program which serves as a pause in the...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.