Ask a Question related to Coldfusion Database Access, Design and Development.
-
herpmaster #1
Trouble with scrolling down list/menu
:confused; I have developed an CF application that, for the most part, works
smoothly. However, I have had two users tell me that, occasionally, when they
are trying to scroll down a dynamic list, the scroll bar won't work. What
could cause that? I'm no expert. . . far from it. . . but that sounds more
like a connectivity problem. Server? Browser? Anyone else had this problem?
Thanks, rana
herpmaster Guest
-
list scrolling
Hi, I'm writing a little chat where messages are displayed with a list. When a user write a new messages, this message is appended to end of list... -
Scrolling Image Menu Help (OS X Look)
Hello, I'm looking to try to make an image viewer for my webite. Basically I want to have something that looks like OS X... You know the scrolling... -
scrolling menu help
Hello to all... I'm interested in making a scrolling menu like the one at www.westonfl.org It looks like the combination of a pop-up menu and... -
scrolling menu
does anybody have any script or knows where I can find a scrolling menu? thanks giovanni -
Menu/list ( menu ) in topframe and mouse scrolling
I've made a menu ( with an arrow next to it and the choices appear when you click that arrow - I forgot what this is called in English :))in the... -
JMGibson3 #2
Re: Trouble with scrolling down list/menu
Lists run at the client machine, there is no back-channel talk to the server
(unless you create some with an OnChange event). Is the list constructed with
a straight <SELECT> tag? If so, then you've stumbled across some weird
variation in their Browser or your list content that is breaking things. If
the list was constructed by/uses JavaScript (<CFSELECT> qualifies) it's must
likely a script bug (JavaScript is case-sensitive BTW) which you can discover
by turning on Script debugging at their browser.
JMGibson3 Guest
-
vkunirs #3
Re: Trouble with scrolling down list/menu
Hi
you said that it is a dynamic list.
so what is the error you are getting?
have you checked that is the user list are adding to the list.
its better to post your problem, if possbile with code, so that some folk
will dubug the problem.
vkunirs Guest



Reply With Quote

