%@ Language = VBScript%>
<%
opendb()
set detail=obj.Execute("select * from tender where id ="&Cint(Request.QueryString ("id"))&"")
detail.close
detail.open,,1
if detail.recordcount <> 1 then
Response.Redirect ("../energyonthe_web.htm")
end if
%>
Details
<%If Flag then%>
<%Else%>
|
|
| Government Agency/Company
name: |
<% if instr(detail("URL"),"http://")then
str=detail("URL")
else
str="http://"&detail("URL")
end if %>
<%=detail("company_name")%> |
| Industry: |
<%=detail("industry")%> |
| Heading
of the Tender: |
<%=detail("head_adv")%> |
| Country: |
<%=detail("country")%> |
| Requirement for the Bid: |
<%=detail("req_adv")%> |
| Scope: |
<%=detail("scope")%> |
| Solicitation
no #: |
<%=detail("solicitation")%> |
| Category: |
<%=detail("category")%> |
| Status: |
<%=detail("status")%> |
| Announce Date: |
<%=detail("ann_date")%> |
| Bid
Date: |
<%=detail("bid_date")%> |
| Description: |
<%=detail("description")%> |
| Contact
person name: |
<%=detail("contact_person")%> |
| Contact
person designation/title: |
<%=detail("designation")%> |
| Point
of Contact: |
<%=detail("point_to_contact")%> |
| Phone
Number: |
<%=detail("phone")%> |
| Fax
Number: |
<%=detail("fax")%> |
| Email
: |
"><%=detail("email")%> |
|
|
Go Back |
<%End If%>