by Tawani Anyangwe on Active Server Pages Read Comments Rate this resource Viewed 5817 times Rating: 14 users 3.42 out of 5 Next > HTML Output ASP Code <% Dim depth,color,size depth=5 size=1 color="blue" Call DrawFractal (depth) Sub DrawFractal (depth) %>

<% Call Iterate (depth) %>
<% Call Iterate (depth) %> <% Call Iterate (depth) %>

<% End Sub Sub Iterate (depth) If depth > 0…