![]() |
|
|
|
| ||||||
|
Welcome to the The ProgrammersTalk Community forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| Tags: |
![]() |
![]() | | LinkBack | Thread Tools | Display Modes | ![]() |
| |||
| [SOLVED] Running JavaScript Programs in Internet Explorer? I am website designer, whenever I try to open my page which contains JavaScript code in Internet Explorer. It stops my Javascript program from running and displays a warning message. I have to right and select ALLOWED BLOCKED CONTENT, then only the program runs. It happens with all types of my javascript programs. But I have checked other websites which contain javascript program on their page. But this alert doesnt occur when i visit their website, it only occurs on the websites i have made. Is there any way to bypass this alert in Internet Explorer? |
| |
| |||
| Check the *type* of javascript: is it external (is it <script src="..." in the <head>)? Is it event-driven (onmouseover="someroutine(..." Compare with the others. Also check *all* your IE settings. I got this too, 'til I studied the details of the source, and clicked into the "allow", and ...etc. |
![]() |
| Thread Tools | |
| Display Modes | |
| |