Hello,
I am again asking for help. Is it possible to get the text
from the elent ID into another place in the page.
For example, is it possible using asp to get page title from <p id='title'> in the code below?
<HTML>
<HEAD>
<TITLE> nothing </TITLE>
</HEAD>
<BODY>
<p id='title'>Wanted Title</p>
<p>Page content text about some stuff</p>
</BODY>
</HTML>
Thank you