Embed Webmail Log-In On Page?

S

Steve Easton

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
 
A

Andrew Murray

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.
 
T

Thomas A. Rowe

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

Top