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 Server 2003 Setup Restart Loop
Opening a new window in Firefox does not behave the same as in IE
tunnelling with VNC over SSH...
Remove Spaces in String Variable
having trouble mail enabling security groups in Exchange 2007
ActiveX Error 336
SQL 6.5: Kill xp_cmdshell process awaiting user input
Unable to send emails to Hotmail.
Getting last_insert_id() in a trigger in Mysql
Reporting Services: Groups - keep together -> can't find it