Java Applet not loading in Asp.Net 2.0 page
-
Hello all, This is a kind of goofy situation I have here. Let me Try to break it down as best as I can: Page1.aspx - has a masterpage define - includes page2.html that is in a subdirectory (
<!-- #include virtual="JavaStuff/Page2.html" -->
) Page2.html - contains the JavaStuff.class applet that is located in the same directory Now, when I navigate to Page1 the java console returns me a JavaStuff.class not found error. When I navigate directly to Page2 everything works fine. I've tried using absolute paths in the applet declaration but that breaks both pages.:confused: The reason I don't put the applet directly in the Page1 is because the HTML of Page2 contains some pretty odd-ball stuff that I don't want to break if I can avoid it. Any ideas or suggestions? Thanks in advance. ------------------- abort, retry, fail?