arishy 0 Newbie Poster

First let me define what I mean by action box. Input box waiting for data, link waiting for click etc.
Also I am assuming that the page is NOT using mouse over ( BAD assumption, so feel free to suggest something else)
Why I need this ? you might ask
There are a lot of pages that need an expert to understand, but you need to get some properties so you can automate things programatically.

A very common case; logging with password.

You need to know the "input" name that you will use to set, so it is automatically filled in by the program e.g
.document.item("?????").value= "xxxxxx"

Is there a way that I get a popup with all the properties of the element WITHOUT digging deep into the source code.
Or may be there is a utility that can do it ???