Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
97 lines (90 sloc)
1.7 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html><hrad> | |
| <title>ネットワーク構築</title> | |
| <body bgcolor=#cccccc vlink=#0000ff link=#000000 background="bg.gif"> | |
| <SCRIPT LANGUAGE="JavaScript"> | |
| function EnlivenPrint() { | |
| print(); | |
| return true; | |
| } | |
| function PrevPage() { | |
| history.go(-1); | |
| } | |
| </SCRIPT> | |
| </head> | |
| <center> | |
| <table border=1 width=620 bgcolor=#ffffff CELLPADDING=10 CELLSPACING=0> | |
| <td><table bgcolor=#ffffff> | |
| <td><img src="b4.gif"></td><tr> | |
| <tr></tr> | |
| <tr></tr> | |
| <td><table width=100% CELLPADDING=4 CELLSPACING=0> | |
| <td width=100% bgcolor=#ddddff><font size=+1>Web サーバー構築</font></td><tr> | |
| <td> | |
| Windows NT を使ったWebサーバーを構築致します。<br> | |
| Webサーバーには、メールサーバーやFTPサーバーなどの必要なシステムを設定致します。<br> | |
| また、OCNによる接続や自社ドメイン名の取得手続きも行っています。<br> | |
| <br> | |
| </td></table> | |
| <tr></tr> | |
| <tr></tr> | |
| <td><table width=100% CELLPADDING=4 CELLSPACING=0> | |
| <td width=100% bgcolor=#ddddff><font size=+1>各種申込み、検索サービス</font></td><tr> | |
| <td> | |
| NT サーバーを使い、低価格でホームページ上に各種申込み用フォームを提供することができます。この機能を利用し、オンラインショッピングなども実現することができます。<br> | |
| その他自社内のデータを検索するサービスの提要や、イントラネットにおけるデータウエアハウスの実現など、さまざまな機能を実現することができます。<br> | |
| </td> | |
| <tr></tr> | |
| <tr></tr> | |
| </table> | |
| </td></table> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| </table> | |
| <FORM> | |
| <INPUT TYPE="BUTTON" VALUE="前のページに戻る" ONCLICK="PrevPage()"> | |
| <INPUT TYPE="BUTTON" VALUE="このページを印刷する" ONCLICK="EnlivenPrint()"> | |
| </FORM> | |
| </center> | |
| </body> | |
| </html> |