A
AAJ
Hi all
is it possible to replace the following javascript with an equivalent on the
server side c#
<script type="text/javascript" >
var txt1 = document.getElementById("txtProblem");
txt1.title = "Enter the description of the problem.";
</script>
thanks
Andy
is it possible to replace the following javascript with an equivalent on the
server side c#
<script type="text/javascript" >
var txt1 = document.getElementById("txtProblem");
txt1.title = "Enter the description of the problem.";
</script>
thanks
Andy