Name Display2

08/10/2009 02:07

 

<%@ language="vbscript" %>
<% Option Explicit %>
<%
 dim nmarr(3),i
 nmarr(0)=Request("name1")
 nmarr(1)=Request("name2")
 nmarr(2)=Request("name3")
 nmarr(3)=Request("name4")
%>
<html>
<body>
Personal Information
<br>
Name:

<% for i=0 to 2 %>
  <%=nmarr(i) %>
&nbsp
<% next %>
<br>
Age:<%=nmarr(3) %>


</body>
</html>

Back

Search site

Copyright © 2012 Dadaso Zanzane. All rights reserved.