Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
using js file in custom-menu
suj
How do i include a javascript file in a custom-menu cgi program? what should be the location of the javascript file?
i have tried some thing like this...
<script language='JavaScript' src='/iw/includes/submit_validate.js'>
and i have placed the js file in \iw-home/httpd/webapps/includes
which doesn't seem to work..
rgds
Find more posts tagged with
Comments
Gregg Faus
Your close.
Place the js file in:
\iw-home\httpd\iw\includes\
suj
Thanks a lot..That worked!!!