Forums
This topic is locked
Scrolling Text at the bottom of the screeen.
Posted 04 Jan 2003 01:27:55
1
has voted
04 Jan 2003 01:27:55 Russell Marshall posted:
1. Does anyone know how to get the scrolling text effect that can be seen at the bottom of the screen on the following site.www.ice-cream.org/
I would like to be able to pull this text from my db if possible but none db text would be fine for now.
Davrus
Russell
Replies
Replied 04 Jan 2003 01:46:11
04 Jan 2003 01:46:11 Owen Eastwick replied:
It's a JavaScript function you can see it in the source code (Right Click >> View Sorce).
You can put dynamic text into a JavaScript function, it's pretty straight forward, something like:
<script LANGUAGE="JavaScript">
<!-- Begin
var ScrollMessage = "<%= RecordsetName.Fields.Item("TodaysMessage"
.Value %>";
etc....
Regards
Owen.
Multiple Parameter UD4 / Access 2000 Database Search Tutorial:
www.tdsf.co.uk/tdsfdemo
You can put dynamic text into a JavaScript function, it's pretty straight forward, something like:
<script LANGUAGE="JavaScript">
<!-- Begin
var ScrollMessage = "<%= RecordsetName.Fields.Item("TodaysMessage"

etc....
Regards
Owen.
Multiple Parameter UD4 / Access 2000 Database Search Tutorial:
www.tdsf.co.uk/tdsfdemo
Replied 04 Jan 2003 13:22:30
04 Jan 2003 13:22:30 Edwin EdwinM replied:
Replied 04 Jan 2003 21:59:42
04 Jan 2003 21:59:42 Russell Marshall replied:
Thanks to both of you.
Russell
Russell