#667 - View all emoticons
0 guests and 0 members have recently viewed this.
The top 3 point earners from 14th Dec 2025 to 21st Dec 2025.
| PDStig |
|
|
|---|---|---|
| Gabri |
|
|
| sholzy |
|
|
There are no events at this time
FROM...
function do_emoticon(field_name,p,_opener)
{
var element;
if (_opener)
{
element=opener.document.getElementById(field_name);
TO...
function do_emoticon(field_name,p,_opener)
{
var element;
if (_opener)
{
element=parent.document.getElementById(field_name);
Javascript windowing context is altered so overlays look like a popup window -- however this no longer works for Firefox. Therefore the templates need to be changed to analyse the context in-situ.