scripts not working follow-up

S

Steve

Murray:

Thank you for the reply...

Rather than copy-and-paste tons of code in here, I'll
point you to the page, which I just published on the web,
then you can right-click and "View Source"...

The link is:

http://www.tricountyleague.com/main7.htm

The countdown script does not work here, obviously, but if
you go to my home page, http://www.tricountyleague.com,
you can see it works with the frame layout, which I want
to eliminate...

Steve
 
S

Steve Easton

Open the page in html view, scroll down to the first closing script tag in the head section.. Right
below it remove this:
<base target="contents"> and then save and try. base target=contents is a frames tag and you
aren't using frames.
I believe it is what is forcing your script to try to load the images from your domain as seen in
image properties for the counter: http://www.tricountyleague.com/0c.gif instead of from
http://javascript.internet.com/img/digital-countdown/0c.gif

( if it was my page, I would make my own images and load them from my own server )

Also, and I don't want to bear bad news, but you're going to have problems with hover buttons,
because a lot of windows XP machines with IE 6 won't render them due to not having Java Virtual
Machine installed.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
Top