<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1002796" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1002796</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/email-login-console#comment-1012329</link>
    <description> &lt;p&gt;I saw people doing it for other e-mail clients. Unfortunatley I am not that clued up on Java so I had problems in trying to edit them to work with hotmail. Of course I did spend some considerable amount of time trying to get it working myself but I only got as far as getting error messages when I was trying to log in. If I find a way of doing it I will let this group know first of course and share the source out with everyone who has been kind and tried helping me with this. Everyone&#039;s effort on this matter is greatly appreciated and I have valued every post repying to my prob.&lt;/p&gt;
&lt;p&gt;~Vy~&lt;/p&gt;
 </description>
     <pubDate>Fri, 14 Jan 2000 11:16:00 +0000</pubDate>
 <dc:creator>vy22</dc:creator>
 <guid isPermaLink="false">comment 1012329 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/email-login-console#comment-1012328</link>
    <description> &lt;p&gt;vvy2,&lt;/p&gt;
&lt;p&gt;If u saw some people do it, why don&#039;t u check their source?&lt;/p&gt;
&lt;p&gt;...and post it here, cause you made me curious about it.&lt;/p&gt;
&lt;p&gt;Jack&lt;/p&gt;
&lt;p&gt;[This message has been edited by Jack Michaelson (edited 14 January 2000).]&lt;/p&gt;
 </description>
     <pubDate>Fri, 14 Jan 2000 10:59:00 +0000</pubDate>
 <dc:creator>Jack Michaelson</dc:creator>
 <guid isPermaLink="false">comment 1012328 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/email-login-console#comment-1012327</link>
    <description> &lt;p&gt;Yeah I think thats what happened to me too. I just went to msn.com and copied a chunk out of their source and was able to type in my user name and password ok but it gave me a invalid login error.&lt;/p&gt;
 </description>
     <pubDate>Thu, 13 Jan 2000 13:47:00 +0000</pubDate>
 <dc:creator>vy22</dc:creator>
 <guid isPermaLink="false">comment 1012327 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/email-login-console#comment-1012326</link>
    <description> &lt;p&gt;oh btw,&lt;/p&gt;
&lt;p&gt;if you want the password to remain hidden under little ***** then change the input type from &quot;text&quot; to &quot;password&quot;&lt;/p&gt;
&lt;p&gt;I changed the action to https://lc4.law5.hotmail.passport.com/cgi-bin/dologin&quot; method=&quot;post&quot;&lt;/p&gt;
&lt;p&gt;but it throws an error and you have to login again. It may prohibit remote logging in&lt;/p&gt;
&lt;p&gt;shrug&lt;/p&gt;
 </description>
     <pubDate>Thu, 13 Jan 2000 13:40:00 +0000</pubDate>
 <dc:creator>RC</dc:creator>
 <guid isPermaLink="false">comment 1012326 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/email-login-console#comment-1012325</link>
    <description> &lt;p&gt;I&#039;m glad that the script worked for you because I just remembered that Iframes are not supported by Netscape anyway. &lt;/p&gt;
&lt;p&gt;and since the file was calling the whole hotmail page there was no way to center just on the login console. anyway, good luck&lt;/p&gt;
 </description>
     <pubDate>Thu, 13 Jan 2000 13:32:00 +0000</pubDate>
 <dc:creator>RC</dc:creator>
 <guid isPermaLink="false">comment 1012325 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/email-login-console#comment-1012324</link>
    <description> &lt;p&gt;yup your script works! Though it connects the user to passport only. The layout though is exactly what I am looking for but maybe with a echo on the passport as it is visible when you type it in. &lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
 </description>
     <pubDate>Thu, 13 Jan 2000 13:19:00 +0000</pubDate>
 <dc:creator>vy22</dc:creator>
 <guid isPermaLink="false">comment 1012324 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/email-login-console#comment-1012323</link>
    <description> &lt;p&gt;Try this (not sure if it works though, it came up to me a few seconds ago):&lt;/p&gt;
&lt;p&gt;&amp;lt;form action=&quot;https://www.passport.com/emailcoming.asp&quot;&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt; Login:&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;input type=&quot;text&quot; name=&quot;login&quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Password:&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;input type=&quot;text&quot; name=&quot;password&quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;input type=&quot;submit&quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;input type=&quot;reset&quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&lt;br /&gt;
&amp;lt;/form&amp;gt;&lt;/p&gt;
&lt;p&gt;Your entered login and password will be sent to Hotmail and I hope they will return your Inbox. But this script is just a wild guess.&lt;/p&gt;
&lt;p&gt;Jack&lt;/p&gt;
 </description>
     <pubDate>Thu, 13 Jan 2000 09:36:00 +0000</pubDate>
 <dc:creator>Jack Michaelson</dc:creator>
 <guid isPermaLink="false">comment 1012323 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/email-login-console#comment-1012322</link>
    <description> &lt;p&gt;Oh one last thing. This works great but as it is pointing to the hotmail site I cannot edit it very much. Is it possible to get it without anything but the login box? The hotmail blue background would look a bit silly on my page. Thanks again!&lt;/p&gt;
 </description>
     <pubDate>Thu, 13 Jan 2000 09:16:00 +0000</pubDate>
 <dc:creator>vy22</dc:creator>
 <guid isPermaLink="false">comment 1012322 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/email-login-console#comment-1012321</link>
    <description> &lt;p&gt;RC that is exactly what I am looking for! I tried cutting it out of the hotmail homepage myself but ended up getting errors when trying to log in. The bit of code that you gave me works great! &lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
 </description>
     <pubDate>Thu, 13 Jan 2000 09:11:00 +0000</pubDate>
 <dc:creator>vy22</dc:creator>
 <guid isPermaLink="false">comment 1012321 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/email-login-console#comment-1012319</link>
    <description> &lt;p&gt;Ok sorry guys I have asked this before but did not have much response so I am hoping for a better shot this time. Is there a way to insert the hotmail login window into your homepage? I have seen people do this with other internet-mail that are not so well known. I want it so it is just like it is in msn.com&lt;br /&gt;
Login:&lt;br /&gt;
Password:&lt;/p&gt;
 </description>
     <pubDate>Wed, 12 Jan 2000 16:45:00 +0000</pubDate>
 <dc:creator>vy22</dc:creator>
 <guid isPermaLink="false">comment 1012319 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
