% @language = "vbscript" %>
|
hitmill.com
|
|
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> |