• Resolved rob123vun

    (@rob123vun)


    The following script works well in an Elementor html widget:
    <p>1.
    <a href=”javascript:void(0)” onclick=”play1();”>Ik</a>
    <a href=”javascript:void(0)” onclick=”play2();”>heb</a>
    <a href=”javascript:void(0)” onclick=”play3();”>twee</a>
    <a href=”javascript:void(0)” onclick=”play4();”>kinderen</a>
    </p>
    I need it to run it within a TablePress table. But how? If I try to save the table I get: Attention: Unfortunately, an error occurred. There was a problem with the server, HTTP response code 403 ().

    Any help will be welcome.

    Best regards,
    Rob

Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi Rob,

    Thanks for your post!

    As already replied via email:

    I’m afraid that this HTTP 403 error indicates a server configuration problem that is outside of the control of TablePress.
    Here, your server’s security or firewall software are configured too strictly. They don’t seem to like something about the data that is sent from your browser to the server (probably the “javascript:” part in the content).
    This then probably triggers a security rule (because that software falsely thinks that an attack is happening) and the request is blocked with that “403 Forbidden” server error.

    You would need to get in touch with the server admin or the webhost’s support team here. They should be able to find the exact cause, and the rule that triggered this, in their server error log files. Then, they can adjust the configuration so that the false positive is no longer triggered.

    Best wishes,
    Tobias

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.