<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> BC Purchasing <% dim objRS set objRS = Server.CreateObject("ADODB.Recordset") txtCountryID = "WM" if request("txtCountryID") <> "" then txtCountryID = request("txtCountryID") %>
BC Purchasing
Purchaser Information
* Purchaser Code :    
Purchaser Name :
ePoint Balance :
Placement Information
* Placement Code :    
Name :
BC :
Group :
Payment Information
Delivery Charge (RM) : 10.00 / 30.00* Will Be Charge If Total BV Lower Than 50 Excluded Self Collect
Total Pay (RM) :
* Delivery Mode :
* Payment Mode :
Remark :
<% if objRS.state = 1 then objRS.close set objRS = nothing closeObject() %>