juana
Newbie
Posts: 1
Registered: 2/26/2003
Member Is Offline
|
| posted on 2/26/2003 at 09:12 PM |
|
|
how i choose one scroll from many?
a have a site with 2 pages that contains scroll, in wich sentence i indicates wich txt source to display? thanks
|
|
|
nik
Posts:
Registered: 1/1/1970
Member Is Offline
|
| posted on 2/27/2003 at 07:47 AM |
|
|
You should assign a unique index to each scroller by constructor call. Just write:
<SCRIPT LANGUAGE="JavaScript">Tscroll_init ('myScroll')</SCRIPT>
and scroller with myScroll configuration index will be created. For details about working with configuration indexes, please, see Tigra Scroller
Documentation (http://www.softcomplex.com/products/tigra_scroller/docs/).
|
|
|