two or more scripts to work concurrently on one page
I'm having trouble getting two or more scripts to work concurrently on one page. By themselves, each function just fine, but when put together, they throw a tantrum. Help!
I tried to write the two onload sections as one but that still did not work.
It's most likely variables/functions conflicting if not two event handler attributes as you already mentioned. The code you're working with or even better a link to the page in question would be helpful.