Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Computer related
#20
(30-07-15, 09:10 AM)Dead Eye link Wrote: It should be a simple case of;

1. Creating a new file (temp.html for example)
2. Pasting the above contents in to the file (the full page version is probably best)
3. Upload the file to your website's public folder (usually public_html or www)
4. Visit the file in your browser; e.g. http://www.trackart.co.uk/temp.html

You can test it on the computer that you have a problem without steps 3 and 4. Because Javascript is client side language you do not need a server.

Open Notepad. Copy/Paste this HTML code:

<!DOCTYPE html>
<html>
  <body onload="document.write('JavaScript is on');">
      <noscript>JavaScript is off sorry mate</noscript>
  </body>
</html>

Click Save As, name it say testJS.html, by default Notepad will try to save it as txt text file, we need html page so make sure you change the selection in the Save As window in the dropdown on the right side from "*.txt" to "All". Click OK and save it somewhere on this PC.

Open the browser where your site is not working and go to File->Open find the saved file and open it.

If the Javascript is enabled you will see:

JavaScript is on

If not you will see:

JavaScript is off sorry mate

If that is the case go in browser security settings and enable it but remove the malware crap first.

EDIT: I have tested your site with Javascript disabled in my Firefox browser and can confirm the tabs menus are not working when the JS is disabled.


As a side effect I found very easy way for you to do the JS enabled test.

Just browse this: https://www.facebook.com

Apparently Facebook cannot work without Javascript and if it is disabled on your browser you will see facebook error page.

Means FB will test JS for you :-)

[Image: 30b1isp.jpg]
Adrian Monk: Unless I'm wrong, which, you know, I'm not.

[Image: 606131.png]
Reply


Messages In This Thread
Computer related - by Kosmic Kartman - 28-07-15, 10:33 PM
Re: Computer related - by mickvp - 28-07-15, 10:38 PM
Re: Computer related - by darrsi - 28-07-15, 10:38 PM
Re: Computer related - by Kosmic Kartman - 28-07-15, 10:58 PM
Re: Computer related - by Frosties - 29-07-15, 07:56 AM
Re: Computer related - by Kosmic Kartman - 29-07-15, 08:43 AM
Re: Computer related - by Dead Eye - 29-07-15, 09:24 AM
Re: Computer related - by locksmith - 29-07-15, 10:44 AM
Re: Computer related - by Val - 29-07-15, 11:03 AM
Re: Computer related - by clayt74 - 29-07-15, 12:15 PM
Re: Computer related - by Kosmic Kartman - 29-07-15, 12:21 PM
Re: Computer related - by Kosmic Kartman - 29-07-15, 12:24 PM
Re: Computer related - by Dead Eye - 29-07-15, 12:38 PM
Re: Computer related - by darrsi - 29-07-15, 01:11 PM
Re: Computer related - by Dead Eye - 29-07-15, 01:12 PM
Re: Computer related - by imax - 29-07-15, 02:01 PM
Re: Computer related - by Kosmic Kartman - 29-07-15, 03:27 PM
Re: Computer related - by Dead Eye - 30-07-15, 09:10 AM
Re: Computer related - by sadlonelygit - 30-07-15, 05:42 PM
Re: Computer related - by Val - 30-07-15, 06:27 PM
Re: Computer related - by Kosmic Kartman - 31-07-15, 10:30 PM
Re: Computer related - by Dead Eye - 31-07-15, 11:08 PM
Re: Computer related - by Kosmic Kartman - 01-08-15, 10:15 AM
Re: Computer related - by Val - 02-08-15, 02:10 PM
Re: Computer related - by Kosmic Kartman - 02-08-15, 10:35 PM
Re: Computer related - by Val - 03-08-15, 09:49 PM
Re: Computer related - by Kosmic Kartman - 03-08-15, 11:55 PM
Re: Computer related - by mickvp - 04-08-15, 02:00 AM
Re: Computer related - by Kosmic Kartman - 04-08-15, 10:22 AM
Re: Computer related - by mickvp - 04-08-15, 04:03 PM
Re: Computer related - by Kosmic Kartman - 06-08-15, 03:22 PM
Re: Computer related - by Kosmic Kartman - 06-08-15, 04:45 PM
Re: Computer related - by Val - 06-08-15, 05:14 PM
Re: Computer related - by Kosmic Kartman - 06-08-15, 05:29 PM
Re: Computer related - by mickvp - 06-08-15, 05:41 PM
Re: Computer related - by Dead Eye - 06-08-15, 08:55 PM
Re: Computer related - by Kosmic Kartman - 06-08-15, 09:36 PM
Re: Computer related - by mickvp - 06-08-15, 10:52 PM
Re: Computer related - by Kosmic Kartman - 07-08-15, 02:02 PM
Re: Computer related - by mickvp - 07-08-15, 06:00 PM
Re: Computer related - by Kosmic Kartman - 07-08-15, 07:35 PM
Re: Computer related - by mtread - 08-08-15, 02:38 PM
Re: Computer related - by Kosmic Kartman - 08-08-15, 03:01 PM
Re: Computer related - by mickvp - 08-08-15, 03:23 PM
Re: Computer related - by Kosmic Kartman - 08-08-15, 04:49 PM
Re: Computer related - by mtread - 08-08-15, 05:35 PM
Re: Computer related - by Kosmic Kartman - 08-08-15, 06:55 PM
Re: Computer related - by Kosmic Kartman - 08-08-15, 07:54 PM
Re: Computer related - by Dead Eye - 10-08-15, 10:41 AM
Re: Computer related - by Val - 10-08-15, 12:24 PM
Re: Computer related - by Kosmic Kartman - 10-08-15, 01:01 PM
Re: Computer related - by Kosmic Kartman - 10-08-15, 01:22 PM
Re: Computer related - by Val - 10-08-15, 01:23 PM
Re: Computer related - by Kosmic Kartman - 10-08-15, 01:43 PM
Re: Computer related - by Dead Eye - 10-08-15, 03:51 PM
Re: Computer related - by Kosmic Kartman - 10-08-15, 04:39 PM
Re: Computer related - by Dead Eye - 10-08-15, 05:02 PM
Re: Computer related - by mtread - 10-08-15, 10:55 PM
Re: Computer related - by mickvp - 11-08-15, 05:39 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)