<script>

J

JMMB

The <script> tags work in a htm page, but when I convert it to .aspx page,
it stops working?
I get a IE script error.
What might be the mistake here?
thanks,


<HTML>
<HEAD>
<TITLE> Teste Menu </TITLE>

<link href="css/style.css" rel="stylesheet" type="text/css">
<link href="css/structure.css" rel="stylesheet" type="text/css">
</HEAD>

<BODY>
Teste Menu

<TABLE>
<TR>
<TD>
<SCRIPT language=JavaScript src="js/coolmenus4.js"></script>
<SCRIPT language=JavaScript src="js/menu_inicial.js"></script>
<SCRIPT language=JavaScript src="js/cm_addins.js"></script>
</TD>
</TR>
</TABLE>

</BODY>
</HTML>
 
C

Chris Jackson

What is the script error that you get? Scripts work just fine with ASP.NET -
if you are using nothing but standard HTML, then it should be no different.
 

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