nikkidee
04-21-2003, 09:55 PM
how do you put more than one javascripts on a single page????
|
View Full Version : multiple scripts nikkidee 04-21-2003, 09:55 PM how do you put more than one javascripts on a single page???? Lemon Squash 04-21-2003, 10:09 PM Just put them after each other.. Example... <head> <first bit of javascript> <next bit of javascript> <more javascript> </head> |