Microsoft Outlook Web Access - Connexion ??? [php] - PHP - Programmation
Marsh Posté le 10-12-2002 à 15:09:19
<html>
<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
<title>Microsoft Outlook Web Access - Connexion</title>
<script Language="JavaScript">
<!--
var L_strMailboxPlease_Message = "Veuillez entrer le nom de votre Boîte aux lettres.";
var L_strValidMailbox_Message = "Le nom de la boîte aux lettres contient des caractères non valides.";
var L_SessionTimedOut_Message = "Dépassement du délai de session. Si vous souhaitez continuer, vous devez ouvrir une nouvelle session.";
function sendForm(bAnon) {
if (!bAnon)
{
if (document.logonForm.mailbox.value=="" )
{
alert(L_strMailboxPlease_Message )
}
else if (((document.logonForm.mailbox.value.indexOf("\\" ) != -1) ||
(document.logonForm.mailbox.value.indexOf("/" ) != -1)) ||
(document.logonForm.mailbox.value.indexOf(";" ) != -1))
{
alert(L_strValidMailbox_Message)
}
else
{
document.logonForm.submit();
}
}
else
{
document.logonForm.mailbox.value="";
document.logonForm.submit();
}
}
function openNewWindow(fileName,windowName,theWidth,theHeight) {
window.open(fileName,windowName,"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width="+theWidth+",height="+theHeight)
}
//-->
</script>
</head>
<body background="back.jpg" bgcolor="#ffffff" text="#ffffff" link="#ffff00"
vlink="#ffffff" topmargin="0" leftmargin="0">
<table CELLSPACING="0" CELLPADDING="0" BORDER="0" width="100%">
<tr>
<td VALIGN="TOP" ROWSPAN="2"><a HREF="http://www.escem.fr" ALT="ESCEM"><img
SRC="escem.gif" ALIGN="LEFT" HSPACE="0" VSPACE="0" BORDER="0" WIDTH="282" HEIGHT="63"
ALT="ESCEM"> </a></td>
<td VALIGN="TOP"><a HREF="http://www.microsoft.com/france/products/office97/outlook"
ALT="Microsoft Outlook"><img SRC="part2.gif" ALIGN="LEFT" HSPACE="0" VSPACE="0" BORDER="0"
WIDTH="188" HEIGHT="140" ALT="Microsoft Outlook"> </a></td>
<td ALIGN="right" VALIGN="TOP"><img SRC="part3.gif" BORDER="0" WIDTH="132" HEIGHT="144"
</A> </td>
</tr>
<tr>
<td>pour Microsoft (R) Exchange Server</td>
</tr>
</table>
<form name="logonForm" action="LogonFrm.asp" method="GET"
onSubmit="sendForm(false);return(false);">
<input type="hidden" name="isnewwindow" value="1"><input type="hidden" name="isnewwindow"
value="0">
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="153">
<tr valign="top">
<td width="2%" rowspan="2" height="130"></td>
<td width="52%" rowspan="2" height="130"><font color="white" size="4"><!-- 2650.24 --> </font><font
color="white" size="3">Utilisateurs, tapez votre <strong>adresse email
complête</strong> ou votre <strong>login</strong> pour vous connecter à votre compte de
messagerie personnel.</font><p><font color="white" size="3">Users, type your
<strong>entire email address</strong> or your <strong>login</strong> to access to your
personal email account.</font></p>
<div align="left"><p><a href="Aide-WebAccess.pdf" target="_blank"><strong>How to use
WebAccess</strong></a></p>
</div><p><a href="mailto:postmaster-poitiers@escem.fr?subject=email account">Contact
postmaster</a></td>
<td width="2%" rowspan="2" height="130"></td>
<td align="right" width="24%" height="54"><font size="3"><b>Email or Login
=>Connection </b></font> <p> </td>
<td align="left" width="24%" height="54"><input TYPE="text" NAME="mailbox" VALUE
MAXLENGTH="60" SIZE="20"> <br>
<font size="3"><b><a href="JavaScript:sendForm(false)">click here</a> to
connect to your personal e-mail account.</b><br>
<br>
</font></td>
<td width="2%" rowspan="2" height="130"></td>
</tr>
<tr valign="top">
<td align="right" width="24%" height="76"></td>
<td align="left" width="24%" height="76"> <p> </td>
</tr>
<tr>
<td width="2%" height="23"></td>
</tr>
</table>
<script language="JavaScript">
document.logonForm.mailbox.focus()
</script>
</form>
<table width="100%">
<tr>
<td rowspan="2" width="2%"></td>
</tr>
</table>
</body>
</html>
j ai trouvé ca mais c est en asp personne peut m aider a faire en php j ai jamais fait d asp et de javascript
merci
Marsh Posté le 10-12-2002 à 14:54:06
voila je voudrais faire une page
________
|________| login du compte exchange
________
|________| pass
____
|_ok_| renvoie outlook d une page
Le but est a partir de n importe kel pc du rezo de pouvoir consulter ses mails via l intranet merci d avance
Message édité par sakuraba le 10-12-2002 à 15:18:09