Options
some easy js help

i have this code:
What would I replace the ??????? with so that it would alert (or change) the name (or other values) of the textarea, by using relative proximity only. It would be easy if the page was static but these a generated dynamically.
<li><b>Html:</b><textarea name="html" style="vertical-align: top;" cols="77" wrap=off ></textarea><a href="javascript:alert(????????????);">bigger</a><a href="#bottom" onclick="javscript: this.parentNode.parentNode.removeChild(this.parentNode);">Remove Forever</a></li>
What would I replace the ??????? with so that it would alert (or change) the name (or other values) of the textarea, by using relative proximity only. It would be easy if the page was static but these a generated dynamically.
0
This discussion has been closed.