Hello,
I have a desktop pc WinXP Home SP2, which I recently restored back to OEM Windows/OEM apps install. Now my javascript is blocked. Here is the message:
I personally made the html page, I get this error message every time I open it now, but I never got it before running the restore process.
Here is the code, it merely opens the Print Dialog Box automatically (harmless enough!):
Please help by telling me what to get/download/install to make the message go away and simply run my script??
Thanks so much.
~Jim
I have a desktop pc WinXP Home SP2, which I recently restored back to OEM Windows/OEM apps install. Now my javascript is blocked. Here is the message:
To help protect your security, Internet Explorer has restricted this webpage from running scripts or ActiveX controls that could access your computer. Click here for options...
Allow Blocked Content...
What's the Risk?
More Information
I personally made the html page, I get this error message every time I open it now, but I never got it before running the restore process.
Here is the code, it merely opens the Print Dialog Box automatically (harmless enough!):
Code:
<script type="text/javascript">
window.print()
</script>
Please help by telling me what to get/download/install to make the message go away and simply run my script??
Thanks so much.
~Jim