Dear Jerome,
Thanks for reply, I have chekt but it doesn't help.
$script[] = " modalBody.prepend('" . trim($iframeHtml) . "');";
To
$script[] = " modalBody.prepend('" . str_replace("'", "\'", trim($iframeHtml)) . "');";
No effect
Also done this:
if (isset($params['title']))
{
- $iframeAttributes['name'] = $params['title'];
+ $iframeAttributes['name'] = addslashes($params['title']);
}
if (isset($params['height']))
Also no effect.
See video i maked:
www.youtube.com/watch?v=BGnwf_lO1D8
Hope you have a solution
It is appeared after 2.60 to 2.6.1
Kind regards,
William