Source code issues

G

GumbyLives

Hi,
My dad is having an issue with viewing his website. He cannot see the
animated gif in the top left
corner. I have checked all his settings and they are fine, So I copied the
html his Internet Explorer had and noticed a difference in the following
code. If someone knows what is causing this, please let me know.
What I see when I view the source code:
<!-- ImageReady Preload Script (background4.psd) -->
<SCRIPT LANGUAGE="JavaScript">
<!--

function newImage(arg) {
if (document.images) {
rslt = new Image();
rslt.src = arg;
return rslt;
}
}

function changeImages() {
if (document.images && (preloadFlag == true)) {
for (var i=0; i<changeImages.arguments.length; i+=2) {
document[changeImages.arguments].src = changeImages.arguments[i+1];
}
}
}
----------------------------------
What My dads code looks like:

<script language="JavaScript">
<!--

function SymError()
{
return true;
}

window.onerror = SymError;

var SymRealWinOpen = window.open;

function SymWinOpen(url, name, attributes)
{
return (new Object());
}

window.open = SymWinOpen;

//-->
</script>

<SCRIPT LANGUAGE="JavaScript">
<!--

function newImage(arg) {
if (document.images) {
rslt = new Image();
rslt.src = arg;
return rslt;
}
}

function changeImages() {
if (document.images && (preloadFlag == true)) {
for (var i=0; i<changeImages.arguments.length; i+=2) {
document[changeImages.arguments].src =
changeImages.arguments[i+1];
}
}
 
M

Michael Winter

My dad is having an issue with viewing his website. He cannot see the
animated gif in the top left corner. I have checked all his settings
and they are fine, So I copied the html his Internet Explorer had and
noticed a difference in the following code. If someone knows what is
causing this, please let me know.

[snipped code]

The added script block, and all the code therein, is introduced by a
pop-up blocker developed by Symantec (I don't know the name of the
software). These functions should have nothing to do with the problems
your father is experiencing.

You'll have to provide a URI to the page, or more source code.

Mike
 
G

GumbyLives

the site is www.cyberdadsfamilysites.com

cheers
Gumby

Michael Winter said:
My dad is having an issue with viewing his website. He cannot see the
animated gif in the top left corner. I have checked all his settings
and they are fine, So I copied the html his Internet Explorer had and
noticed a difference in the following code. If someone knows what is
causing this, please let me know.

[snipped code]

The added script block, and all the code therein, is introduced by a
pop-up blocker developed by Symantec (I don't know the name of the
software). These functions should have nothing to do with the problems
your father is experiencing.

You'll have to provide a URI to the page, or more source code.

Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,059
Latest member
cryptoseoagencies

Latest Threads

Top