home *** CD-ROM | disk | FTP | other *** search
- <html>
- <head>
- <STYLE>
- body{
- font-size : medium;
- }
- td {
- font-size : medium;
- }
- </STYLE>
-
- <SCRIPT LANGUAGE="JavaScript1.2">
- function eMail(){
- if(document.forms[0].same_as_email.checked){
- document.forms[0].same_as_email.checked = true;
- document.forms[0].same_as_display.checked = false;
- document.forms[0].literal.checked = false;
- }
- }
-
- function displayName(){
- if(document.forms[0].same_as_display.checked){
- document.forms[0].same_as_email.checked = false;
- document.forms[0].same_as_display.checked = true;
- document.forms[0].literal.checked = false;
- }
- }
-
- function literalValue(){
- if(document.forms[0].literal.checked){
- document.forms[0].same_as_email.checked = false;
- document.forms[0].same_as_display.checked = false;
- document.forms[0].literal.checked = true;
- }
- }
-
- </SCRIPT>
- <SCRIPT ID=clientEventHandlersVBS LANGUAGE=vbscript>
- <!--
-
- Sub config_onclick
-
- validData = true
-
- if((NOT document.forms(0).same_as_email.checked) AND (NOT document.forms(0).same_as_display.checked) AND (NOT document.forms(0).literal.checked)) then
- window.alert("You must specifiy a way to determine account name")
- validData = false
- end if
-
- if((document.forms(0).literal.checked) AND (document.forms(0).account_name.value = "")) then
- window.alert("You must specify an account name")
- validData = false
- end if
-
- if(document.forms(0).instance_name.value = "")then
- window.alert("You must enter an instance name")
- validData = false
- end if
-
- if(document.forms(0).pop_server.value = "") then
- window.alert("You must enter a pop server")
- validData = false
- end if
-
- if(document.forms(0).stmp_server.value = "") then
- window.alert("You must enter a stmp server")
- validData = false
- end if
-
- if(document.forms(0).use_news_server.checked) then
- if(document.forms(0).news_server.value = "") then
- window.alert("You must enter a news server")
- validData = false
- end if
- end if
-
- if(document.forms(0).path_to_user_name.value="") then
- window.alert("You must enter a path to the user name")
- validData = false
- end if
-
- if(document.forms(0).path_to_email.value = "") then
- window.alert("You must enter a path to the e-mail address")
- validData = false
- end if
-
- if(document.forms(0).path_to_display_name.value = "") then
- window.alert("You must enter a path to the display name")
- validData = false
- end if
-
- if(document.forms(0).path_to_password.value = "") then
- window.alert("You must enter a path to the password")
- validData = false
- end if
-
- if(document.forms(0).dial_up.checked) then
- if(document.forms(0).phone_book.value = "") then
- window.alert("You must enter a phone book entry")
- validData = false
- end if
- end if
-
- if(validData) then
- if (document.forms(0).onSubmit()) then
- document.forms(0).submit
- end if
- end if
-
-
-
-
- End Sub
-
- -->
- </SCRIPT>
-
-
- </head>
-
- <body bgcolor="Silver" text="Maroon">
-
- <h1></h1>
- <div align="center">Configure ConfigureOutlookExpress Worknode</div>
-
- <!--<form method="POST" action="http://">-->
- <form method="POST" name="configure" action="CALLBACKID-ConfigureWorknode">
- <p style="word-spacing: 0; margin-top: 0; margin-bottom: 0">
- Enter the instance name: <input type="text" name="instance_name" size=57 maxlength=80 tabindex="1">
-
- <p style="word-spacing: 0; margin-top: 0; margin-bottom: 0">
-
- <p style="word-spacing: 0; margin-top: 0; margin-bottom: 0">
- Account Name:
- <p style="word-spacing: 0; margin-top: 0; margin-bottom: 0">
- <input type="checkbox" name="same_as_email" value="ON" onClick="eMail()"> Make Same as E-mail
- <p style="word-spacing: 0; margin-top: 0; margin-bottom: 0">
- <input type="checkbox" name="same_as_display" value="ON" onClick="displayName()"> Make Same as
- DisplayName
- <p style="word-spacing: 0; margin-top: 0; margin-bottom: 0">
- <input type="checkbox" name="literal" value="ON" onClick="literalValue()">
- Literal/DictionaryPath<input type="text" name="account_name" size=66 maxlength=100 tabindex="2">
-
- <p style="word-spacing: 0; margin-top: 0; margin-bottom: 0">
-
-
- <p style="word-spacing: 0; margin-top: 0; margin-bottom: 0"> </p>
-
- <P style="word-spacing: 0; margin-top: 0; margin-bottom: 0">Pop Server:
- <input type="text" name="pop_server" size=70 maxlength=100 tabindex="2">
-
- <P style="word-spacing: 0; margin-top: 0; margin-bottom: 0">SMTP Server: <input type="text" name="stmp_server" size=67 maxlength=100 tabindex="3">
-
- <P style="word-spacing: 0; margin-top: 0; margin-bottom: 0">News Server: <input type="text" name="news_server" size=68 maxlength=100 tabindex="4">
-
- <input type="checkbox" name="use_news_server" value="ON" tabindex="4" checked>
- Use news server
-
- <P style="word-spacing: 0; margin-top: 0; margin-bottom: 0"> <P style="word-spacing: 0; margin-top: 0; margin-bottom: 0">Paths
- in Dictionary<P style="word-spacing: 0; margin-top: 0; margin-bottom: 0">User Name:
- <input type="text" name="path_to_user_name" size=70 maxlength=100 tabindex="5">
- <P style="word-spacing: 0; margin-top: 0; margin-bottom: 0">E-Mail:
- <input type="text" name="path_to_email" size=75 maxlength=100 tabindex="6">
- <P style="word-spacing: 0; margin-top: 0; margin-bottom: 0">Display Name: <input type="text" name="path_to_display_name" size=68 maxlength=100 tabindex="7">
- <P style="word-spacing: 0; margin-top: 0; margin-bottom: 0">Password: <input type="text" name="path_to_password" size=72 maxlength=100 tabindex="8">
- <P style="word-spacing: 0; margin-top: 0; margin-bottom: 0">
- <P style="word-spacing: 0; margin-top: 0; margin-bottom: 0">
-
- <input type="checkbox" name="make_accounts_default" value="ON" tabindex="4">
- Make Mail and News default accounts
- <P style="word-spacing: 0; margin-top: 0; margin-bottom: 0"> <P style="word-spacing: 0; margin-top: 0; margin-bottom: 0"><input type="checkbox" name="dial_up" value="ON" tabindex="10">
- E-Mail Through Dial-Up<P style="word-spacing: 0; margin-top: 0; margin-bottom: 0">Phonebook
- Entry: <input type="text" name="phone_book" size=63 maxlength=100 tabindex="11">
-
- <P>
-
- <P><input type="button" name="config" value="Configure">
-
- </form><hr>
-
- <form method="POST" name="cancel_config" action="CALLBACKID-CancelConfigure">
- <P><input type="submit" name="cancel" value="Cancel">
- </form><hr>
-
- <BR>
-
- <a href="ConfigHelp.html" target="_blank">Click here for help</a>
-
- </body>
- </html>