Technology Questions

Go Back   Technology Questions > Software Questions > Internet > Internet Explorer

Internet Explorer Discuss IE7 or any other IE version.

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 10-31-2009, 08:40 AM
Beemer Biker
Newsgroup Contributor
 
Posts: n/a
can't run local scripts after IE8 update

As of about 3 weeks ago (an IE8 update from ms ??) I have been unable to
run local active-x scripts. I have a calendar generator located here
file:///C:/ResearchRiders/events/calgen.htm

That expression shows up (see following url) if I attempt to "add this
website to the zone" but the syntax is incorrect when I click the "add"
button. This may not have anthing to do with the problem.

In any event I am only able to run the script if I bring up security and
enable active-x scripting for "the internet". It is now prompting me every
time I run it which is ok as i just run it periodically when I want to
update the calendar. For the last 4 years (ie6, ie7, ie8) it has been
prompting like it should but as of 3 weeks ago it stopped and I had to hunt
down and enable the prompting.

My question: Why do I have to enable the prompting for local active-x
scripts that I created and/or obtained from a 3rd party and installed on my
system locally? Under trusted sites I do not see any websites.
http://swri.info/images/cal_gen_add.png

ie8, vista64 with latest patches. Should not I see something like
//localhost or 192.168.2 etc so as to allow local scripting to run? I tried
changing the location of the calendar generator to \users\username\whatever
thinking that the directory off the root was forbidden but it made no
difference. I still got that automation error about can't create object.
I am not expert on scripting, maybe something can be added to the
script to make it "signed" AFAICT the script does not call home



thanks for looking

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 10-31-2009, 08:40 AM
  #2 (permalink)  
Old 10-31-2009, 10:30 AM
Don Varnau
Newsgroup Contributor
 
Posts: n/a
Re: can't run local scripts after IE8 update

Hi,
You're encountering the "local machine zone lockdown" feature.
http://technet.microsoft.com/en-us/l...7150.aspx#EHAA
I don't know why you weren't previously seeing this issue.

Try giving the page the "mark of the web."
http://technet2.microsoft.com/Window....mspx?mfr=true

Or, rename the htm file to hta. HTA files aren't as restricted.

Or... Internet Options> Advanced> Security> check "Allow active content to
run
in files on My Computer ."
You will, of course, be giving up some of the enhanced security provided by
this feature.
http://technet.microsoft.com/en-us/l.../bb457150.aspx

Hope this helps,
Don
[MS MVP- IE]

"Beemer Biker" <josephy@stateson.net> wrote in message
news:EA02EA6D-8081-49C8-B304-0130250551DF@microsoft.com...
> As of about 3 weeks ago (an IE8 update from ms ??) I have been unable to
> run local active-x scripts. I have a calendar generator located here
> file:///C:/ResearchRiders/events/calgen.htm
>
> That expression shows up (see following url) if I attempt to "add this
> website to the zone" but the syntax is incorrect when I click the "add"
> button. This may not have anthing to do with the problem.
>
> In any event I am only able to run the script if I bring up security and
> enable active-x scripting for "the internet". It is now prompting me

every
> time I run it which is ok as i just run it periodically when I want to
> update the calendar. For the last 4 years (ie6, ie7, ie8) it has been
> prompting like it should but as of 3 weeks ago it stopped and I had to

hunt
> down and enable the prompting.
>
> My question: Why do I have to enable the prompting for local active-x
> scripts that I created and/or obtained from a 3rd party and installed on

my
> system locally? Under trusted sites I do not see any websites.
> http://swri.info/images/cal_gen_add.png
>
> ie8, vista64 with latest patches. Should not I see something like
> //localhost or 192.168.2 etc so as to allow local scripting to run? I

tried
> changing the location of the calendar generator to

\users\username\whatever
> thinking that the directory off the root was forbidden but it made no
> difference. I still got that automation error about can't create object.
> I am not expert on scripting, maybe something can be added to the
> script to make it "signed" AFAICT the script does not call home
>
>
> thanks for looking


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 10-31-2009, 10:30 AM
Robert Aldwinckle
Newsgroup Contributor
 
Posts: n/a
Re: can't run local scripts after IE8 update


"Beemer Biker" <josephy@stateson.net> wrote in message news:EA02EA6D-8081-49C8-B304-0130250551DF@microsoft.com...
> As of about 3 weeks ago (an IE8 update from ms ??) I have been unable to
> run local active-x scripts. I have a calendar generator located here
> file:///C:/ResearchRiders/events/calgen.htm
>
> That expression shows up (see following url) if I attempt to "add this
> website to the zone" but the syntax is incorrect when I click the "add"
> button. This may not have anthing to do with the problem.
>
> In any event I am only able to run the script if I bring up security and
> enable active-x scripting for "the internet". It is now prompting me every
> time I run it which is ok as i just run it periodically when I want to
> update the calendar. For the last 4 years (ie6, ie7, ie8) it has been
> prompting like it should but as of 3 weeks ago it stopped and I had to hunt
> down and enable the prompting.
>


> My question: Why do I have to enable the prompting for local active-x
> scripts that I created and/or obtained from a 3rd party and installed on my
> system locally?



You're probably running with (default) Local Machine Zone lockdown settings

There is a way of getting out of the lockdown globally. See, for example,

http://www.microsoft.com/windows/ie/...rovements.mspx

(BING search for
local machine zone internet explorer security options advanced "allow active content to run in my computer"
)


However, since you have control of the page a better option would be
to make use of Mark of the Web in it (so the page uses the Internet zone
security settings instead.)

http://technet.microsoft.com/en-us/l...7150.aspx#EHAA

BTW I'm not sure why that page would not mention the global option.
That's why I had to include a link to Sandi's page too. ; )


HTH

Robert Aldwinckle
---


> Under trusted sites I do not see any websites.
> http://swri.info/images/cal_gen_add.png
>
> ie8, vista64 with latest patches. Should not I see something like
> //localhost or 192.168.2 etc so as to allow local scripting to run? I tried
> changing the location of the calendar generator to \users\username\whatever
> thinking that the directory off the root was forbidden but it made no
> difference. I still got that automation error about can't create object.
> I am not expert on scripting, maybe something can be added to the
> script to make it "signed" AFAICT the script does not call home
>
>
>
> thanks for looking
>



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
can't run local scripts after IE8 update Beemer Biker Internet Explorer 0 10-31-2009 08:40 AM
Update Services not going to local server Paul Bergson [MVP-DS] Windows XP 8 10-29-2009 10:00 PM
After IE8 update- Open File Security Warning for all local executa Mike Internet Explorer 2 03-29-2009 09:36 AM
After IE8 update- Open File Security Warning for all local executa Mike Internet Explorer 1 03-29-2009 09:31 AM
Can I automatically cache Windows Update on my local network najevi Windows XP 2 08-19-2007 07:10 PM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 05:09 PM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0