m1lenk0
06-14-2003, 10:02 PM
I need some help with forms. Hope someone can help me.
I am trying to create an active desktop, by making an html file with the links i want and then using it as a desktop.
I want to include the ability to access my hotmail by clicking a link on the desktop. I want to create a form on the page, where i can enter my email and password, click submit and a new explorer page will open with my email.
I managed to do something like that for both google and imdb, but have not managed to do it with hotmail.
(the form i used for imdb was this:
<FORM action="http://www.imdb.com/Find" method="post" NAME="QSFORM">
<TR bgcolor="#FFFFFF" align="left">
<TD valign="top" width="100%">
<b>imdb</b>: <INPUT type="text" name="for" size=
"14"> <INPUT type="image" height="15"
width="64" border="0" value="Go" name="Go"
src="icons\submit.png" align=
"absmiddle"><BR clear="left">
)
Also, if possible, is it possible to access hotmail through just one link, like one does on ftp (example: user/pass@ftp.somewhere.com). Can i use a link of that type for hotmail which will automatically log me in?
I am trying to create an active desktop, by making an html file with the links i want and then using it as a desktop.
I want to include the ability to access my hotmail by clicking a link on the desktop. I want to create a form on the page, where i can enter my email and password, click submit and a new explorer page will open with my email.
I managed to do something like that for both google and imdb, but have not managed to do it with hotmail.
(the form i used for imdb was this:
<FORM action="http://www.imdb.com/Find" method="post" NAME="QSFORM">
<TR bgcolor="#FFFFFF" align="left">
<TD valign="top" width="100%">
<b>imdb</b>: <INPUT type="text" name="for" size=
"14"> <INPUT type="image" height="15"
width="64" border="0" value="Go" name="Go"
src="icons\submit.png" align=
"absmiddle"><BR clear="left">
)
Also, if possible, is it possible to access hotmail through just one link, like one does on ftp (example: user/pass@ftp.somewhere.com). Can i use a link of that type for hotmail which will automatically log me in?