I have a client that requires the ability to have members of a site
"annotate" (ie: add comments too) a static HTML document. Changes made by
one member could be viewed by but not modified another member while other
members could add additional comments.

I was thinking of using CFFILE to read the document into a variable and
parsing the text to make each paragraph "clickable" to another template for
adding comments by modifying the <p> tag to become a unique hyperlink, eg:
<p<a href="addcomments.cfm?paragraph=#paranumber#">Click to annotate</a>>.

Any ideas on how to actually parse the document to add a unique key to the
paragraph tag?

Thanks!

--
Peter Tilbrook
SafetyWeb Internet Solutions Pty Ltd
31-37 Townshend Street
Phillip, ACT, 2602
AUSTRALIA

Tel: (02) 6273 9901
Fax: (02) 6273 9902

http://www.safetyweb.com.au
http://www.actcfug.asn.au

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to