GeekArticles
Microsoft
ASP
Microsoft
ASPASP Fractal
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) %> <table border= "0" cellpadding= "0" cellspacing= "0"><tr><td> <% Call Iterate (depth) %> </td></tr><tr><td> <% Call Iterate (depth) %> </td><td> <% Call Iterate (depth) %> </td></tr></table> <% End Sub Sub Iterate (depth) If depth > 0...n
Sponsored Links
Subscribe via RSS
ASP
- Flash and ASP Integration
- Calorie Counter Using WAP and ASP
- Central Scoreboard with Flash and ASP
- An Active Server Pages Tutorial, Part 1
- ASP Fractal
- Transitioning To ASP.NET - Part 1 Server Controls
- Make Your ASP Work With An Oracle Database
- Securing ASP Data Access - Introduction
- ASP-Oracle Connectivity Using OO4O
- Creating a Members Area in ASP - Introduction
