Server side Script Error
TypeError: Object has no member 'want' at <eval>:6:26(19)
Source of the error:
<script runat="server"> var aaaa='<a>aaaaaaaaaaaa</a>'; response.write('<i>response.write</i>'); </script>
1. <script runat="server"> 2. var a = "a1"; 3. var b = "b1"; 4. 5. var bbbb='<a>bbbbbbbbbbbb'+a+b+'</a>';
6. response.want("ddsfsdfsdfsdf")
7. 8. </script>
</body> </html>
*Script source information is only shown in debug mode