/ Published in: ASP

Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function comillas(ByVal cadena) dim limpiar limpiar = replace(""&cadena,"'","´") limpiar = replace(limpiar,"""","´") comillas= limpiar end function
Comments
