2013年9月23日星期一

Page error, system error

BS operating system, the platform is xp, written in java , mysql database only IE8 reported this error . How broken ?
------ Solution ---------------------------------------- ----
what circumstances ? There code did not ?
------ Solution ---------------------------------------- ----
IE8 browser issues now. And the program does not matter.
------ Solution ---------------------------------------- ----
my previous machine is old and this problem occurs, shut down when there will be , looks like a memory problem, not a question of procedure
------ Solution ------- -------------------------------------
ie8 is not compatible ? Other browsers no problem ? Try reloading a ie8 , is that the program does not work , then the problem
------ Solution ------------------------- -------------------
should be IE8 issue with HTML contents.

------ For reference only ---------------------------------- -----
		<th colspan="2" scope="col">
更新景点
</th>
</tr>
<tr>
<th scope="row">
景点编号:
</th>
<td>
${view.vId}
<input type="text" name="vId" style="visibility: hidden"
value="${view.vId}" />
</td>
</tr>
<tr class="a1">
<th scope="row">
景点名称:
</th>
<td>
<input type="text" name="vname" value="${view.vName}"
class="editbox4" id="commons" />
</td>
</tr>
<tr>
<th scope="row">
景点位置:
</th>
<td>
<input type="text" name="add" value="${view.vAddress}"
class="editbox4" id="spcommons" />
</td>
</tr>
<tr>
<th scope="row">
等级:
</th>
<td>
<select name="level.levelId" class="editbox4" id="number">
<c:forEach items="${levelSelects}" var="level">
<c:if test="${view.level.levelId==level.levelId}">
<Option value="${level.levelId}" selected="selected">
${level.levelName}
</Option>
</c:if>
<c:if test="${hotel.level.levelId!=level.levelId}">
<Option value="${level.levelId}">
${level.levelName}
</Option>
</c:if>
</c:forEach>
</select>
</td>
</tr>
<tr>
<th scope="row">
景点图片1:
</th>
<td class="binde">
<input type="button" value="是否更新图片" id="updatebPage"
style="font-size: 12px;" />
<input type="hidden" value="${view.vBpage}" name="bpage" />
</td>
<td style="display: none;" class="showbPage">
<input type="file" name="bimage" />
<font color="red">支持宽度为120px,长度120px</font>
</td>
<tr>
<tr>
<th scope="row">
景点图片2:
</th>
<td class="sinde">
<input type="button" value="是否更新图片" id="updatebsPage"
style="font-size: 12px;" />
<input type="hidden" value="${view.vSpage}" name="spage" />
</td>
<td style="display: none;" class="showsPage">
<input type="file" name="simage" />
<font color="red">支持宽度为120px,长度120px</font>
</td>
<tr>
is click on the picture on the error that is updated
------ For reference only ------------------- --------------------
did not have before Shier
------ For reference only --------- ------------------------------
others IE8 is this wrong , ah, I had not thing eh , but using Jquery1.7
------ For reference only -------------------------------- -------
should it.
------ For reference only ---------------------------------- -----
our company policy , you must use IE8 as a platform
------ For reference only --------------------- ------------------
using JQuery , it is hidden one td shows a td, but this time I gave into the hide buttons and provide in-house prior to the td hidden content on the line. IE8 it all right this time . Thank you for your support and participation

没有评论:

发表评论