I basically need to write an ASP page that takes from a form the value of a textfield (in the same document, using the get method) named "section" and from that, generate a new asp page to be stored at
c:/[value of section from the form]/additive.asp
and the asp page contains
<%
Dim section
section = [value of section from the form]
%>
any ideas?
thanks.
rjones@email.unc.edu
c:/[value of section from the form]/additive.asp
and the asp page contains
<%
Dim section
section = [value of section from the form]
%>
any ideas?
thanks.
rjones@email.unc.edu