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
SQL Error_overflowed an int column
Dirty Filesystem
Changing SQL Server Service Account - On Mass
Sybase ASE migration - Index Rebuild
I keep getting a certificate error when accessing server 2008 TS locally
move exchange database to another drive
Activesync 4.5.0 sync directory location on PC
Scan text for a specific word and print surrounding text
Getting (2)No such file or directory while trying to run a CGI File
Boot Disk in Ghost will not accept a Static IP Address