%@ LANGUAGE="VBSCRIPT" %>
<%
Dim CommandText,ConnecObj
Dim M_user_id
Set ConnecObj=Server.CreateObject("ADODB.Connection")
ConnecObj.Open "orientaljewels","plunia","PL765$"
If Session("cont_id")="" then
Session("cont_id")=8
Session("coun_id")=0
Session("stat_id")=0
Session("city_id")=0
End if
M_user_id=Session("user_id")
CommandText="Select * from buyerTB where UPPER(user_id)='" & UCASE(M_user_id) & "'"
Set RS_buyer = ConnecObj.Execute(CommandText,RecordsAffected,adCmdText)
%>
Action4bid.com - The most easiest and innovative way of business
|
ORIENTAL JEWELS INC.
301 EAST 47th
Street #14A NEW YORK, N.Y.-10017
TELEPHONE
: 212-486-0423 FAX: 212-759-4434
|
<%
If (RS_buyer.EOF) then%>
Action4bid - User Login
Invalid access - Please use login box to access your INBOX. Request through entering proper user ID and password is allowed ONLY.
<%
Else%>

|
|
|
Welcome: <%=M_user_id%>
to your INBOX at Action4bid.com
|
|
As Buyer

|
|
In
- Box
(
NEW) - Total Offers/Replies Received |
|
|
| Offers
Received: You can check the offers sent against
your inquiries from the different sellers and can
reply them from this place
|
| Inquiries
Sent: You can check your previous Inquiries
which are sent to different sellers automatically by
Action4bid.com against the inquiry form submitted by
you.
|
| Order
Sent: All orders which are placed by you to
different sellers. For further inquiry of order you
placed, can be done through the reply of any
offer you received from that seller.
|
| Reply
to Reply: Check the reply against the replies
you sent to any seller for further individual
inquiry. |
|
|
[Change location] [Buyer's
Guide Tour] [Seller's Guide Tour]
[Help Desk] [Contact Us]
(C) Copyright 2000
Oriental Jewels Inc.
|
<%
End if%>
|