My Opera is closing 3rd of March

Java - The path ahead

java path

How to find whether Java Script is Disabled on the browser

<body onload="valid()">

  <form id="form1" runat="server">
<asp:TextBox ID="TextBox1" runat="server">Your Browser has Disabled Scripting</asp:TextBox>
    </form>
<script type="text/jscript">
function valid()
{

var txt=document.getElementById('TextBox1');

txt.value="Your Browser has enabled Scripting";
}
</script>

English ProverbsHow to arrange your document

Write a comment

New comments have been disabled for this post.

February 2014
S M T W T F S
January 2014March 2014
1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28