Code:
<%@ Page Language="C#" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <script language="JavaScript" type="text/javascript"> </script> <noscript> <b>Please</b> Try this page for browsers that can not handle SCRIPTing. <a href="EnableJavascript.aspx">click here</a> </noscript> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Untitled Page</title> </head> <body> <form id="form1" runat="server"> <div> hello there </div> </form> </body> </html>
i am trying to test the <noscript> tag.
I am only seeing hello There, but i am supposed to also see the link click here.
I disabled scripting in the browser
please help
Comment