hello,i have a nice-looking dhtml menu written by javascript,the javascript code is in a separate .js file,and when i use it in html page,i just insert
<script type="text/javascript" language="JavaScript1.2" src="stmenu.js"></script>in <head></head>tag and it works fine
now i want to use this menu in .aspx page ,is it possible ?and how?
i found if i just insert the code in .aspx like the same i do in html,i got errors,so anybody could help me out?
:) thanks a lot...

What errors? You should be able to integrate a script into your declarative markup just fine.

Are you sure your script tag is proper for the doctype you're using?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.