JavaScript directly after tag <bodi>

Hello
Command to place a JavaScript directly behind the tag?

Thank you very much:wink:

Hey @ODC,

What is it you are wanting to run after the opening body tag? The best place to run Javascript is just before the closing body tag or, if you really need to, in the head.

Both can be done very easily in RW 6 in the following window:

If you only want to load it on one page, you can do so in the inspector in either the “Header” or the “Javascript” tags. The same rules apply to these inputs as in the ones above.

Hope that helps,
—E

1 Like

thank you very much:+1: