jay
Member
Posts: 10
Registered: 11/5/2003
Member Is Offline
|
| posted on 2/4/2004 at 05:22 PM |
|
|
two separate scrollers
Hi
I have initialised two scrollers as below:
function Tscroll_init (main)
{
document.write ('<iframe id="Tscr' + main + '" scrolling=no frameborder=no src="' + Tscroll_path_to_files +
'scroll.html?' + main + '" width="1" height="1"></iframe>');
}
function Tscroll_init (twins)
{
document.write ('<iframe id="Tscr' + twins + '" scrolling=no frameborder=no src="' + Tscroll_path_to_files +
'scroll.html?' + twins + '" width="1" height="1"></iframe>');
}
The files scrolltpl?.js and scroll?.css have been duplicated and named accordingly. The two instances pick up different stylesheets but the content is
still being read from the first scroller file, even though the path in scrolltplstwins has been changed to point to stwins_data (that has been
created). Am I missing something?
Appreciate any help
Thanks!
Jay
|
|
|
jay
Member
Posts: 10
Registered: 11/5/2003
Member Is Offline
|
| posted on 2/4/2004 at 05:33 PM |
|
|
ignore the above the problem has been solved!
|
|
|