View Full Version : Web page update


mapat
01-21-2009, 10:04 AM
Hello,

I am new with asp. I have to maintain a web site that uses asp. I have to update some text and add a link (within that text) on a page and can not find the page on the server. Users use a content manager to dynamically post info on the page. One of the form's fields of the content manager contains the text which contains the word "here" which I have to transform into a link. I am thinking that when a user wants to add an additional page, this becomes something dynamic. Can someone give me a hand with this?

Thank you very much :)

HiTechCoach
01-21-2009, 10:48 AM
Hello,

I am new with asp. I have to maintain a web site that uses asp. I have to update some text and add a link (within that text) on a page and can not find the page on the server. Users use a content manager to dynamically post info on the page. One of the form's fields of the content manager contains the text which contains the word "here" which I have to transform into a link. I am thinking that when a user wants to add an additional page, this becomes something dynamic. Can someone give me a hand with this?

Thank you very much :)

Normally a CMS will generate the HTML on the fly using data store in a database.

My guess is that the site is database driven CMS. You will probably need to use the CMS's interface (control panel) to edit the data in the database.


Which CMS?