Jump to content

ASP Script for HTML page update


310henry777

Recommended Posts

I have created a post at the HTML forumhttp://w3schools.invisionzone.com/index.php?showtopic=21620I am simply trying to edit one section of the website as explained aboveIt seems like it's very possible to do it in php and even i have been able to find a php script, but with ASP it seems not so possibleCan someone give a suggestion or assist with this script and how to write to a specific pageThis code does something that's similar, it generates a html page, but i simply want to write to a section of an already existing page http://www.codeave.com/asp/code.asp?u_log=89thanks

Link to comment
Share on other sites

Anything you can do with PHP you can also do with ASP. Instead of saving the content in HTML files, just save the content in a database, save each paragraph or whatever you need in a database table. On the pages where you want to display it, just have those pages get the content out of the database and print it out. That will be a lot easier then trying to open a file, figuring out what content you want to show as editable, then replacing the old content with the new content.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...