I really dont understand this.
I am assuming that it is a directory, where scripts are kept..

Please help me understand how a cgi process is done.

I was messing around with hotmails login page, and i have
narrowed it down to this..

Please help me understand whats happening here, (it does work)

Whats the form target=_top..



<FORM action=https://lc2.law5.hotmail.passport.com/cgi-bin/dologin method=post
name=passwordform target=_top>

<INPUT id=a_si maxLength=64 name=login size=16>

<INPUT id=a_p maxLength=16 name=passwd size=16 type=password>


<INPUT name=enter onclick="return ;" type=submit value="Sign In">


</FORM>


Seahag