I have some questions about attachments to documents. How would you attach a html page that refers to other pages. Say I have index.html which is attached to doc1.
index.html needs to load js1.js and css1.css to run How would going to http://localhost:5984/mydatabase/doc1/index.html know how to find the js1.js and css1.css files? Dan
