Thank you for your quick reply. I appreciate your help.
Let me just comment on the logic that got me thinking of that implementation.
I need to create a JS to parse the portion of HTML pages,for now i've made a script that parses the html contained between the body tags. basically all html. I...
Is it possible to find out the ID of an element or to get a handle of an element in which JS is located. For example if we have
<div id="unknown">
<script type="text/javascript>
get a handle of the containing div(in this case the div with an id "unknown")...for example to change it's...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.