V5.25 and tooltips
- fredlongworthhighschool
- Mega Advanced
- Posts: 362
- Joined: Fri Jun 27, 2003 11:34 am
- Location: Manchester, England.
- Contact:
V5.25 and tooltips
Just upgraded to 5.25 and have noticed that my tooltips no longer work. I'm getting Error Line 16 - object expected.
Andy Davis
Web Designer & Smartboard Manager
Fred Longworth High School, Manchester, England.
Web Designer & Smartboard Manager
Fred Longworth High School, Manchester, England.
- fredlongworthhighschool
- Mega Advanced
- Posts: 362
- Joined: Fri Jun 27, 2003 11:34 am
- Location: Manchester, England.
- Contact:
I think it's conflicting with some other code on my page. I went back to an earlier version and the fault was still there.
http://www.flhs.wigan.sch.uk/department ... efault.htm
http://www.flhs.wigan.sch.uk/department ... efault.htm
Andy Davis
Web Designer & Smartboard Manager
Fred Longworth High School, Manchester, England.
Web Designer & Smartboard Manager
Fred Longworth High School, Manchester, England.
Andy, one thing I see is this...
Note that these calls are in never-never land - between </head> and <body>, but inside neither.
Code: Select all
</head>
<p align="center">
<SCRIPT language=JavaScript src="js/milonic_src.js" type=text/javascript></SCRIPT>
<script language=JavaScript>
if(ns4)_d.write("<scr"+"ipt language=JavaScript src=js/mmenuns4.js><\/scr"+"ipt>");
else _d.write("<scr"+"ipt language=JavaScript src=js/mmenudom.js><\/scr"+"ipt>");
</script>
<SCRIPT language=JavaScript src="js/menu_data.js" type=text/javascript></SCRIPT>
<body bgcolor="#999999" background="images/histbackg.gif">
John