can't run 2 scripts on same page...

S

Steve

I want to eliminate frames from my home page
(www.tricountyleague.com), but the 2 scripts I am putting
on to one page creates a problem:

Only one script works...

The Countdown script, which starts with:

<SCRIPT LANGUAGE="JavaScript">

and ends with:

</script>

is NOT working, while the marquee script with the messages
IS working, and starts with the standard:

<SCRIPT>

and ends:

</SCRIPT>

if this matters...

I have Front Page 2002...

Can I run 2 scripts on the same page?...

Or will this ALWAYS be a problem, no matter what the
scripts are?...

Thanx...

Steve
 
M

Murray

Running two scripts on the same page is not a problem at all, provided they
don't physically conflict with each other (like using the same variable
names).

Can you show me the code on the page, please?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top