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
I cannot get the "you have been logged on using cached account information" message to appear
Trace unix personal ids to oracle id and sqlplus sessions
Error 1304 on Installing Office 2003
why does my swf flicker like this?
Flash actionscript 3 : Error #1010
Postini and Spam Filtering for automated emails
Pad Numeric string to the left.
Need to identify duplicate records and delete unique ones!
How do I get all the latest stuff for Fedora using yum?
Intranet in Terminal Server Question