Considering this HTML code:
<div id="something_unique">
<form action="http://the_needed_link">
</form>
</div>
How do we get the needed link assuming that there is a lot of form tags on the page but we do only need the one that is in a div that has a unique id?