Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6029875
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T04:57:08+00:00 2026-05-23T04:57:08+00:00

I have a simple HTML5 page that I’m building to figure some things out

  • 0

I have a simple HTML5 page that I’m building to figure some things out with sliders. They seem to be fine in the latest versions of Chrome (13+) and Firefox (4+). However, IE9 is giving me the following message:

“Internet Explorer restricted this webpage from running scripts or ActiveX controls.”

Before I hit “Allow Blocked Content”, the sliders do now show up. After I hit allow, they work just fine.

Any idea’s why IE is having problems?

Below is the code for the page:

<!DOCTYPE html>
<html>
<head>
<script src="http://www.frequency-decoder.com/demo/fd-slider/js/fd-slider.js"></script>
<link rel="stylesheet" type="text/css" media="screen, projection" href="http://www.frequency-decoder.com/demo/fd-slider/css/fd-slider.css" />
<link rel="stylesheet" type="text/css" media="screen, projection" href="http://www.frequency-decoder.com/demo/fd-slider/css/demo.css" />
</head>
<body>
<p>
    The following slider has the &#8220;forceValue&#8221; parameter set to TRUE, which
    forces the associated text input to show a valid value.
</p>
<label for="inputTest6" id="inputTest6Label">
    Range: 1 to 5 in steps of 1
</label>
<p>
    <input name="inputTest6" id="inputTest6" type="text" title="Range: 1 to 5 in steps of 1" value="2"  maxlength="6" />
</p>
<script> 
      fdSlider.createSlider({
        // Associate an input
        inp:document.getElementById("inputTest6"),
        // Declare a step
        step:1, 
        // Declare a maxStep
        maxStep:1,
        // Min value
        min:1,
        // Max value
        max:5,
        // Use the "tween to click point" animation
        animation:"tween",
        // Force the associated input to have a valid value
        forceValue:true
        });
      </script>
<p>
    The following slider has been associated with a <code>&lt;select&gt;</code>.
</p>
<label for="selectTest1" id="selectTest1Label">
    Select List with five options
</label>
<p>
    <select name="selectTest1" id="selectTest1">
        <option value="1">One</option>
        <option value="2">Two</option>
        <option value="3">Three</option>
        <option value="4" selected>Four</option>
        <option value="5">Five</option>
    </select>
</p>
<script> 
      fdSlider.createSlider({
        // Associate a select list
        inp:document.getElementById("selectTest1"),
        // Use the tween animation
        animation:"tween",
        // Keep the form element, in this case a select list, visible
        hideInput:false,
        // Give it the className "v-s2" which will make the slider 160px in height
        classNames:"v-s2"
        });
      </script>
</body>
</html>
  • 1 1 Answer
  • 3 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T04:57:09+00:00Added an answer on May 23, 2026 at 4:57 am

    Did you try loading the script from the same domain as the page?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When Connected: I have a simple HTML page with some image elements that reference
This is bugging me ... I have a simple HTML page that has a
I have a simple HTML page that contains two tabs that show/hide content in
I have a very simple webapp that runs within HTML5's Canvas that doesn't have
I have simple html page and need to post data (title/text) from that page
I have a simple HTML page that is referencing 3 CSS files. The first
I have a simple html5 mp3 player that I found online. The player is
I have a web page that starts a HTML5 SharedWorker script. Chrome memory usage
I have a simple html page that sources a javascript file. The javascript file's
I have a simple html5 test page which uses LocalStorage to display / save

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.