Microsoft
Software
Hardware
Network
Question : How can we run a vb script in Linux proxy server?
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 Function
Answer : How can we run a vb script in Linux proxy server?
Does it help to escape the single-quotes with backslash?
Random Solutions
Problem while adding additional IDENTITY column to the existing temporary table?
Supressing controls with Null values in Access Report
Making Apache use both processors on a dual processor system
Why do I get an random hourglass on Outlook 2007 clients?
Text-Diff in RUBY
How to reset the autonumeric field values to start over again ?
Access 2003 - VBA - pass customer_id from 1 form to another
Problem sending email internally between 2 exchange server on different sites.
Data Source and Populate Field
Fedora Core 5 pop3 server is not installed