SEARCH FINESCALE.COM

Enter keywords or a search phrase below:

Smilies window blank

1815 views
1 replies
1 rating 2 rating 3 rating 4 rating 5 rating
  • Member since
    January 2003
  • From: Peoples Socialist Democratic Republic of Illinois
Smilies window blank
Posted by Triarius on Friday, May 11, 2007 11:11 AM

Using latest version of Firefox on Mac, OS 10.3.9

Today when I attempted to open the smilies window, I got a blank window. Did the same after restart. Pop-up blocker is off. 

Ross Martinek A little strangeness, now and then, is a good thing… Wink

  • Member since
    January 2003
  • From: Peoples Socialist Democratic Republic of Illinois
Posted by Triarius on Saturday, May 12, 2007 11:13 AM

David,

I looked at the source for the smilies window. This is what I found. Is the underlined bold code supposed to be there? Or is this something Netblockade is doing behind my back?

I also notice that, as with others, the hyperlink buttons no longer work.

Any help or advice you can offer would be appreciated! 

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>{$lang_csemotions_title}</title>
<!-- NetBlockade - "*popup*" - NetBlockade - "*popup*" - NetBlockade - "*popup*" - NetBlockade - "*popu -->
<script language="javascript" type="text/javascript" src="jscripts/functions.js"></script>
<link href="css/csemotions.css" rel="stylesheet" type="text/css" />
<base target="_self" />
</head>
<body onload="' " style="display: none">
<div align="center">
<table cellpadding="6" cellspacing="1" border="0">
<script type="text/javascript">

var sBasePath = tinyMCE.CSEmotions_Path ;
var aImages = tinyMCE.CSEmotions_Images ;
var aCodes = tinyMCE.CSEmotions_Codes ;
var aText = tinyMCE.CSEmotions_Text ;
var iCols = 7 ;
var iColWidth = parseInt( 100 / iCols ) ;

var i = 0 ;
while (i < aImages.length)
{
document.write( '<tr>' ) ;
for(var j = 0 ; j < iCols ; j++)
{
if (aImages[i])
{
var sUrl = sBasePath + aImages[i] ;
var sText = '';

if (aText[i])
{
sText += aText[i] ;
}

if (aCodes[i])
{
sText = aCodes[i] + ' - ' + sText;
document.write( '<td width="' + iColWidth + '%" align="center" class="darkbackground hand" title="' + sText + '" onclick="insertCSEmotion(\'' + aCodes[i] + '\')" onmouseover="over(this)" onmouseout="out(this)">' ) ;
}
else
{
document.write( '<td width="' + iColWidth + '%" align="center" class="darkbackground hand" title="' + sText + '" onclick="insertCSEmotion(\'' + sUrl.replace(/'/g, "\\'" ) + '\')" onmouseover="over(this)" onmouseout="out(this)">' ) ;
}
document.write( '<img src="' + sUrl + '" border="0" />' ) ;
}
else
document.write( '<td width="' + iColWidth + '%" class="darkbackground">&nbsp;' ) ;
document.write( '<\/td>' ) ;
i++ ;
}
document.write('<\/tr>') ;
}

</script>
</table>

</div>
</body>
</html>

 

Ross Martinek A little strangeness, now and then, is a good thing… Wink

JOIN OUR COMMUNITY!

Our community is FREE to join. To participate you must either login or register for an account.

SEARCH FORUMS
FREE NEWSLETTER
By signing up you may also receive reader surveys and occasional special offers. We do not sell, rent or trade our email lists. View our Privacy Policy.