Server side Script Error
Missing closing tag for "script"
Source of the error:
</script>
1.<script runat="server">
2. var aaaa = '<a>aaaaaaaaaaaa</a>'; 3. 4. 5. <form name="query" action="http://www.example.net/action.php" method="post"> 6. <textarea type="text" name="nameiknow">The text I want</textarea> 7. <div id="button"> 8. <input type="submit" value="Submit" /> 9. </div> 10. </form> 11. <script runat="server"> 12. var a = "a1"; 13. var b = "b1"; 14. var bbbb = '<a>bbbbbbbbbbbb' + a + b + '</a>'; 15. </script> 16. 17.</body> 18. 19.</html>
*Script source information is only shown in debug mode