Commit 0bf77e07778e6e8dd51c9eab931fd6a30dfa52cf

Authored by luoyanshou
1 parent 5932caa7

【留言板】页面代码优化

trunk/www/mess_front/input.PHP
... ... @@ -19,7 +19,7 @@
19 19 </head>
20 20 <body>
21 21 <div class="con">
22   - <form action="http://lys.com/wx5019b9c455ea9c81/Message/Api/Message/MessInput/Index" method="post" id="frm_input" >
  22 + <form action="http://lys.com/wx5019b9c455ea9c81/Message/Api/Message/MessInput/Index" method="post" enctype="multipart/form-data" id="frm_input" >
23 23 <table>
24 24 <caption><h2>发表留言</h2></caption>
25 25 <!--<tr>
... ...
trunk/www/mess_front/list.php
... ... @@ -62,7 +62,7 @@ if ($mess_res) {
62 62 <tr>
63 63 <td colspan="3">
64 64 <label>
65   - <a href="input.php" target="_blank">在线留言</a>
  65 + <a href="input.php" >在线留言</a>
66 66 </label>
67 67 <span style="width: 300px; display: inline-block;"></span>
68 68 <label>
... ...