Open P.tesi-Cuma 09:00-20:00
Email info@muratolmez.com Telefon +90 532 507 34 42

ASP Denemeleri

Form Sonuçlarını Göstermek

Aşağıdaki örnek ASP’ nin ana lisanı VBScript’le yazilmiştır.

HTML Kodlaması:

What is your age? Please enter your age in the box below:

ASP Kodlaması:

Age Verify <% varAge = request.form(“age”) underage = 18 – varAge %> <% if age < 18 then %>

You must be 18 or older to order.
Please come back in <%=underage%> years. <% else %>

You are old enough to continue with this order. <% end if %>

Çalışma Şekli:
HTML formu ASP scripti içermemektedir. Önemli olan form tag’ının ayarıdır.

ASP scriptleri <% %> içine alınmaktadır