Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
www.simplehtmlguide.com/javaapplets.php
But this doesn't work very well.
Describe the task in more detail, what do you want to achieve with this? Why did you decide that this problem can only be solved in java?
https://plasma-umass.org/doppio-demo/
https://www.javapoly.com/
No, these are different things. Java is used to create applications, and javascript is used to execute in the browser.
https://geekbrains.ru/posts/java_vs_javascript
If you need to insert javascript code into html, then this is done as follows: you
wrap the code with a tag <script></script>
, usually such code is placed before the closing tag body
Example:
<script>
$('.op-clo').on('click', function() {
$('body .h7-nav-box').toggleClass("show");
});
</script>
You can use java as a server language (as php is used).
https://www.youtube.com/playlist?list=PLiJ76e8LBYQ...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question