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
Dynamic Base HREF?
Undelivered Mail Returned to Sender User EMail Sppofed? How can I stop this?
SBS - Sharepoint 2007
MSSQL Substring Character
Create Batch file to setup ODBC DSN on the fly
Internal error 2753. nost_LM.exe Windows Installer or Installshield issue
Certificate installed on SBS 2003 R2 - now errors with Public Folders
OWA Reminder Popup Script Error
Using Framesets in Ruby on Rails
cgi bypass