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
Bash Script, Search for a given directory
Lightest fasted method of sending data back to the server
Microsoft OLE DB Provider for SQL Server error '80040e31' Timeout expired .
ORA-00904
How to reload a .conf file without restarting the server?
Sendmail & POP via IPTABLES
Javascript innerHTML issue
Assistance with DOS script
Repair/Installation stops with Fatal Error
Copying Font (Arial Narrow) from one machine to another