N
Nuno Esculcas
Hello to all,
I like to now if in asp.net there any way to get the HTML elment like
we do in the javascript way, like this:
<script type="text/javascript">
function chancetex()
{
document.getElementById('something').innerHTML= "xpto";
}
</script>
If not then it's possible to write for example the above code in the
body or head of the page dynamicly from the asp.net code (from the C#
code for example).. i only now a way, using the
Response.Write("<script>code</script>"); but by this way all the html
contens are erased...
Thanks for the help
Nuno
I like to now if in asp.net there any way to get the HTML elment like
we do in the javascript way, like this:
<script type="text/javascript">
function chancetex()
{
document.getElementById('something').innerHTML= "xpto";
}
</script>
If not then it's possible to write for example the above code in the
body or head of the page dynamicly from the asp.net code (from the C#
code for example).. i only now a way, using the
Response.Write("<script>code</script>"); but by this way all the html
contens are erased...
Thanks for the help
Nuno