我有一個提交表單,供我的客戶使用跟蹤代碼跟蹤他們的訂單。我想顯示從船公司網站查詢的訂單狀態結果。如何在新div中顯示提交表單的HTML頁面
input[type=text],
select,
textarea {
width: 100%;
padding: 12px;
border: 1px solid #ccc;
border-radius: 4px;
margin-top: 0px;
margin-bottom: 5px;
resize: vertical;
font-family: "Comic Sans MS", cursive, sans-serif;
font-size: 14px;
font-weight: bold;
}
input[type=submit] {
background-color: #000;
color: white;
padding: 10px 20px;
border: none;
border-radius: 20px;
font-weight: bold;
cursor: pointer;
}
input[type=submit]:hover {
color: #FFF;
background-color: #dd0017;
}
input[type=submit]:active {
box-shadow: inset 0px 0px 10px #000;
color: #FFF;
background-color: #dd0017;
}
.container {
border-radius: 5px;
background-color: rgba(241, 98, 114, 0.25);
padding: 0px;
margin-bottom: 20px;
}
<div class="container">
<div align="left" style="background-color:rgba(241, 98, 114, 0.25);padding:15px 0px 15px 5px;border-radius: 5px; border:1px solid #ff60cd;"><img align="left" alt="Sürat Kargo Takip" src="image\PNGLER\surat-kargo-takip-icon-200x40.png" style="float:none;" /></div>
<form action="http://www.suratkargo.com.tr/kargoweb/bireysel.aspx" align="left" onsubmit="window.open('','top','resizable=1, scrollbars=1,width=790,left=25,top=25')" target="top">
<h2><label for="takipnoalani">Takip NO :</label></h2>
<input id="takipnoalani" name="no" placeholder="Kargo Takip Numaranızı Yazınız..." type="text" />
<input name="action" style="font-size:16px;float:right;" type="submit" value="Getir" /> </form>
</div>
<div id="show_result" style="border:2px solid red;">
I want to show the result of query here<br/>But I couldn't :(<br/> And it would be better if this red bordered div is not shown until the customer click the "Getir" button.
</div>
我的代碼是在新頁面中打開它。但是,我想在同一個頁面上顯示它,並使用新的(或現有的但隱藏的)div。我不知道這是否可能。我查看了與此類似的所有問題,但無法找到解決方案。
如果有人能幫助我,我將不勝感激。
你總是可以張貼到同一頁的形式,並根據條件的ASPX裏面然後輸出數據。 –
感謝您的快速回答,@Obsidian Age。對不起,我無法理解......「基於ASPX內的條件」。我的網站基於opencart。我對編程非常陌生。 – ironicskymoon
不幸的是我對ASPX本人不太熟悉 - 我剛剛注意到'