Forum Moderators: open

Message Too Old, No Replies

object expected error in javascript

         

cyaira

4:13 pm on Jan 4, 2008 (gmt 0)

10+ Year Member



I need help please. I created a website using dreamweaver 8. On my local computer the mouseovers work perfectly, the problem occurrs when i upload to the server by ftp. I get the following error:

Line: 108
Char:1
Error: Object expected
Code:0
Url: [..........]

I think my problem could have something to do with where the files are located but I cannt see the issue. Could someone tell me how to correct my problem

the relevant code is as follows:

</tr>
<tr>
<td width="155" height="40"><a href="pagename.lasso" name="link5" id="link2" onmouseover="MM_showMenu(window.mm_menu_1129142213_0,119,11,null,'link5')" onmouseout="MM_startTimeout();">Divisions/Agencies</a></td>
</tr>
<tr>

penders

5:18 pm on Jan 4, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



<a href="pagename.lasso" name="link5" id="link2" ...

Bit of a guess... if looks like these two values should be the same? The function called in the onmouseover event refers to 'link5' and from this I would expect to see id="link5" ...?