![]() |
|
|
+ Search |
![]()
|
May 23rd, 2000 07:21
unknown unknown, caiuby
Try this
<%
application("test1") = 123
application("test2") = "ABC"
response.write "<table border=1 width='40%'><Tr><td>Variável<td>Valor"
For Each Item In Application.Contents
response.write "<tr><td>" & item & "<td>" & application(item)
Next
response.write "</table>"
%>
© 1999-2004 Synop Pty Ltd