|
 |
asp_web_howto thread: Re: How to use form data to create a customized HTML page without cookies
Message #1 by "Ken Schaefer" <ken@a...> on Fri, 1 Nov 2002 14:38:30 +1100
|
|
If you want to create a static page, then use the File System Object to
create a new text file (HTML pages are just text files right?). Include the
user supplied information with relevant HTML tags, and save it onto the hard
disk.
Alternatively, you could put the information into a database, and extract it
when someone wants to view the page.
Cheers
Ken
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "Chris John" <cj1373@c...>
Subject: [asp_web_howto] How to use form data to create a customized HTML
page without cookies
: Hello,
: I am hoping someone can help me. I am attempting use data entered into a
: form to create an HTML page. What I am trying to accomplish is to allow
: users to input their personal data which would then be included in the
: newly created home page so that whenever anyone accesses the page they
: see the home page owners information. I did not see anything in the wrox
: ASP 3.0 book and would really appreciate some guidance.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Message #2 by "chris" <cj1373@c...> on Thu, 31 Oct 2002 22:11:06 -0600
|
|
Thanks a bunch Ken. I appreciate your feedback. I did come upon that
solution as I did more research
Take care,
chris
-----Original Message-----
From: Ken Schaefer [mailto:ken@a...]
Sent: Thursday, October 31, 2002 9:39 PM
To: ASP Web HowTo
Subject: [asp_web_howto] Re: How to use form data to create a customized
HTML page without cookies
If you want to create a static page, then use the File System Object to
create a new text file (HTML pages are just text files right?). Include
the user supplied information with relevant HTML tags, and save it onto
the hard disk.
Alternatively, you could put the information into a database, and
extract it when someone wants to view the page.
Cheers
Ken
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "Chris John" <cj1373@c...>
Subject: [asp_web_howto] How to use form data to create a customized
HTML page without cookies
: Hello,
: I am hoping someone can help me. I am attempting use data entered
into a
: form to create an HTML page. What I am trying to accomplish is to
allow
: users to input their personal data which would then be included in the
: newly created home page so that whenever anyone accesses the page they
: see the home page owners information. I did not see anything in the
wrox
: ASP 3.0 book and would really appreciate some guidance.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
|
|
 |