
Object doesn't support this property or method
A simple replace function is generationg me the "Object doesn't support this property or method" error.
I have also the same problem with RS.AbsolutePosition
It seems that these functions are not recognized.
What should I do ?
_____________________________
<script language=javascript runat=server>
html = "images/456987.jpg"
html = html.replace("images", "images/cropped");
</script>