How to attach references of script library and shared resources of lotus notes database into a HTML page

Dear All

Is it possible to attach references of script library and shared resources of lotus notes database into a HTML page.

Basically I have written a agent, which basically generate a html page. This page contains some inforamation, which is taken from a notes document. Now I want to perform some validation and use style sheet into this page. Style sheet and Java script function, I have created into the script library and shared resource of my database.

I have written the following syntax, which is not working

even I try with this path in place of src and href = "http://servername/developer_3/ITRequestMgmt_Dev_0_2.nsf/DefaultStyle.css?OpenCssResource" Please any body help me out Thank you Regards Ashish Upadhyay

Subject: How to attach references of script library and shared resources of lotus notes database into a HTML page

The syntax as is is correct.

Have a look at the HTML source of the site created by your agent. Are those links and references in place and look like they should?

Might also be helpful to post the code of your agent.