Server side Script Error
Missing closing tag for "uieip"
Source of the error:
<uieip type="page" value="base" debug="true"></uieip>
1.<uieip type="reg" value="console">
2. <html> 3. 4. <head> 5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 6. <meta http-equiv="X-UA-Compatible" content="IE=edge"> 7. <meta name="viewport" content="width=device-width, initial-scale=1.0"> 8. <link href="/scripts/bootstrap/css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous"> 9. <title>登录</title> 10. </head> 11. 12. <body> 13. <p>aaaa:<uieip>aaaa</uieip> 14. </p> 15. <p>bbbb:<uieip>bbbb</uieip> 16. </p> 17. <script> 18. var a = '<a>asdasdasd</a>' 19. </script> 20. <script runat="server"> 21. var aaaa = '<a>aaaaaaaaaaaa</a>'; 22. response.write('<i>response.writeresponse.writeresponse.writeresponse.write</i>'); 23. </script> 24. <form name="query" action="http://www.example.net/action.php" method="post"> 25. <textarea type="text" name="nameiknow">The text I want</textarea> 26. <div id="button"> 27. <input type="submit" value="Submit" /> 28. </div> 29. </form> 30. <script runat="server"> 31. var a = "a1"; 32. var b = "b1"; 33. var bbbb = '<a>bbbbbbbbbbbb' + a + b + '</a>'; 34. response.write("ddsfsdfsdfsdf") 35. </script> 36. <script src="/scripts/bootstrap/js/bootstrap.bundle.min.js"></script> 37. <script src="/scripts/jquery/jquery.min.js"></script> 38. </body> 39. 40. </html>
*Script source information is only shown in debug mode