--
| Ouch! Wonder what did that. That should be fixed now.
|
| Of coursed I renamed the Script call TranslucentScroller.js to
| TranslucentScrollerXX.js to make in incorrect. If I correct the spelling,
| it will work and the scroll at the top will not. Still can't find the
| conflict.
|
| | > I don't think so (-;
| > Still missing proper body tags and ends with
| > </body></html> </html>
| >
| > Validate your page
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| >
http://www.net-sites.com/sitebuilder/newsgroups.asp
| > _____________________________________________
| >
| >
| | > | Thanks, these changes were made.
| > | I'm still trying to figure out Steve's question (above post).
| > |
| > | | > | > Your html is badly mangled
| > | > The <body> tag is half way down the page
| > | > the onload in it is incorrect
| > | > onLoad=" focus() startBlink()"
| > | > should be
| > | > onLoad="focus(); startBlink();"
| > | >
| > | > The oncontextmenu="return false" ondragstart="return false" (if you
| really
| > | need them) should be
| > | > oncontextmenu="return false;" ondragstart="return false;"
| > | > --
| > | >
| > | > _____________________________________________
| > | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > | > "Warning - Using the F1 Key will not break anything!" (-;
| > | > To find the best Newsgroup for FrontPage support see:
| > | >
http://www.net-sites.com/sitebuilder/newsgroups.asp
| > | > _____________________________________________
| > | >
| > | >
| > | | > | > | Yes the function calls are unique.
| > | > | I have not found global variables that have same name.. Yet!
| > | > |
| > | > |
| > | > | | > | > | > But are the actual function calls named uniquely?
| > | > | >
| > | > | > --
| > | > | > ==============================================
| > | > | > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > | > | > WEBMASTER Resources(tm)
| > | > | >
| > | > | > FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| > | > | > ==============================================
| > | > | > To assist you in getting the best answers for FrontPage support
| see:
| > | > | >
http://www.net-sites.com/sitebuilder/newsgroups.asp
| > | > | >
| > | > | | > | > | > > Each script is separate and in a folder named "MyScripts".
| > | > | > >
| > | > | > > Top of page, I call:
| > | > | > > MyScripts/TranslucentScroller.js
| > | > | > >
| > | > | > > Bottom of page, I call:
| > | > | > > MyScripts/ScrollingMessages.js
| > | > | > >
| > | > | > >
| > | > | > > | > | > | > >> Yes you can, but you have give unique names to each
| > | script/functions
| > | > | > >>
| > | > | > >> --
| > | > | > >> ==============================================
| > | > | > >> Thomas A. Rowe (Microsoft MVP - FrontPage)
| > | > | > >> WEBMASTER Resources(tm)
| > | > | > >>
| > | > | > >> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| > | > | > >> ==============================================
| > | > | > >> To assist you in getting the best answers for FrontPage support
| > | see:
| > | > | > >>
http://www.net-sites.com/sitebuilder/newsgroups.asp
| > | > | > >>
| > | > | > > | > | > | > >> > Reference:
http://dfwtejanos.com
| > | > | > >> >
| > | > | > >> > On my home page I had a scroller that has updated information
| for
| > | > | those
| > | > | > > to
| > | > | > >> > read. I was working on another scroller that I want to add
| along
| > | the
| > | > | > > side.
| > | > | > >> > When I added the second scroller, the first one stopped
| working.
| > | To
| > | > | > > verify,
| > | > | > >> > I turned the second one off (by misspelling the JavaScript
| file
| > | name)
| > | > | > > and
| > | > | > >> > the original one works again.
| > | > | > >> >
| > | > | > >> > Why is this?
| > | > | > >> > Can't I have both scrollers running at the same time (that
| calls
| > | two
| > | > | > >> > different JavaScripts?
| > | > | > >> >
| > | > | > >> > Thanks
| > | > | > >> >
| > | > | > >> >
| > | > | > >>
| > | > | > >>
| > | > | > >
| > | > | > >
| > | > | >
| > | > | >
| > | > |
| > | > |
| > | >
| > | >
| > |
| > |
| >
| >
|
|