HELP: Blank Black Page Problem!

markniteguy

New Member
Some visitors to the page below can load the page fine but some are getting a Blank Black Page. They can all load all other pages and watch the flash videos and slideshows but not this page! They do not even see the text etc on this page. totally Black.

http://www.azcee.com/services/meetngreet.shtml

Any idea's what could be wrong with this page?

Appreciate any help.
Thanks.
Mark
 

suz

New Member
Internet Explorer 6 isn't displaying it. Not sure why though. The main difference I see between the pages is just the Google search form.
 

jnjc

New Member
You are missing the '</script>' tag for the scroll.js tag. you have:

<script type="text/javascript" src ="/js/scroll.js" >

you should have

<script type="text/javascript" src ="/js/scroll.js" ></script>


HTH,
JC
 
Top