You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

  Tuesday, 16 July 2019
  3 Replies
  3.6K Visits
Hi, I'm trying to create a rollover image in an article, but as soon as I add the onmouseover and onmouseout when I try to save the document I get:

403
Forbidden
Access to this resource on the server is denied!
more than a month ago
·
#100558
Do you get the same error if you use the Tinymce editor, or the No Editor option?

Just because you're not paranoid doesn't mean everybody isn't out to get you.

more than a month ago
·
#100560
The rollover option isn't there with them, it's a JCE feature is it not?
more than a month ago
·
#100561
All the rollover feature does is add an onmousover and onmouseout attribute to the <img> tag, eg:


<img onmouseover="this.src='/images/responsive/winter-hd.jpg';" onmouseout="this.src='/images/responsive/winter.jpg';" src="/images/responsive/winter.jpg" alt="winter" width="400" />


The reason I was asking about this with the other editor options, is that I think the error is caused by an extension you have installed or something on your server, which is rejecting the save request because of the onmousover and onmouseout events - they may be blacklisted because in some case they can be used for malicious purposes - and testing this in another editor would confirm this.

Just because you're not paranoid doesn't mean everybody isn't out to get you.

  • Page :
  • 1
There are no replies made for this post yet.
Be one of the first to reply to this post!