Advertisement

09.19.2008 at 06:28AM PDT, ID: 23745759 | Points: 125
[x]
Attachment Details

How can we run a vb script in Linux proxy server?

Asked by EdFernan1016 in Linux Programming

Tags: , ,

How can we run a vb script in Linux proxy server? We are using Oxcyon content management software we got an error in drop down menu which is cause by un closed tags.
I think this is the line of code that giving us the error:

      Function JavaScriptEscape(objRegExp, strValue)
            Dim strTemp
            objRegExp.Pattern = vbCrLf & "|" & vbTab & "|\n|\t"
            strTemp = objRegExp.Replace(strValue, " ")
            objRegExp.Pattern = "\s+"
            strTemp = objRegExp.Replace(strTemp, " ")
            objRegExp.Pattern = "'|"""
            strTemp = objRegExp.Replace(strTemp, "\'")
            JavaScriptEscape = Trim(strTemp)
      End FunctionStart Free Trial
Attachments:
 
code where the error originated
 
 
Loading Advertisement...
 
[+][-]09.19.2008 at 07:01PM PDT, ID: 22527647

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09.25.2008 at 06:49AM PDT, ID: 22569037

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]09.26.2008 at 03:32AM PDT, ID: 22578076

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09.28.2008 at 10:33PM PDT, ID: 22594089

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09.29.2008 at 08:05PM PDT, ID: 22602475

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]09.30.2008 at 11:58AM PDT, ID: 22608285

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10.02.2008 at 09:12AM PDT, ID: 22625678

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628