J
josh
Hi,
I wish to know if there is a way to have for ex.
<head>
<title>xxx</title>
</head>
a way to take the <title> (getElementsByTagName()...) and
then to use a sintax like appendChild to append some <script> to
<head>
I view that if I use head.innerHTML then all the content into <head>
is overwritten!
Thanks
P.S.
FindControl give me the way only to take web controls that have an ID
but how to take controls or
HTML tag that does not have that ID?
Thanks
I wish to know if there is a way to have for ex.
<head>
<title>xxx</title>
</head>
a way to take the <title> (getElementsByTagName()...) and
then to use a sintax like appendChild to append some <script> to
<head>
I view that if I use head.innerHTML then all the content into <head>
is overwritten!
Thanks
P.S.
FindControl give me the way only to take web controls that have an ID
but how to take controls or
HTML tag that does not have that ID?
Thanks