Gossamer Forum
Home : Products : Others : Gossamer Community :

Javascript inserted at bottom

Quote Reply
Javascript inserted at bottom
Hi,

I'm not sure whether it's me (which wouldn't surprise me Wink) or whether it is GT Community but I'm getting this code at the bottom of my page before I login and since I moving to a CSS type XHTML page this is creating issues with the layout (there is a space below my footer for no apparent reason) and I'm not sure where it's coming from. I'd like to put it at the top of the page rather than as the last thing on the page (if it turns out to be important code):

<script language="JavaScript">
<!--
var SymRealOnLoad;
var SymRealOnUnload;

function SymOnUnload()
{
window.open = SymWinOpen;
if(SymRealOnUnload != null)
SymRealOnUnload();
}

function SymOnLoad()
{
if(SymRealOnLoad != null)
SymRealOnLoad();
window.open = SymRealWinOpen;
SymRealOnUnload = window.onunload;
window.onunload = SymOnUnload;
}

SymRealOnLoad = window.onload;
window.onload = SymOnLoad;

//-->
</script>

Thanks, John
Significant Media

Last edited by:

Jag: Nov 13, 2004, 8:02 PM
Quote Reply
Re: [Jag] Javascript inserted at bottom In reply to
Hi

Sorry Blush figured out two things :

a) thanks to Google I found out that the script above is inserted by Symantec when you have the Pop-up blocker in Internet Security activated

b) I have a problem with my CSS div description in GT Comm because I've just switched it off and it's still there, but not on my LinkSQL pages...

John
Significant Media