Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to include a java form into an ASP.net page, but not found how can do it. Somebody has any idea?

What I have tried:

I've used this code but doesn't work:

<applet code="org.me.hello.MyApplet" archive="HelloApplet.jar"></applet>


<embed code="MyApplet.jar" type="application/x-java-applet;jpi-version=1.6.27">
	<noembed>
		No Java Support.
	</noembed>
</embed>


Thank's a lot!
Posted
Updated 17-Dec-21 6:09am

1 solution

Java applets are only supported in Internet Explorer and Safari:
<applet>: The Embed Java Applet element - HTML: HyperText Markup Language | MDN[^]

You will need to rewrite your code in a supported technology if you want it to work in a modern browser.
 
Share this answer
 
Comments
Jose Enrique 2021 17-Dec-21 12:17pm    
Thank's Richard,
Do you know any way to do it?
Dave Kreskowiak 17-Dec-21 12:58pm    
What part of "NOT SUPPORTED" did you not understand?
Jose Enrique 2021 17-Dec-21 13:20pm    
ok

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900