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
Windows picture and fax viewer not opening the image file which was requested?
accessing an ODBC datasource via VBA
Outlook error: The following recipient(s) could not be reached:
How to connect access database from Visual Basic
Simple Powershell script to search all users in the domain for creation date
SQL Maintenance Plan: Transaction Log Backup failing
OMA-ActiveSync Problems 2003
Server 2008 TS Gateway and VPN
Moving public folders from Exchange 2003 to Exchange 2007
Hide / Unhide Access Objects