I would just hunt and peck though the HTML in this second page and look for the ID or NAME of that save button, and simply do more of what you've already done:

$IE.Document.lblogin("javascript:login").click()

-Shawn