cancel
Showing results for 
Search instead for 
Did you mean: 

How to include the Java Script in the Framework page

Former Member
0 Kudos

Hi,

I need to include the javascript in the framework page.

If possible , how to do that ?

Thanks in advance,

Saravanan Dharmaraj

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I have included the javascript in my JSP pages as follows.Please try the same for your framework page.

<script Language="JavaScript"

src="<%=componentRequest.getWebResourcePath()%>/scripts/Timesheet.js(name of the javascript file)"></script>

The javascript file is stored in the scripts folder.

Thanks and Regards,

Sanad Suman

Answers (0)