<%@ Language=VBScript %> <% Response.Buffer = true %> <% Server.ScriptTimeout=150 %> <% 'on error resume next 'for each thing in Request.Form ' Response.Write "
" & thing & ":::" & Request.Form(thing) 'next msubmit = "" msubmit = Request.Form("Submit3") success = "N" if ( msubmit = "Submit" ) then set mymail = server.CreateObject("CDONTS.NewMail") mymail.To = "yazdi@on-lyne.com" mymail.from = Request.Form("email") if not ( Request.form("name") = "" ) then mymail.Subject = "Advertisement Banner Request from - " & Request.form("name") & " " else mymail.Subject = " Advertisement Banner Request " end if mbody = "

AD BANNER Request


" if not ( Request.form("name") = "" ) then mbody = mbody & "

NAME : " & Request.form("name") & "

" end if if not ( Request.form("address") = "" ) then mbody = mbody & "

ADDRESS : " & Request.form("address") & "

" end if if not ( Request.form("city") = "" ) then mbody = mbody & "

CITY : " & Request.form("city") & "

" end if if not ( Request.form("country") = "" ) then mbody = mbody & "

COUNTRY : " & Request.form("country") & "

" end if if not ( Request.form("phone") = "" ) then mbody = mbody & "

TEL NO. : " & Request.form("phone") & "

" end if if not ( Request.form("fax") = "" ) then mbody = mbody & "

FAX NO. : " & Request.form("fax") & "

" end if if not ( Request.form("email") = "" ) then mbody = mbody & "

EMAIL ID : " & Request.form("email") & "

" end if if not ( Request.form("business") = "" ) then mbody = mbody & "

BUSINESS : " & Request.form("business") & "

" end if if ( ucase(Request.form("banner")) = "S" ) then mbody = mbody & "

Type of AD Banner on your site : STATIC

" end if if ( ucase(Request.form("banner")) = "A" ) then mbody = mbody & "

Type of AD Banner on your site : ANIMATED

" end if if ( ucase(Request.form("page")) = "H" ) and ( Request.Form("particular") = "" ) then mbody = mbody & "

How many Pages would you like to

" mbody = mbody & "

have your AD Banner running. : HOMEPAGE

" end if if ( ucase(Request.form("page")) = "A" ) and ( Request.Form("particular") = "" ) then mbody = mbody & "

How many Pages would you like to

" mbody = mbody & "

have your AD Banner running. : ALLPAGES

" end if if not ( Request.form("particular") = "" ) then mbody = mbody & "

How many Pages would you like to

" mbody = mbody & "

have your AD Banner running. : " & Request.form("particular") & "

" end if mymail.Body = mbody mymail.Importance = 1 mymail.BodyFormat = 0 mymail.MailFormat = 0 mymail.Send set mymail = nothing success = "Y" end if %> Your Guide to the Web
Home Classified About Us Groups Services FAQ's Contact Us
Email Login
Shoper Largest selling retail softwar in India
Tally version 8.1
A complete shopping Portal with best offers
Register yourself & Find your soulmate
Taking care of you and your baby
IT Solutions Provider
Feedback
Your Suggestion
AD. Banners
Drop in your query here
Utility
Bookmark Us
Submit a Site
Tell a Friend
Link to us
SEARCH
Google

www on-lyne.info
on-lyne.com planababy
    AD BANNERS
Do fill in the form and we will get back
to you at the earliest


Name  
Business  
Email  
Address  
Phone Number  
Fax Number  
City  
Country  
What type of AD Banners you want to have on our website  
Static Banner
Animated Banner
How many Pages would you like to have your AD Banner running.  
Home page
All Pages
Or specify a particular page
 
  On-lyne Miscellaneous Links
News & Updates
Keep yourself well informed on Current Affairs, Business, Sports just follow this link and get an update of the events right on your desktop.
Maps of India
A complete guide to India and it's tourist places along with an interactive map
Go     
Don't be left behind, Give yourself a web presence for just Rs. 3000/-. For more information do get back to us at webteam@on-lyne.com
 
Topics of your Interest
Arts
Astrology
Automobiles
Bangalore
Banking
Beauty & Fashion
Bollywood
Consulates
Consumers
Cooking
Corp. Governance
Cricket
C. S. R.
Dance
Delhi
Developers
Drivers & Utilities
Education
E-Greetings
Encyclopedia
Finance
Forms Online
Gaming Online
Health
Hollywood
Home Modeling
Hotels
Human Resources
Hyderabad
Insurance
Internet
Jobs
Kids
Legal Affairs
Matrimonial
Mobile
Mumbai
Music
News
NGO
Offbeat
Parenting
Police
Photography
Real Estate
Religion
Science
Search Engine
Shopping
Sports
Solar Energy
SSI's
States
Telephone
Television
Trade Fairs
Travel
Wildlife
Women
WTO
Youth
Zoroastrian
Copyright © 2003, All rights reserved.
Site designed and maintained by On-lyne Comtech (I) Pvt. Ltd.
<% if ( success = "Y" ) then %> <% end if %>