Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can i use macromedia projects in asp.net?

Status
Not open for further replies.

afybim

Technical User
Nov 13, 2002
16
0
0
TR
Hi,
I designed a menu with macromedia dreamweaver.It created a javascript and a file like *.js by it self.
I wanted to use this menu in my asp.net project therefore i copied the html codes and files from macromedia and pasted into my project.additionly i added the js files into my asp.net project.
When i run my asp.net project i can see the menu but the menu is not working properly.
It's colors must change when the mouse is on but not work.

Macromedia project is created by javascript codes an html tags like this:

<td><a href="basin.htm" onMouseOut="MM_swapImgRestore();" onMouseOver="MM_swapImage('sol1_r9_c1','','images/sol1-ayna_r9_c1.gif',1);"><img name="sol1_r9_c1" src="images/sol1_r9_c1.gif" width="135" height="30" border="0" alt=""></a></td>

Program creates an error message for OnMouseOut tag.
How can i use macromedia projects in asp.net.
I want to include the macromedia codes in my project like this:
<!--#include FILE="sol1.htm"-->
how can i do it?
Thanks.
 
That's not a very good way to create a menu. What happens if the user doesn't have javascript (or they are a search engine that has come to crawl your pages)?

Try looking at creating a CSS based menu that degrades well for all users (including search engines).


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top