Might as well throw my two cents in, if a script is working and you add something to it and it breaks, 99% of the time, you did something wrong. I can't tell what it might be from such a small snippet but, is it supposed to have those empty quotes, are they for an optional target or something, if not, get rid of them. Otherwise, I have no idea what happened. Now on to the larger question of this thread -
Note: Questions regarding multiple script usage are not usually replied to due to their time consuming nature. See this thread for more information, and this tutorial for one possible solution.
Aside from the tutorial above which usually is the solution when the problem is two different scripts, you may need to consult:
http://www.howtocreate.co.uk/tutoria...allshow#refcon
Which explains how two scripts on the same page may not use the same set of variable names, id names, etc. This is especially important if the problem is two copies of the same script on a page.
One other approach that works in both situations is to put one script in a borderless iframe. It will look like it is on the same page but, since it really is on a separate page, conflicts are no longer an issue.



Reply With Quote


Bookmarks