Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Asp to create html page

New Here ,
Jul 29, 2009 Jul 29, 2009

I'm trying to create asp code that will allow me to create a physical html page that contains content from a form.  Part 2 of this will be to have the html page rewritten when the asp form gets updated.  The name of the page will be created from the form as well.

Does anyone have any advice on where to start or what is involved in writing this?

TOPICS
Server side applications
641
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 29, 2009 Jul 29, 2009

Not quite follwing you.  HTML pages are static and generally cannot be changed.  ASP pages with a extension of .asp can contain both static and dynamic content.  By dynamic, I mean data from a database.  That said you can enter data thru a asp page and have it refreshed itself when it is submitted,  This is done by calling itself during the submit process.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 29, 2009 Jul 29, 2009

Coder, check out the ASP file system object. It will let you dynamically create an html page. Here's a quick example:

http://www.4guysfromrolla.com/webtech/faq/Advanced/faq2.shtml

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 29, 2009 Jul 29, 2009
LATEST

Thank you,

That is the basics of what I was looking for, now I just need to figure out all the little details.

I'm sure i'll have some more questions later.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines