? <div> ? ? ? ? ? ? ? ?<div class="input-item isTransfer flex-box"> ? ? ? ? ? ? ? ?<div class="label">是否過戶車</div> ? ? ? ? ? ? ? ?<div class="flex"> ? ? ? ? ? ? ? ? ? ?<span></span> ? ? ? ? ? ? ? ? ? ?<input type="checkbox" id="checkbox_c1" class="chk_3 hide"> ? ? ? ? ? ? ? ? ? ?<label for="checkbox_c1"></label> ? ? ? ? ? ? ? ?</div> ? ? ? ? ? ? ? ?<!-- 點擊什么是過戶車跳轉(zhuǎn)到instructionyemian --> ? ? ? ? ? ? ? ?<div class="qa"> ? ? ? ? ? ? ? ?<a onclick="saveAlltoSessionStorage()" ?href="${application.getContextPath()}/web/interaction/instruction"><i></i>什么是過戶車?</a> ? ? ? ? ? ? ? ? </div> ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?</div>需要的是點擊 什么是過戶車會彈出新窗口上面這個頁面。我寫了一個instruction.ftl就是要跳轉(zhuǎn)的頁面,"${application.getContextPath()}/web/interaction/instruction"是路徑,為什么我點了之后一直是該頁無法顯示顯示,其他頁面都是正常的,TOMCAT也是正常運行的
點擊出現(xiàn)新窗口的問題
colin3523376
2016-07-05 10:11:30