Click to See Complete Forum and Search --> : Using Several scripts per web page


storeya
12-29-2002, 02:52 PM
I'm brand new to Javascript and trying to use two scripts on one page.
I have no problems running one, but in using two or more they affect each others operation.
What is the way around this??

Thanks,

Alan

Beach Bum
12-29-2002, 04:12 PM
you can run as many scripts on a page as you want. but . . . the scripts cannot use the same variable names (unless you want to share the values). that may be where you are running into trouble.