<%@ Language = VBScript%> <% opendb() set detail=obj.Execute("select * from classifiedadd 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%>
<% if instr(detail("URL"),"http://")then str=detail("URL") else str="http://"&detail("URL") end if %>
   Details
Company name: <%=detail("company_name")%>
Industry:  <%=detail("industry")%>
Requirement:  <%=detail("req_adv")%>
Equipment/commodity name:  <%=detail("equipment")%>
Contact person name:  <%=detail("contact_person")%>
Contact person designation/tiltle:  <%=detail("designation")%>
Phone Number:  <%=detail("phone")%>
Fax Number:  <%=detail("fax")%>
Description:  <%=detail("comments")%>
Email :  "><%=detail("email")%>
  Go Back     
<%End If%>