Copy link to clipboard
Copied
Hello,
How to add custom jave script file in RoboHelp 2022?
Kindly suggest.
Copy link to clipboard
Copied
Moved to the RoboHelp forum from Using the Community
Copy link to clipboard
Copied
You have made 16 posts so I'm not sure why you asked this question in a forum about using the forum generally rather than asking in the forum for the right you are using. Go to this page and add it to your favourites to find the right place. RoboHelp - Adobe Support Community It also helps if you add a little more information rather than your one liners. 🙂
A lot of your questions can also be answered by going to RH2022 About Adobe RoboHelp (grainge.org) where there is a lot of information about how to do things in RoboHelp versions. There is also the online help. Sorry about having a little pop but those who support the forum would appreciate a little self help first.
Is this what you are looking for?
________________________________________________________
My site www.grainge.org includes many free Authoring and RoboHelp resources that may be of help.
Copy link to clipboard
Copied
+1 to what Peter wrote 😉
You can also add a custom JavaScript file to a specific topic by adding it in the <head> element of your HTML source code or at the end before the closing </body> tag depending on what makes sense for your JavaScript.
Like this:
<script type="text/javascript" src="path/to/your/javascript-file.js"></script>