Click here to Skip to main content
16,005,281 members
Home / Discussions / System Admin
   

System Admin

 
GeneralRe: Unavailable Reference to Logical Drive Pin
Dave Kreskowiak23-Jun-06 5:33
mveDave Kreskowiak23-Jun-06 5:33 
GeneralRe: Unavailable Reference to Logical Drive Pin
ksandy4524-Jun-06 0:23
ksandy4524-Jun-06 0:23 
GeneralRe: Unavailable Reference to Logical Drive Pin
Dave Kreskowiak24-Jun-06 3:47
mveDave Kreskowiak24-Jun-06 3:47 
GeneralRe: Unavailable Reference to Logical Drive Pin
ksandy4526-Jun-06 17:59
ksandy4526-Jun-06 17:59 
GeneralRe: Unavailable Reference to Logical Drive Pin
Mekong River25-Jun-06 14:54
Mekong River25-Jun-06 14:54 
GeneralRe: Unavailable Reference to Logical Drive Pin
ksandy4526-Jun-06 18:06
ksandy4526-Jun-06 18:06 
GeneralRe: Unavailable Reference to Logical Drive Pin
Mekong River26-Jun-06 18:50
Mekong River26-Jun-06 18:50 
QuestionIE SCRIPTING Pin
greekius20-Jun-06 2:21
greekius20-Jun-06 2:21 
my question is about IE scripting.
I have 100 notebook client. In Company i have 131.107.2.0 domain.
my proxy server is 131.107.2.7
when employees at work, they can connect to internet using proxy.
But When thay at home, there is no proxy, they have direct internet connection generally.
They cannot connect to net unless they uncheck "use proxy server" at ie properties,connection tab, lan settings part.

So i wantto write a script to prevent this.

I wrote a script but it is not working.

Any idea or where i find any script to do this.

function FindProxyForURL(url, host) {
if ( isInNet(host, "131.107.2.0", "255.255.255.0")
{
return "PROXY 131.107.2.7:8080";
}
else {
return "DIRECT";

}
}



AnswerRe: IE SCRIPTING [modified] Pin
Dave Kreskowiak20-Jun-06 5:33
mveDave Kreskowiak20-Jun-06 5:33 
AnswerRe: IE SCRIPTING Pin
Mekong River20-Jun-06 15:17
Mekong River20-Jun-06 15:17 
GeneralRe: IE SCRIPTING Pin
toxcct21-Jun-06 2:01
toxcct21-Jun-06 2:01 
GeneralRe: IE SCRIPTING Pin
Mekong River21-Jun-06 12:49
Mekong River21-Jun-06 12:49 
GeneralRe: IE SCRIPTING Pin
toxcct21-Jun-06 20:54
toxcct21-Jun-06 20:54 
GeneralRe: IE SCRIPTING Pin
Mekong River21-Jun-06 23:46
Mekong River21-Jun-06 23:46 
QuestionProgramatically getting MIB type from an Agent Pin
mikeyhardingboyo19-Jun-06 15:46
mikeyhardingboyo19-Jun-06 15:46 
QuestionProblem with a program that consumes 100% of CPU power Pin
sv2george16-Jun-06 21:45
sv2george16-Jun-06 21:45 
AnswerRe: Problem with a program that consumes 100% of CPU power Pin
Dave Kreskowiak17-Jun-06 16:35
mveDave Kreskowiak17-Jun-06 16:35 
GeneralRe: Problem with a program that consumes 100% of CPU power Pin
Dan Neely19-Jun-06 2:14
Dan Neely19-Jun-06 2:14 
GeneralRe: Problem with a program that consumes 100% of CPU power Pin
Dave Kreskowiak19-Jun-06 3:47
mveDave Kreskowiak19-Jun-06 3:47 
GeneralRe: Problem with a program that consumes 100% of CPU power Pin
Dan Neely19-Jun-06 4:11
Dan Neely19-Jun-06 4:11 
GeneralRe: Problem with a program that consumes 100% of CPU power Pin
Dave Kreskowiak19-Jun-06 5:12
mveDave Kreskowiak19-Jun-06 5:12 
QuestionVirus affect MDA pro Pin
Mekong River16-Jun-06 0:06
Mekong River16-Jun-06 0:06 
AnswerRe: Virus affect MDA pro Pin
JCParker19-Jun-06 10:18
JCParker19-Jun-06 10:18 
GeneralRe: Virus affect MDA pro Pin
Mekong River19-Jun-06 13:38
Mekong River19-Jun-06 13:38 
GeneralRe: Virus affect MDA pro Pin
Sebastian Schneider19-Jun-06 22:46
Sebastian Schneider19-Jun-06 22:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.