how do I fix script errors?

T

tom

Help! the following is what is showing up on my webpage
that I built with Frontpage 2000:

<SCRIPT language="JavaScript"><!--
if(MSIE)d_.write(unescape("%2D%2D%3E")+"\n");
// --></SCRIPT>

I believe this line in my "view source" is the cause of
the script error. Does anyone have any ideas on how to
fix this?

thanks!

tom
 
S

Stefan B Rusynko

Check w/ the source of your script
Lots of undefined variables like: MSIE and d_





| Help! the following is what is showing up on my webpage
| that I built with Frontpage 2000:
|
| <SCRIPT language="JavaScript"><!--
| if(MSIE)d_.write(unescape("%2D%2D%3E")+"\n");
| // --></SCRIPT>
|
| I believe this line in my "view source" is the cause of
| the script error. Does anyone have any ideas on how to
| fix this?
|
| thanks!
|
| tom
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top