1

Is it possible to use Javascript in the content of a page section variation? I want different variations to make different Javascript function calls, so I have variation content like:

Variation 1

<script type="text/javascript">my_func('abc');</script>

Variation 2

<script type="text/javascript">my_func('def');</script>

However, when I preview my page, I can't verify that my_func(content){ alert(content); } is actually being run. Does GWO not support JS content, or am I missing something?

1 Answer 1

3

Is it possible to use Javascript in the content of a page section variation?

Yes it is.

Does GWO not support JS content, or am I missing something?

You are doing something wrong. GWO does support JS content.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.