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
System-wide screensaver settings?
CONVERT(char(10),[DATE_FIE<wbr />LD], 110) Question
SBS 2003 service pack will not install
EPO Error
Roxio installed on Dell laptop - won't un-install or run
Using VBA to check if a network drive is available
Outlook 2003 stays disconnected from exchange server
Routing and Remote Access on Windows SBS 2003 - Troubleshooting failed VPN connections
From an MS Access Form how do I open a web site then automaticly fill in the login and password box from data in my table?
Multiple MX IPs, SMTP connectors on one Exchange server