#667 - View all emoticons
0 guests and 0 members have recently viewed this.
The top 3 point earners from 22nd Mar 2026 to 29th Mar 2026.
| Gabri |
|
|
|---|---|---|
| Jason Verhagen |
|
|
| jacobgkau |
|
|
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.