comp2.php
13.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
<?php
//*****************************************************************************
//*
//* プログラム名:e-gru
//* プログラムID:user_input.php
//* 機能 :ユーザー情報を登録する
//* 作成者 :K.Yoshimura(MTC)
//*
//*****************************************************************************
header("Content-type: text/html; charset=EUC-JP");
session_start();
//session_unregister("user_pass");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=EUC-JP">
<title>トライアル版申し込み|グループウェア「E-グルPro」</title>
<link href="../css/global.css" rel="stylesheet" type="text/css">
<link href="../js/menu_dsp.js" rel="stylesheet" type="text/css">
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
</head>
<body onLoad="MM_preloadImages('http://www.media-tek.co.jp/e_gru_pro/image/bana2.jpg')">
<table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td rowspan="2"><h1><a href="http://www.media-tek.co.jp/"><img src="http://www.media-tek.co.jp/common/mtc_logo.gif" alt="メディアテック株式会社" width="300" height="50" border="0"></a></h1></td>
<td colspan="2" align="right"><img src="http://www.media-tek.co.jp/common/spacer.gif" width="1" height="30"></td>
</tr>
<tr>
<td width="120" align="right" valign="bottom"><a href="http://www.media-tek.co.jp/sitemap.htm"><img src="http://www.media-tek.co.jp/common/button/site_map.gif" alt="サイトマップ" width="120" height="20" border="0"></a></td>
<td width="102" valign="bottom"><a href="http://www.media-tek.co.jp/e_gru_pro/"><img src="http://www.media-tek.co.jp/common/button/top.gif" alt="トップページへ" width="102" height="20" border="0"></a></td>
</tr>
</table>
<table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><a href="http://www.media-tek.co.jp/product" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('product','','http://www.media-tek.co.jp/common/button/product_on.gif',1)"><img src="http://www.media-tek.co.jp/common/button/product_off.gif" alt="製品紹介" name="product" width="140" height="25" border="0"></a></td>
<td><a href="http://www.media-tek.co.jp/service" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('service','','http://www.media-tek.co.jp/common/button/service_on.gif',1)"><img src="http://www.media-tek.co.jp/common/button/service_off.gif" alt="サービス紹介" name="service" width="140" height="25" border="0"></a></td>
<td><a href="http://www.media-tek.co.jp/info" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('info','','http://www.media-tek.co.jp/common/button/info_on.gif',1)"><img src="http://www.media-tek.co.jp/common/button/info_off.gif" alt="会社案内" name="info" width="140" height="25" border="0"></a></td>
<td><a href="http://www.media-tek.co.jp/recruit" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('recruit','','http://www.media-tek.co.jp/common/button/recruit_on.gif',1)"><img src="http://www.media-tek.co.jp/common/button/recruit_off.gif" alt="採用情報" name="recruit" width="140" height="25" border="0"></a></td>
<td><a href="http://www.media-tek.co.jp/inquiry" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('inquire','','http://www.media-tek.co.jp/common/button/inquire_on.gif',1)"><img src="http://www.media-tek.co.jp/common/button/inquire_off.gif" alt="お問い合わせ" name="inquire" width="140" height="25" border="0"></a></td>
</tr>
</table>
<table width="720" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="705" height="742" valign="top">
<table width="700" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<tr class="top_font80">
<td height="30" colspan="3" valign="top" class="top_font80"><a name="top"></a><a href="http://www.media-tek.co.jp/e_gru_pro/index.html">トップ</a> > 製品紹介 > E-gruProについて > お問い合わせ</td>
</tr>
<tr class="top_font80">
<td width="524" height="93" valign="top"><img src="../image/eproimage.jpg" alt="『E-グルPro』オンラインデモ" width="511" height="94" border="0" usemap="#Map">
<map name="Map">
<area shape="rect" coords="237,69,506,91" href="http://www.e-gru.net/e-gruPro_demo/" target="_blank" alt="『E-グルPro』SSLを使用しない(http)">
<area shape="rect" coords="237,46,506,68" href="https://www.e-gru.net/e-gruPro_demo/" target="_blank" alt="『E-グルPro』SSLを使用する(https)">
</map></td>
<td width="14"> </td>
<td width="165" rowspan="3" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr valign="middle">
<td height="11" colspan="3"><img src="http://www.media-tek.co.jp/e_gru_pro/image/spcer.gif" width="14" height="10"></td>
</tr>
<tr valign="middle">
<td height="37" colspan="3"><a href="http://www.media-tek.co.jp/e_gru_pro/index.html"><img src="http://www.media-tek.co.jp/e_gru_pro/image/top.gif" alt="E-グルProトップへ戻る" name="top" width="160" height="36" border="0"></a></td>
</tr> <tr valign="middle">
<td height="37" colspan="3"><img src="http://www.media-tek.co.jp/e_gru_pro/image/epro.jpg" alt="E-gruProについて" name="E-gruProについて" width="160" height="37" border="0"></td>
</tr>
<tr>
<td height="23" align="left" class="menu_list"><img src="http://www.media-tek.co.jp/e_gru_pro/image/t_list.gif" width="30" height="17"></td>
<td valign="top" class="menu_font"><a href="http://www.media-tek.co.jp/e_gru_pro/about/index.html">グループウェアとは</a></td>
<td valign="top" class="menu_font"> </td>
</tr>
<tr>
<td height="13" colspan="2" valign="top" class="top_line"><!--DWLayoutEmptyCell--> </td>
<td> </td>
</tr>
<tr>
<td height="23" class="menu_list"><img src="http://www.media-tek.co.jp/e_gru_pro/image/t_list.gif" width="30" height="17"></td>
<td colspan="2" valign="top" class="menu_font"><a href="http://www.media-tek.co.jp/e_gru_pro/about/variation.html">『E-グルProの秘密』</a></td>
</tr>
<tr>
<td height="13" colspan="2" valign="top" class="top_line"><!--DWLayoutEmptyCell--> </td>
<td> </td>
</tr>
<tr>
<td height="25" valign="top" class="menu_list"><img src="http://www.media-tek.co.jp/e_gru_pro/image/t_list.gif" width="30" height="17"></td>
<td colspan="2" valign="top" class="menu_font"><a href="http://www.media-tek.co.jp/e_gru_pro/about/case.html">活用方法・事例</a></td>
</tr>
<tr valign="middle">
<td height="49" colspan="3"><img src="http://www.media-tek.co.jp/e_gru_pro/image/dounyuu.jpg" alt="導入をご検討の方へ" name="導入をご検討の方へ" width="160" height="37" border="0"></td>
</tr>
<tr>
<td height="23" valign="top" class="menu_list"><img src="http://www.media-tek.co.jp/e_gru_pro/image/t_list.gif" width="30" height="17"></td>
<td colspan="2" valign="top" class="menu_font"><a href="http://www.media-tek.co.jp/e_gru_pro/introduction/func.html">機能紹介</a></td>
</tr>
<tr>
<td height="13" colspan="2" valign="top" class="top_line"><!--DWLayoutEmptyCell--> </td>
<td> </td>
</tr>
<tr>
<td height="23" valign="top" class="menu_list"><img src="http://www.media-tek.co.jp/e_gru_pro/image/t_list.gif" width="30" height="17"></td>
<td colspan="2" valign="top" class="menu_font"><a href="http://www.media-tek.co.jp/e_gru_pro/introduction/security.html">セキュリティ・動作環境</a></td>
</tr>
<tr>
<td height="13" colspan="2" valign="top" class="top_line"><!--DWLayoutEmptyCell--> </td>
<td> </td>
</tr>
<tr>
<td height="23" valign="top" class="menu_list"><img src="http://www.media-tek.co.jp/e_gru_pro/image/t_list.gif" width="30" height="17"></td>
<td colspan="2" valign="top" class="menu_font"><a href="http://www.media-tek.co.jp/e_gru_pro/introduction/ryoukin.html">ご利用料金</a></td>
</tr>
<tr>
<td height="13" colspan="2" valign="top" class="top_line"><!--DWLayoutEmptyCell--> </td>
<td> </td>
</tr>
<tr>
<td height="23" valign="top" class="menu_list"><img src="http://www.media-tek.co.jp/e_gru_pro/image/t_list.gif" width="30" height="17"></td>
<td colspan="2" valign="top" class="menu_font"><a href="http://www.media-tek.co.jp/e_gru_pro/rev/index.php">E-グルProお申し込み</a></td>
</tr>
<tr>
<td height="13" colspan="2" valign="top" class="top_line"><!--DWLayoutEmptyCell--> </td>
<td> </td>
</tr>
<tr>
<td height="23" valign="top" class="menu_list"><img src="http://www.media-tek.co.jp/e_gru_pro/image/t_list.gif" width="30" height="17"></td>
<td colspan="2" valign="top" class="menu_font"><a href="http://www.media-tek.co.jp/e_gru_pro/introduction/s_dl.html">資料ダウンロード・<br>
登録資料</a></td>
</tr>
<tr>
<td height="47" colspan="3" valign="middle"><img src="http://www.media-tek.co.jp/e_gru_pro/image/humei2.jpg" alt="ご不明な点がある方へ" name="ご不明な点がある方へ" width="160" height="37" border="0"></td>
</tr>
<tr>
<td height="23" valign="top" class="menu_list"><img src="http://www.media-tek.co.jp/e_gru_pro/image/t_list.gif" width="30" height="17"></td>
<td colspan="2" valign="top" class="menu_font"><a href="http://www.media-tek.co.jp/e_gru_pro/index.html">よくある質問と答え</a></td>
</tr>
<tr>
<td height="13" colspan="2" valign="top" class="top_line"><!--DWLayoutEmptyCell--> </td>
<td> </td>
</tr>
<tr class="sentaku">
<td height="23" valign="top" class="menu_list"><img src="http://www.media-tek.co.jp/e_gru_pro/image/t_list.gif" width="30" height="17"></td>
<td colspan="2" valign="top" class="menu_font">お問い合わせ</td>
</tr>
<tr>
<td height="13" colspan="2" valign="top" class="top_line"><!--DWLayoutEmptyCell--> </td>
<td> </td>
</tr>
<tr>
<td height="11"> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td height="1"></td>
<td width="130"></td>
<td></td>
</tr>
</table></td>
</tr>
<tr class="top_font80">
<td height="55" valign="bottom"><img src="../image/trial_m.gif" width="507" height="35"></td>
<td> </td>
</tr>
<tr>
<td rowspan="2" valign="top"><table width="536" height="18" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="536" height="11"> </td>
</tr>
<tr class="top_font">
<td height="7"><p style="margin-top: 20px; ">
<div align="center">
<h2>登録完了画面</h2>
<p>ユーザー登録が完了致しました。</p>
<p>登録していただいたメールアドレスに、『E-グルPro』のアドレスをお送り致しましたので、<br>ご確認下さい。</p>
</div>
</p>
</td>
</tr>
</table></td>
<td height="442"> </td>
</tr>
<tr class="top_font80">
<td height="11"> </td>
<td> </td>
</tr>
</table></td>
<td width="14" valign="top"><!--DWLayoutEmptyCell--> </td>
</tr>
<table width="700" border="0" cellpadding="0" cellspacing="0" class="bottom_bg">
<tr>
<td width="10" rowspan="2"><img src="http://www.media-tek.co.jp/common/spacer.gif" width="1" height="50"></td>
<td width="690"><div class="b_link">|<a href="http://www.media-tek.co.jp/privacy">情報保護</a>|<a href="http://www.media-tek.co.jp/ITYougo.htm">IT用語集</a>|<a href="http://www.media-tek.co.jp/TiikiMicchaku.htm">地域密着</a>|<a href="http://www.mtc-sv.jp/e_event/miyagi/ishinomaki/calender.php" target="_blank">イベント情報</a>|<a href="http://www.media-tek.co.jp/link">リンク集</a>|</div></td>
</tr>
<tr>
<td align="center"><span class="copyright">Copyright (C) 2005 Media Tech Inc. All rights reserved. </span></td>
</tr>
</table>
<img src="http://www.mtc-sv.jp/cgi/e-gru_pro/log4.cgi?contact@" width="1" height="1" alt="ana" />
</body>
</html>