Jump to content

Recommended Posts

Posted

Hi,

 

In my logon script I had a line:

 

if ismember("staff") then

Run "\\PathToFile.html"

 

which would open a webpage. This has now been changed and the webpage is a php file:

 

if ismember("staff") then

Run "\\PathToFile.php"

 

But this no longer opens up in Internet Explorer. I'm thinking this is because it doesn't associate the php file with IE. How can I get this to open?

 

Any help would be great,

 

Thanks.

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...