Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
HOW CAN I CONVERT JAVASCRIPT TO HTML?
Very Many Of The Websites
That I Would Like
Their Widgets From
ARE NOT USING HTML
I Am Having A Hard Time
Putting These Widgets
On My Websites.
WHAT WEBSITES ARE THERE
Out There
THAT WILL
CONVERT
THIS
JAVASCRIPT
CODE FOR ME?
STOP SPAMMING ME. YOU WITH YOUR FAKE EVERYTHING HERE.
translation. "how can i stop all of you from stalking and harassing me?"
4 Answers
- ?Lv 68 years agoFavorite Answer
My name is boraaaaaaat my sister. She is number four prostitute in all of Kazakhstan!
Translation: HTML and Javascript are like apples and oranges they are 2 completely different things.
- Anonymous6 years ago
This Site Might Help You.
RE:
HOW CAN I CONVERT JAVASCRIPT TO HTML?
Very Many Of The Websites
That I Would Like
Their Widgets From
ARE NOT USING HTML
I Am Having A Hard Time
Putting These Widgets
On My Websites.
WHAT WEBSITES ARE THERE
Out There
THAT WILL
CONVERT
THIS
JAVASCRIPT
CODE FOR ME?
Source(s): convert javascript html: https://tr.im/Pdjat - ?Lv 48 years ago
If your trying to use Java on a website, it might be easier to convert your code into Javascript (which really shouldnt be much of a step down), and then use HTML to embed a <script> tag for your code.
An alternative, would be to try googling "Java to HTML converter" - or "Java to javascript converter" if you wanted to try my idea.
Im sure you would get some positive results.
- ChrisLv 78 years ago
Why the hell are you writing like this? Do you *want* people not to answer you?
To implement a script on your website, you need the script tag. If the script is a file, use this:
<script type="text/javascript" src="the_script.js"></script>
Alternatively, skip the src part and paste the script inside the tag:
<script type="text/javascript">
// script code goes here
</script>