<%@ LANGUAGE="VBSCRIPT"%> <% StrConn="DRIVER={Microsoft Access Driver (*.mdb)};DBQ="& Server.MapPath("infobangladesh.mdb") %> <% Function ChkString(string) if string = "" then string = " " ChkString = Replace(string, "'", "''") End Function %> <% select case Request.querystring("mode") case "add" Call add case "Form" Call Form Case Else Call Form End Select %> <% sub add Set objConn = Server.CreateObject ("ADODB.Connection") objConn.Open StrConn Set objRec2 = Server.CreateObject ("ADODB.Recordset") %> <% url = Request.Form("link") set rscheck = objConn.Execute ("Select link from search where link='" & URL & "'") if rscheck.eof then been_here_before="No" end if RScheck.close if been_here_before="No" then strSql = "insert into search (name, link, keywords, description) values ('" strSql = StrSql & Request.Form("name") & "', '" strSql = StrSql & Request.Form("link") & "', '" strSql = StrSql & Request.Form("keywords") & "', '" strSql = StrSql & Request.Form("description") & "')" objConn.Execute (StrSql) Response.Write "Thank You for submitting your site...your site was successfully added to InfoBangladesh search engine" else Response.Write "The url you submitted is already in our database - if you want to make any changes please contact: dwcorpbd@yahoo.com" objConn.Close set objConn = nothing end if %> <% Set objRec2 = Nothing end sub %> <% sub form %>
InfoBangladesh.Com Chat || Forum || E-Cards || Currency Rate || News || Sports || Article || Tutorial || TV || Film || Free Advertising || Travel || Immigration || Weather || Bangladesh || World Time Zone || Important Telephone || Download || Online Games || Foreign Education || Photo Gallery || Music

Term & Conditions:
1- Make sure that the URL is valid
2- Your site will be added to the search engine after less than 10 seconds
3- You cannot resubmit a link using this page - if you want to update a submission please contact
support

4- Write ONLY the site's title in the "Site Title" field
5- Please don't use any promotional or words in your description (e.g. The best site - get free car!)
6- Submission of your URL does not guarantee inclusion into the InfoBangladesh.Com search results in the next time.

Submit a Site

 Site Title

 Keywords

 URL

 Description


Home|| Company Info|| Advertise with us|| Feedback|| Privacy Policy|| Terms & Conditions|| Contact Us
  Area resolution 800 x 600 pix; Best viewed in IE 4.0 & 5
© 2002 InfoBangladesh.Com, All Rights Reserved.
Site owned & operated by DWCORP Ltd.
 
<% end sub %>