moiseszaragoza
10-13-2010, 05:29 PM
i am trying to replace (") with " but its giving a error i don't know what i am doing wrong.
String.prototype.double_quotes = function()
{
return this.replace("""",""");
}
Microsoft JScript compilation error '800a03ee'
Expected ')'
/include/functions.asp, line 3
return this.replace("""",""");
String.prototype.double_quotes = function()
{
return this.replace("""",""");
}
Microsoft JScript compilation error '800a03ee'
Expected ')'
/include/functions.asp, line 3
return this.replace("""",""");