Jump to content

Security Center


will_jones01

Recommended Posts

yeah i hate that message it's so frustrating :) Basically there's not much we can do about it, you can eithershow the user nothing until allow script is clicked orshow them what you can and if they don't click allow script they wont see your div

Link to comment
Share on other sites

Does the Blocked Content message default to <noscript> ? If so, attempt it through CSS in there?

Yeah it does default to noscript, you could try something like this:
<head><script></script><noscript><!--[if IE]><div>You are using Internet Explorer</div><![endif]--></noscript></head><body><!--[if !IE]><!--><div>You are NOT using Internet Explorer</div><!--<![endif]--></body>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...