About 4,550,000 results
Open links in new tab
  1. Website doesn't work with Javascript turned off - Stack Overflow

    Jul 8, 2011 · If your site is heavily JS dependent, then you may have made some mistaken design decisions, but it is probably not worth re-working it. If you monitor the number of people who get the "you need js" message, you will identify if it is proving a turn-off.

  2. Why isn't my java code working in an html website

    Apr 23, 2015 · The reason is because you are just calling the class of the Java applet and not including the core jar files. This should be called using the archive='' element. <applet archive="FILENAME.jar" code="applet.class" width="400" height="400"> </applet>

  3. Why Is My JavaScript Not Working? (With Examples)

    Mar 20, 2022 · We round up the most common causes for your JavaScript code not working. So the JavaScript tag you just added to your website isn’t working, and you want to get to the meat of the problem so you can fix it. As any experienced developer will tell you, there’s more than one reason why this can happen.

  4. How does Java and Javascript work together in building websites?

    Jun 5, 2020 · How can I use Java and Javascript to create a website that enables me to receive orders, ship them out to my customers, and store the data somewhere in my computer so I can write algorithms to analyze the data? And then maybe use …

  5. Is it okay to build sites that rely on JavaScript?

    May 25, 2018 · Progressive enhancement raises a lot of strong opinions; we ask the experts if it's acceptable to build sites that don't work without JavaScript. When you purchase through links on our site, we may earn an affiliate commission. Here’s how it works.

  6. Is it still bad practice to build a website that relies on javascript?

    Feb 18, 2011 · If you're making a website that's available on the internet and whose audience is more than just people you know, then it's absolutely not OK to build it so that it doesn't work without JavaScript.

  7. Does it bother anyone if a site can't work without Javascript?

    Feb 28, 2021 · Does it bother anyone if a site can't work without Javascript? I'm building an application for our external customers that let's the interact with their orders, personal information, and contracts. My intention was to build a typical SPA, with Vue.js on the front.

  8. Why your website should work without JavaScript. : r/webdev - Reddit

    Mar 29, 2021 · There are lots of reasons your site's javascript might fail: Your javascript is broken! It happens. A feature you're using doesn't work on an older browser. e.g. ES6 on an old version of internet explorer. Inteference from a browser extension. Some web-extensions alter your site's code - with negative effects. Network Errors.

  9. 3 reasons why your website’s JavaScript might not run like you

    Aug 31, 2021 · One trick you can try is to include a tiny bit of JavaScript inside the HTML document inline that will display a message that something went wrong loading the application. Telling the user how they can attempt to resolve the problem themselves (usually refreshing or clearing cookies/local storage), or how they can reach out to support for help.

  10. 6 ways to fix your code when you don’t know why it doesn’t work

    Some of these tips are specific to JavaScript, but most will apply to any language. 1. Check if your code is actually broken. This might sound like a weird one, but I have lost count of the number of times I thought my code was broken, but I just wasn't seeing the latest changes.

Refresh