Commit 7eb198eb authored by steurwadkar's avatar steurwadkar

Changes made to apply new CSS to sales order entry screen

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@172920 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e5717393
......@@ -103,7 +103,7 @@ border:none;
</div>
<div class="pageContentWrapper" style="height:72%;overflow:auto;">
<div class="pageContentWrapper" style="height:calc(100% - 80px);overflow:auto;">
<!-- <div style="height:75%; width:100%;margin-top:2px;margin-left:0px;margin-bottom:0px;overflow:-moz-scrollbars-vertical;overflow-x:auto;overflow-y:auto;white-space:nowrap;border:thin ridge lightgray;"> -->
<table id="activityTable" Class="editDisplayColumnClass" border="0" cellSpacing="0" width="99%" cellPadding="5">
<xsl:for-each select="//Detail1">
......@@ -197,18 +197,18 @@ border:none;
</div>
<div style="width:2%;float: left;padding-left:2px">
<a href="javascript:callListJSP('{normalize-space($dbID)}','','cust_code', 'Customer Code', 0);"
style="float: left;text-decoration: none;" id="Detail1.{normalize-space($dbID)}.cust_code_pophelp" >
style="float: left;text-decoration: none;" id="Detail1.{normalize-space($dbID)}.cust_code_pophelp" tabindex="-1">
<img src="/ibase/webitm/images/pophelp.png" style="margin-top: 2px;" title="Customer Code"/>
</a>
</div>
<div style="float: left;width: 70%;padding-left:9px" >
<input type="text" name="Detail1.{normalize-space($dbID)}.cust_name" id="Detail1.{normalize-space($dbID)}.cust_name"
value="{$cust_name}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 100%" />
value="{$cust_name}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 100%" tabindex="-1"/>
</div>
<!-- <input type="button" style="cursor:hand" value="Details" class="button" title='View Customer Details' id="cust_details" onclick ="javascript:return callCustJSP('Detail1.{normalize-space($dbID)}.cust_code')"/> -->
<a href="javascript:callCustJSP('Detail1.{normalize-space($dbID)}.cust_code')"
style="float: left;text-decoration: none;" id="cust_code_details" >
<img src="/ibase/images/menuImages/web/Galaxy/customer.png" style="" title="View Customer Details"/>
style="float: left;text-decoration: none;" id="cust_code_details" tabindex="-1" >
<img src="/ibase/webitm/images/customerInfo.png" style="height:24px;width:24px;" title="View Customer Details"/>
</a>
</div>
</td>
......@@ -233,17 +233,17 @@ border:none;
</div>
<div style="width:2%;float: left;padding-left:2px">
<a href="javascript:callListJSP('{normalize-space($dbID)}','','cust_code__dlv', 'Customer Code Delivery', 0);"
style="float: left;text-decoration: none;" id="Detail1.{normalize-space($dbID)}.cust_code__dlv_pophelp" >
style="float: left;text-decoration: none;" id="Detail1.{normalize-space($dbID)}.cust_code__dlv_pophelp" tabindex="-1">
<img src="/ibase/webitm/images/pophelp.png" style="margin-top: 2px;" title="Select Customer Code Delivery"/>
</a>
</div>
<div style="float: left;width: 70%;padding-left:9px" >
<input type="text" name="Detail1.{normalize-space($dbID)}.dlv_to" id="Detail1.{normalize-space($dbID)}.dlv_to"
value="{$dlv_to}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 100%" />
value="{$dlv_to}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 100%" tabindex="-1"/>
</div>
<a href="javascript:callCustJSP('Detail1.{normalize-space($dbID)}.cust_code__dlv')"
style="float: left;text-decoration: none;" id="cust_code__dlv_details" >
<img src="/ibase/images/menuImages/web/Galaxy/customer.png" style="" title="View Customer Details"/>
style="float: left;text-decoration: none;" id="cust_code__dlv_details" tabindex="-1">
<img src="/ibase/webitm/images/customerInfo.png" style="height:24px;width:24px;" title="View Customer Details"/>
</a>
</div>
</td>
......@@ -268,17 +268,17 @@ border:none;
</div>
<div style="width:2%;float: left;padding-left:2px">
<a href="javascript:callListJSP('{normalize-space($dbID)}','','cust_code__bil', 'Customer Code Bill', 0);"
style="float: left;text-decoration: none;" id="Detail1.{normalize-space($dbID)}.cust_code__bil_pophelp" >
style="float: left;text-decoration: none;" id="Detail1.{normalize-space($dbID)}.cust_code__bil_pophelp" tabindex="-1">
<img src="/ibase/webitm/images/pophelp.png" style="margin-top: 2px;" title="Select Customer Code Bill"/>
</a>
</div>
<div style="float: left;width: 70%;padding-left:9px" >
<input type="text" name="Detail1.{normalize-space($dbID)}.cust_name__bil" id="Detail1.{normalize-space($dbID)}.cust_name__bil"
value="{$cust_name__bil}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 100%" />
value="{$cust_name__bil}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 100%" tabindex="-1"/>
</div>
<a href="javascript:callCustJSP('Detail1.{normalize-space($dbID)}.cust_code__bil')"
style="float: left;text-decoration: none;" id="cust_code__bil_details" >
<img src="/ibase/images/menuImages/web/Galaxy/customer.png" style="" title="View Customer Details"/>
style="float: left;text-decoration: none;" id="cust_code__bil_details" tabindex="-1">
<img src="/ibase/webitm/images/customerInfo.png" style="height:24px;width:24px;" title="View Customer Details"/>
</a>
</div>
</td>
......@@ -355,7 +355,7 @@ border:none;
</div>
<div style="width:14%;float: left;padding-left:2px">
<a href="javascript:callListJSP('{normalize-space($dbID)}','{normalize-space($stan_code)}','stan_code', 'Station', 0);"
style="float: left;text-decoration: none;" id="Detail1.{normalize-space($dbID)}.stan_code_pophelp" >
style="float: left;text-decoration: none;" id="Detail1.{normalize-space($dbID)}.stan_code_pophelp" tabindex="-1">
<img src="/ibase/webitm/images/pophelp.png" style="margin-top: 2px;" title="Station"/>
</a>
</div>
......@@ -374,7 +374,7 @@ border:none;
</div>
<div style="width:2%;float: left;padding-left:2px">
<a href="javascript:callListJSP('{normalize-space($dbID)}','{normalize-space($state_code__dlv)}','state_code__dlv', 'State', 0);"
id="Detail1.{normalize-space($dbID)}.state_code__dlv_pophelp" >
id="Detail1.{normalize-space($dbID)}.state_code__dlv_pophelp" tabindex="-1">
<img src="/ibase/webitm/images/pophelp.png" style="margin-top: 2px;" title="State"/>
</a>
</div>
......@@ -397,7 +397,7 @@ border:none;
</div>
<div style="width:2%;float: left;padding-left:2px">
<a href="javascript:callListJSP('{normalize-space($dbID)}','{normalize-space($count_code__dlv)}','count_code__dlv', 'Country', 0);"
style="float: left;text-decoration: none;" id="Detail1.{normalize-space($dbID)}.count_code__dlv_pophelp" >
style="float: left;text-decoration: none;" id="Detail1.{normalize-space($dbID)}.count_code__dlv_pophelp" tabindex="-1">
<img src="/ibase/webitm/images/pophelp.png" style="margin-top: 2px;" title="Country"/>
</a>
</div>
......@@ -422,13 +422,13 @@ border:none;
</div>
<div style="width:2%;float: left;padding-left:2px">
<a href="javascript:callListJSP('{normalize-space($dbID)}','{normalize-space($dlv_term)}','dlv_term', 'Delivery Term', 0);"
style="float: left;text-decoration: none;" id="Detail1.{normalize-space($dbID)}.dlv_term_pophelp" >
style="float: left;text-decoration: none;" id="Detail1.{normalize-space($dbID)}.dlv_term_pophelp" tabindex="-1">
<img src="/ibase/webitm/images/pophelp.png" style="margin-top: 2px;" title="Delivery Term"/>
</a>
</div>
<div style="float: left;width: 70%;padding-left:9px" >
<input type="text" name="Detail1.{normalize-space($dbID)}.delivery_term_descr" id="Detail1.{normalize-space($dbID)}.delivery_term_descr"
value="{$delivery_term_descr}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 100%" />
value="{$delivery_term_descr}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 100%" tabindex="-1"/>
</div>
</div>
</td>
......@@ -451,7 +451,7 @@ border:none;
</div>
<div style="width:2%;float: left;padding-left:2px">
<a href="javascript:callListJSP('{normalize-space($dbID)}','{normalize-space($cr_term)}','cr_term', 'Credit Term', 0);"
style="float: left;text-decoration: none;" id="Detail1.{normalize-space($dbID)}.cr_term_pophelp" >
style="float: left;text-decoration: none;" id="Detail1.{normalize-space($dbID)}.cr_term_pophelp" tabindex="-1">
<img src="/ibase/webitm/images/pophelp.png" style="margin-top: 2px;" title="Credit Term"/>
</a>
</div>
......@@ -493,13 +493,13 @@ border:none;
</div>
<div style="width:2%;float: left;padding-left:2px">
<a href="javascript:callListJSP('{normalize-space($dbID)}','{normalize-space($tran_code)}','tran_code', 'Transporter', 0);"
style="float: left;text-decoration: none;" id="Detail1.{normalize-space($dbID)}.tran_code_pophelp" >
style="float: left;text-decoration: none;" id="Detail1.{normalize-space($dbID)}.tran_code_pophelp" tabindex="-1">
<img src="/ibase/webitm/images/pophelp.png" style="margin-top: 2px;" title="Transporter"/>
</a>
</div>
<div style="float: left;width: 70%;padding-left:9px" >
<input type="text" name="Detail1.{normalize-space($dbID)}.trans_mode" id="Detail1.{normalize-space($dbID)}.trans_mode"
value="T" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 100%" />
value="T" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 100%" tabindex="-1"/>
</div>
</div>
</td>
......@@ -514,13 +514,13 @@ border:none;
<strong>Order Date :</strong>
</td>
<td>
<input type="text" class="input_editable" size="8" value="{$order_date}" name="Detail1.{normalize-space($dbID)}.order_date" id="orderdate" onkeydown = "return false;" maxlength="8" placeholder = "DD/MM/YY"/>
<input type="text" class="input_editable" size="8" value="{$order_date}" name="Detail1.{normalize-space($dbID)}.order_date" id="orderdate" onkeydown = "return false;" maxlength="8" placeholder = "DD/MM/YY" tabindex="-1"/>
<img border="0" src="/ibase/webitm/images/calender.png" style = "margin-bottom:-5px;margin-left:3px;cursor: hand;" id="orderdate" name="orderdate" onClick="javascript:setDate('orderdate');"/>
</td>
<td class="td_leftAlign">
<strong>Due Date :</strong>
<input type="text" class="input_editable" size="8" value="{$due_date}" name="Detail1.{normalize-space($dbID)}.due_date" id="duedate" onkeydown = "return false;" maxlength="8" placeholder = "DD/MM/YY"/>
<input type="text" class="input_editable" size="8" value="{$due_date}" name="Detail1.{normalize-space($dbID)}.due_date" id="duedate" onkeydown = "return false;" maxlength="8" placeholder = "DD/MM/YY" tabindex="-1"/>
<img border="0" src="/ibase/webitm/images/calender.png" style = "margin-bottom:-5px;margin-left:3px;cursor: hand;" id="duedate" name="duedate" onClick="javascript:setDate('duedate');"/>
</td>
......@@ -542,13 +542,13 @@ border:none;
</div>
<div style="width:2%;float: left;padding-left:2px">
<a href="javascript:callListJSP('{normalize-space($dbID)}','{normalize-space($site_code)}','site_code', 'Order Site', 0);"
style="float: left;text-decoration: none;" id="Detail1.{normalize-space($dbID)}.site_code_pophelp" >
style="float: left;text-decoration: none;" id="Detail1.{normalize-space($dbID)}.site_code_pophelp" tabindex="-1">
<img src="/ibase/webitm/images/pophelp.png" style="margin-top: 2px;" title="Order Site"/>
</a>
</div>
<div style="float: left;width: 70%;padding-left:9px" >
<input type="text" name="Detail1.{normalize-space($dbID)}.site_descr" id="Detail1.{normalize-space($dbID)}.site_descr"
value="{$site_descr}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 100%" />
value="{$site_descr}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 100%" tabindex="-1"/>
</div>
</div>
</td>
......@@ -570,13 +570,13 @@ border:none;
</div>
<div style="width:2%;float: left;padding-left:2px">
<a href="javascript:callListJSP('{normalize-space($dbID)}','{normalize-space($order_type)}','order_type', 'Order Type', 0);"
style="float: left;text-decoration: none;" id="Detail1.{normalize-space($dbID)}.order_type_pophelp" >
style="float: left;text-decoration: none;" id="Detail1.{normalize-space($dbID)}.order_type_pophelp" tabindex="-1">
<img src="/ibase/webitm/images/pophelp.png" style="margin-top: 2px;" title="Order Type"/>
</a>
</div>
<div style="float: left;width: 70%;padding-left:9px" >
<input type="text" name="Detail1.{normalize-space($dbID)}.sordertype_descr" id="Detail1.{normalize-space($dbID)}.sordertype_descr"
value="{$sordertype_descr}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 100%" />
value="{$sordertype_descr}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 100%" tabindex="-1"/>
</div>
</div>
</td>
......@@ -598,13 +598,13 @@ border:none;
</div>
<div style="width:2%;float: left;padding-left:2px">
<a href="javascript:callListJSP('{normalize-space($dbID)}','{normalize-space($item_ser)}','item_ser', 'Item Series', 0);"
style="float: left;text-decoration: none;" id="Detail1.{normalize-space($dbID)}.item_ser_pophelp" >
style="float: left;text-decoration: none;" id="Detail1.{normalize-space($dbID)}.item_ser_pophelp" tabindex="-1">
<img src="/ibase/webitm/images/pophelp.png" style="margin-top: 2px;" title="Item Series"/>
</a>
</div>
<div style="float: left;width: 70%;padding-left:9px" >
<input type="text" name="Detail1.{normalize-space($dbID)}.itemser_descr" id="Detail1.{normalize-space($dbID)}.itemser_descr"
value="{$itemser_descr}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 100%" />
value="{$itemser_descr}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 100%" tabindex="-1"/>
</div>
</div>
</td>
......@@ -733,7 +733,7 @@ border:none;
<div style = "margin-top:5px">
<table cellSpacing="1" cellPadding="1" width="100%" border="0">
<tr>
<td align = "right" >
<td >
<input type="hidden" value="1" name="FORM_NO" ID="FORM_NO" />
<input type="hidden" value="sorderWiz" name="OBJ_NAME" id="OBJ_NAME"/>
<input type="hidden" value="next" name="action" id="action" />
......
......@@ -143,7 +143,7 @@
</xsl:for-each>
<div class="pageContentWrapper" id = "pageContentWrapper" style="height:75%;overflow:auto;">
<div class="pageContentWrapper" id = "pageContentWrapper" style="height:calc(100% - 80px);overflow:auto;">
<table>
<xsl:for-each select="//Detail2">
......@@ -310,7 +310,7 @@
<input type='hidden' id='multisel1' class='editDisplayClass' maxlength='0' ISCHANGED='false' readOnly = '1' style='margin-left: -9px;width: 400px' value='' />
<div style="float: right;">
<a href="javascript:callItemPopup(1);" style="float: left;text-decoration: none;">
<a href="javascript:callItemPopup(1);" style="float: left;text-decoration: none;" tabindex="-1">
<img src="/ibase/webitm/images/pophelp.png" style="margin-left: -5px;margin-top: 3px;" title="Select Product"/>
</a>
</div>
......
......@@ -250,7 +250,7 @@
</xsl:if>
</xsl:for-each>
<div style="height:75%; width:100%;margin-top:2px;margin-left:2px;overflow:-moz-scrollbars-vertical;overflow-x:auto;overflow-y:auto;white-space:nowrap;border:thin ridge lightgray;">
<div style="height:calc(100% - 80px); width:100%;margin-top:2px;margin-left:2px;overflow:-moz-scrollbars-vertical;overflow-x:auto;overflow-y:auto;white-space:nowrap;border:thin ridge lightgray;">
<table id="Details" class="headertableClass" border="0" cellspacing="0" cellpadding="0" width='100%' style = "color: #333 !important;">
<thead class="table-head">
<tr>
......@@ -358,65 +358,65 @@
<input type="hidden" value="{$item_code}" name="Detail3.{normalize-space($dbIDs)}.item_code" id="Detail3.{normalize-space($dbIDs)}.item_code" />
<!-- <input type="hidden" value="{$dsp_date}" name="Detail3.{normalize-space($dbIDs)}.dsp_date" id="Detail3.{normalize-space($dbIDs)}.dsp_date" /> -->
<td style="width:90px">
<td style="width:90px" nowrap="true">
<xsl:value-of select="item_parnt"/>
</td>
<td style="width:100px">
<td style="width:100px" nowrap="true">
<xsl:value-of select="item_code"/>
</td>
<td style="width:200px">
<td nowrap="true">
<xsl:value-of select="item_descr"/>
</td>
<td style="width:100px">
<td style="width:100px" nowrap="true">
&#160;
<xsl:value-of select="phy_attrib_4"/>
</td>
<td class="td_rightAlign" style="width:75px;">
<input type="text" class="editInputClass" value="{$quantity}" name="Detail3.{normalize-space($dbIDs)}.quantity" id="Detail3.{normalize-space($dbIDs)}.quantity"
<td class="td_rightAlign editTdClass" style="width:75px;" onclick='gotoChildTextbox(this);' nowrap="true">
<input type="text" class="editInputClass editInputCur" value="{$quantity}" name="Detail3.{normalize-space($dbIDs)}.quantity" id="Detail3.{normalize-space($dbIDs)}.quantity"
style="width:100%;border:none;text-align: right; outline:none" maxlength="10"
onchange='changeAmount({$dbIDs});sendInfo("Detail3.{normalize-space($dbIDs)}.quantity");'
onkeypress='return isQuantity(event)' />
onkeypress='return isQuantity(event)' onfocus='setActiveTD(this);' />
</td>
<input type="hidden" value="{$item_descr}" name="Detail3.{normalize-space($dbIDs)}.item_descr" id="Detail3.{normalize-space($dbIDs)}.item_descr" />
<!-- Added by Sneha 20-01-2017, to add discount field [Start] -->
<td class="td_rightAlign" style="width:75px;">
<td class="td_rightAlign editTdClass" style="width:75px;" onclick='gotoChildTextbox(this);' nowrap="true">
<!-- <xsl:value-of select="rate"/> -->
<input type="text" class="editInputClass" value="{$rate}" name="Detail3.{normalize-space($dbIDs)}.rate" id="Detail3.{normalize-space($dbIDs)}.rate"
<input type="text" class="editInputClass editInputCur" value="{$rate}" name="Detail3.{normalize-space($dbIDs)}.rate" id="Detail3.{normalize-space($dbIDs)}.rate"
style="width:100%;border:none;text-align: right; outline:none" maxlength="10"
onchange='changeAmount({$dbIDs});'
onkeypress='return isQuantity(event)' />
onkeypress='return isQuantity(event)' onfocus='setActiveTD(this);' />
</td>
<!-- Added by Sneha 20-01-2017, to add discount field [End] -->
<td class="td_rightAlign" style="width:75px;">
<input type="text" class="editInputClass" value="{$discount}" name="Detail3.{normalize-space($dbIDs)}.discount" id="Detail3.{normalize-space($dbIDs)}.discount"
<td class="td_rightAlign editTdClass" style="width:75px;" onclick='gotoChildTextbox(this);' nowrap="true">
<input type="text" class="editInputClass editInputCur" value="{$discount}" name="Detail3.{normalize-space($dbIDs)}.discount" id="Detail3.{normalize-space($dbIDs)}.discount"
style="width:100%;border:none;text-align: right; outline:none" maxlength="10"
onchange='sendInfo("Detail3.{normalize-space($dbIDs)}.quantity");'
onkeypress='return isQuantity(event);' />
onkeypress='return isQuantity(event);' onfocus='setActiveTD(this);'/>
</td>
<!-- <td style="width:75px">
<xsl:value-of select="item_parnt"/>
</td> -->
<td class="td_rightAlign" style="width:75px;">
<td class="td_rightAlign" style="width:75px;" nowrap="true">
<!-- <xsl:value-of select="net_amt"/> -->
<input type="text" maxlength="4" readOnly = "1"
value="{$net_amt}" name="Detail3.{normalize-space($dbIDs)}.net_amt" id="Detail3.{normalize-space($dbIDs)}.net_amt"
style="text-align: right;width:60px;background-color: transparent;border: none;"/>
style="text-align: right;width:60px;background-color: transparent;border: none;color:#666666;" tabindex="-1"/>
</td>
<td align = 'center'>
<td align = 'center' nowrap="true">
<!-- <xsl:value-of select="dsp_date"/> -->
<!-- <input type="text" class="input_editable" size="8" value="{$dsp_date}" name="Detail3.{normalize-space($dbIDs)}.dsp_date" id="Detail3.{normalize-space($dbIDs)}.dsp_date" onchange = "javascript:checkDateFormat('dsp_date',this.id);" maxlength="8" ISCHANGED="false" /> ( DD/MM/YY )
<img border="0" src="/ibase/webitm/images/calender.png" id="dsp_date" name="dsp_date" onClick="selectedObj = 'Detail3.{normalize-space($dbIDs)}.dsp_date'; javascript:show_calendar('Detail3.{normalize-space($dbIDs)}.dsp_date','','','dd/MM/yy');"/> -->
<input type="text" class="input_editable" size="8" value="{$dsp_date}" name="Detail3.{normalize-space($dbIDs)}.dsp_date" id="dsp_date{normalize-space($dbIDs)}" onkeydown = 'return false;' maxlength="8" placeholder = "DD/MM/YY"/>
<input type="text" class="input_editable" size="8" value="{$dsp_date}" name="Detail3.{normalize-space($dbIDs)}.dsp_date" id="dsp_date{normalize-space($dbIDs)}" onkeydown = 'return false;' maxlength="8" placeholder = "DD/MM/YY" tabindex="-1"/>
<img border="0" src="/ibase/webitm/images/calender.png" style = "margin-bottom:-5px;margin-left:3px;cursor: hand;" id="dsp_date" name="dsp_date" onClick="javascript:setDate('dsp_date{normalize-space($dbIDs)}');"/>
</td>
......@@ -429,17 +429,17 @@
<xsl:value-of select="item_parnt"/>
</td> -->
<td class="td_leftAlign">
<td class="td_leftAlign" nowrap="true">
&#160;
<xsl:value-of select="tax_chap"/>
</td>
<td class="td_leftAlign">
<td class="td_leftAlign" nowrap="true">
&#160;
<xsl:value-of select="tax_class"/>
</td>
<td class="td_leftAlign">
<td class="td_leftAlign" nowrap="true">
&#160;
<xsl:value-of select="tax_env"/>
</td>
......@@ -469,7 +469,7 @@
</table>
</div>
<div style="width=20%;height:6px;margin-left=-12px;margin-top:1px;margin-bottom:0px;">
<div style="width=20%;height:6px;margin-left=-12px;margin-top:5px;margin-bottom:0px;">
<table cellSpacing="1" cellPadding="1" width="50%" border="0">
<input type="hidden" value="3" name="FORM_NO" ID="FORM_NO" />
<input type="hidden" value="sorderWiz" name="OBJ_NAME" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment