Hi All,
Premise: I've started to study javascript and the DOM and I have this HTML fragment:
<body>
<div id="Area_T10" class="abAdArea">
<script src="http://ad.dc2.adtech.de/addyn/3.0/831/***1644116***/0/744/ADTECH;" language="javascript1.1" type="text/javascript"></script>
<script>
** -- My script var n = **
</script>
</div>
</body>
I want to retrieve the number "16644116" from the div
but I cannot figure out how to do it.
Can you help?
Best Regards
Domenico