!!! Listing 1 <% For i = 1 To 7 %> COLOR=# <% = iiiiii %>> Hello World!
<% Next %> !!! Listing 2 <%@ LANGUAGE = JSCRIPT %> // ... <% var i; for (i=1; i <= 7; i++) { Response.write('Hello World!
'); } %> !!! Linie ziehen !!! Listing 3 !!! Linie ziehen <% Call HelloW %> !!! Listing 4 function checkWord(w) { this.w = w.value; var go = parent.unten.document; result = ''; result += '' + webdict[i].whole + ''; } else { result += webdict[i].whole; } result += ''; if ( !empty(webdict[i].expl) ) { result += '

'; result += webdict[i].expl; result += '

'; } } } go.open(); go.write(result); go.close(); } !!! Linie ziehen !!! Listing 5 !!! Linie ziehen <% meinWort = Request.Form("acro") Call suchWort(meinWort) %>