If you have two functions which need to run, everytime, when the page loads, then you simply wrap them both in a third "container" function.
myFunction_01()
{
}
myFunction_02()
{
}
myLoadFunction()
{
myFunction_01();
myFunction_02();
}
Then you write the body tag:You have to be patient - sometimes it can take a day or two before anyone can respond to a post - we're all volunteers with day jobs, school, etc.
tgreer
Made Her Cry
2,118 posts since Dec 2004
Reputation Points: 227
Solved Threads: 37
I'm not sure how to take your post. Humor, I hope? If we've misunderstood the question, just rephrase it. We'll eventually get it right!
tgreer
Made Her Cry
2,118 posts since Dec 2004
Reputation Points: 227
Solved Threads: 37