Embed Webmail Log-In On Page?

  • Thread starter Thread starter Alex
  • Start date Start date
A

Alex

Is there a way to build a web page that presents the log-on options to
access Webmail?

In other words, I'd like to embed into an HTML page the dialog box that
requests username and password -- the one that comes up when we access
www.examplesite.com/webmail, or www.examplesite.com:2095.

Thanks in advance for any help or advice.

Alex
 
The password dialog is generated by the operating system depending upon what
is returned by the server request.

What exactly are you trying to do??


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
I assume that, rather than going and logging in on the site e.g.
'www.hotmail.com' they want a username/password form on *their* site that a
user fills in and is then logged-on to the hotmail.com account (??).

All you'd need to do is (something like):

<form method="post"
action="https://www.hotmail.com/[path-to-script/[scriptname]">
<input type="text" name=[fieldname]>
<input type="text name=[fieldname]>
</form>

where [fieldname] is the name(s) of the fields on the webmail service's
site.
and [path-to-script] and [scriptname] are the equivalent's of the webmail
service's site.

or something like that.
 
You have to review the Webmail documentation.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top