Alert Page
Fri Apr 11 2025 04:25:47 GMT+0000 (Coordinated Universal Time)
Saved by
@Pooja
<%{
%>
<style>
.zc-pb-embed-placeholder-content
{
font-size: 18px;
margin-top: 15px !important;
align: center;
}
.margin
{
margin-top: 18px !important;
margin-bottom: 18px !important;
}
.zcpopup.compact .popupbox-wraper .popupbox
{
width: 60%!important;
max-height: 90%;
height: 80%!important;
overflow: auto;
background: #fff;
}
// a:hover{
// background:red;
// }
// button:hover {
// background-color:red;
// }
</style>
<%
// ord = Order[Invoice == id.toLong()].Order;
%>
<div class="zc-pb-embed-placeholder-content"> </div>
<div class="zc-pb-embed-placeholder-content">  <%=input.id1%> </div>
<div style="clear:both" align = "center" class="margin">
<span>
<button style="background-color: #5C94C2;
border: none;
color: white;
padding: 8px 24px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 12px;
font-color:#e7e7e7;
margin: 4px 2px;
cursor: pointer;
">
<a href="#Script:dialog.close","same window"><font size="4"color="white">Close</font></a></button></span>
</div>
<%
}%>
content_copyCOPY
Comments