<% @language = "vbscript" %> Hitmill.com - Hello and Welcome ASP Tutorial
hitmill.com
link to hitmill.com home page

 

 

Hello and Welcome ASP Tutorial


 

Free online ASP tutorial, Active Server Pages technology, with demo. code: Hello and Welcome ASP Tutorial


 
<% Dim ftsize %> <% For ftsize = 7 to 1 Step -1 %> Hello, and Welcome!
<% Next %> <% Dim ft2size %> <% For ft2size = 1 to 7 %> Hello, and Welcome!
<% Next %>
It is <% = WeekdayName(Weekday(Date)) %>, <% = Date %>.
The time is <% = Time %>

 

 

Code for the Tutorial:


 
<div align="center">
<% Dim ftsize %>
<% For ftsize = 7 to 1 Step -1 %>
<font size=<%=ftsize%>
<font color=blue>
Hello, and Welcome!<br>
<% Next %>
<% Dim ft2size %>
<% For ft2size = 1 to 7 %>
<font size=<%=ft2size%>
<font color=#CC33FF>
Hello, and Welcome!
<% Next %>
<!-- Date and time code follows: -->
<br>
<font color=red size=5>
It is <% = WeekdayName(Weekday(Date)) %>,
<% = Date %>.
The time is <% = Time %> </font>
 

 

 


 
Contact Webmaster
 
Updated
http://www.hitmill.com/dhtml/css/lesson1example.html
© hitmill.com
All Rights Reserved