>- see footer for list info -< It looks like you're including an external .js file that contains a bunch of HTML?
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript" SRC="/CFIDE/scripts/cfform.js"> Open up that file and see what it looks like! It starts off like: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>BGfL Home</title> <meta name="author" content="Birmingham City Council"> <meta name="copyright" content="Birmingham City Council"> <link rel="stylesheet" href="/bgfl/custom/files_saved/styles/1Section.cfm?type=print" type="text/css" media="print"> <link rel="stylesheet" href="/bgfl/custom/files_saved/styles/1Section.cfm" type="text/css" media="screen"> <link rel="stylesheet" href="/bgfl/custom/files_saved/styles/1Menu.cfm" type="text/css"> <link rel="stylesheet" href="/bgfl/custom/files_saved/styles/1Section_UD.css" type="text/css"> <script src="/bgfl/js_lib/show_hide_menu.js" type="text/javascript"></script> <script src="/bgfl/js_lib/new_window.js" type="text/javascript"></script> <script src="/bgfl/js_lib/mm_image.js" type="text/javascript"></script> </head> and continues for a full page. This is not a valid .js file! Looks like someone accidentally copied over the CF Javascript forms library with your homepage. Duncan Cumming New Media Developer Customer Relations Management / Education Fife Council 700 4105 / 01592 414105 >>> [EMAIL PROTECTED] 20/01/2005 10:53:55 >>> >- see footer for list info -< I have a page that reports this error .... Line: 3 Char: 1 Error: Syntax error Code: 0 URL: http://www.bgfl.org/cfpages/schools/searchpage.cfm I don't see the error at all not even a done but with errors but some users are reporting the above. Can anyone tell me how to find this error please? Regards - Paul _______________________________________________ For details on ALL mailing lists and for joining or leaving lists, go to http://list.cfdeveloper.co.uk/mailman/listinfo -- CFDeveloper Sponsors:- >- Hosting provided by www.cfmxhosting.co.uk -< >- Forum provided by www.fusetalk.com -< >- DHTML Menus provided by www.APYCOM.com -< >- Lists hosted by www.Gradwell.com -< >- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -< ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed and should not be disclosed to any other party. If you have received this email in error please notify your system manager and the sender of this message. This email message has been swept for the presence of computer viruses but no guarantee is given that this e-mail message and any attachments are free from viruses. Fife Council Tel: +44 (0) 1592 414141 ********************************************************************** _______________________________________________ For details on ALL mailing lists and for joining or leaving lists, go to http://list.cfdeveloper.co.uk/mailman/listinfo -- CFDeveloper Sponsors:- >- Hosting provided by www.cfmxhosting.co.uk -< >- Forum provided by www.fusetalk.com -< >- DHTML Menus provided by www.APYCOM.com -< >- Lists hosted by www.Gradwell.com -< >- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<
