i already have ad on installed in my pc but still mozila is not supporting javascript, why??
need javascript support for mozila firefox to creat image slideshow for a website.
การตอบกลับทั้งหมด (1)
Javascripts are disble by default in firefox to save users from accidentally crash of firefox, but you can enable this easly by two ways : about:config
In the address bar, type "about:config" (without quotes), and press Enter.
- Click "I'll be careful, I promise"
- search for "javascript.enabled" (without quotes);in search box.
- Right click the result named "javascript.enabled" and click "Toggle". JavaScript is now disabled.
To Re-enable JavaScript,same done these steps about:config
In the address bar, type "about:config" (without quotes), and press Enter. Click "I'll be careful, I promise" In the search bar, search for "javascript.enabled" (without quotes). Right click the result named "javascript.enabled" and click "Toggle". JavaScript is now disabled.
To Re-enable JavaScript, repeat these steps.
Add-ons You can alternatively install an add-on that lets you disable/enable JavaScript, such as
- No-Script (to disable JavaScript on a per page basis, as required)
- QuickJava (to easily disable and enable JavaScript, automatic loading of images, and other content)
Read the basics of javascript from here : http://mzl.la/KYxPJ6 </br> Hope this helps you