portal « J2EE « JSP-Servlet Q&A





1. JSP, Javascript, getting ElementId within another Id    stackoverflow.com

my question today revolves arround the world of javascript in a Websphere JSP environment... I have a code that is somewhat like this:

<div id="randomDynamicId">
    <input id="whatIwantToGetTo">
</div>
I know that I ...