Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
some easy js help
y2kbg
New
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.