Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...Congratulations on a brilliant idea and a great site..."

Geography

Where in the world do Tek-Tips members come from?
disturbedone (Vendor)
28 May 12 22:14
We have a simple webpage that was built by an ex-staff member that lists all software we have and allows the user to click to install.

Some users are saying they get the page but it says 'Done' in the status bar with a yellow exclamation point. Clicking the 'Install' button does nothing. It is only a couple of users saying this, all other users get the page fine. Clicking it gives the following information:

CODE -->

Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C) Timestamp: Tue, 29 May 2012 02:05:32 UTC Message: Permission denied Line: 19 Char: 5 Code: 0 URI: http://software.domain.local/

Does this mean it is a problem with line 19 character 5 of the underlying source code? If so, that code is:

CODE -->

oShell.ShellExecute(commandtoRun, commandParms, "", "open", "1");

with the first 'o' being the 5th character.

The strange thing is that all other computers work perfectly fine. They're all XPSP3.

Any ideas?
Helpful Member!  Diancecht (Programmer)
29 May 12 5:45
If it's a permission issue, I'd check if the browser configuration has the web in trusted sites and if the "Trusted sites" level allows script execution.

Cheers,
Dian

disturbedone (Vendor)
31 May 12 0:13
Turns out the GPO that is supposed to apply IE settings was not being applied for an unknown reason.

The setting in IE security setting for "Initialize and script ActiveX controls not marked as safe for scripting" was set to 'Prompt' (even though it never prompted) and the GPO should set it to 'Enable'. Manually setting this fixed the problem. And running gpupdate /force and logoff/logon (as it is a user GPO) also fixed the problem.

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close