Evening gents, I'm in a bit of a pickle here so please bare with me as I am new to scripting. Recently I've installed a Dynamin-FX Slide menu on a messageboard. Now, it worked fine and dandy for a week before I started getting this error. I should also mention that I have had to remotely link to two .
js files in order for it to work. I currently host these files at ripway.com
Now, on with the errors, I get Two Errors when loading pages and they are as follows:
---
An Error has occurred in the script on this page
Line: 2
Char: 1
Error: Syntax error
Code: 0
---
and the 2nd,
---
An Error has occurred in the script on this page
Line: 58
Char: 1
Error: Expected Identifier
Code: 0
---
Now, the following is the Code I use for the <Head> </Head>
<STYLE>
<!--
A.ssmItems:link {color:black;text-decoration:none;}
A.ssmItems:hover {color:black;text-decoration:none;}
A.ssmItems:active {color:black;text-decoration:none;}
A.ssmItems:visited {color:black;text-decoration:none;}
//--->
</STYLE>
<SCRIPT SRC="URL: http://home.ripway.com/2004-5/120892/ssm.
js" language="JavaScript1.2"></SCRIPT>
<SCRIPT SRC="http://home.ripway.com/2004-5/120892/ssmItems.
js" language="JavaScript1.2"></SCRIPT>
<style type="text/css">
<!--
body { font-size: 10px; font-family: verdana, helvetica, sans-serif; }
td { font-size: 60%; font-family: verdana, helvetica, sans-serif; }
h4 { font-size: 14px; font-weight: bold; }
i { font-size: 11px; font-style : italic; }
.m { font-size: 75%; }
.headings { font-size: 80%; font-weight: bold; }
.title { font-size: 12px; font-weight: bold; }
.inputbox { border-top:#333333 solid thin; border-bottom:#333333 solid thin; border-right:#333333 solid thin; border-left:#333333 solid thin; font-family: verdana, helvetica, sans-serif; }
.inputbutton { font-size: 110%; }
.communitychest { background: #ffffff; }
-->
</style>
The following is the Code used for the Custom Header,
<table width="10%" border="0" cellspacing="0" cellpadding="0" bordercolor="transparent">
<tr bgcolor="transparent">
<td colspan="2" valign="top" align="center">
<img src="http://ewpbanners.9f.com/cgi-bin/image/templates/banner5.gif" height="147" width="686" border="0">
<br><br></td>
</tr>
I am having some serious trouble as I have no Idea as to where to begin on how to debug any of the above. I would REALLY appreciate any help you could give me.
- Matt