Printing problems when using Firefox

  • Thread starter Thread starter mabar
  • Start date Start date
M

mabar

Regarding this URL, (and all the other pages on this website) which I
designed in FrontPage 2003:

http://www.cyclesportandfitness.com/treadmills.htm

When I use Internet Explorer, this page views and prints correctly. When I
use Firefox V1.5, this page views correctly, but does not print correctly.
The printed page when printed from Firefox, skips every other button on the
left of the page.

What did I do wrong?

Thanks,

Tom
 
When I "view page source," I get the following code, which I think is an
error:

<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"><!--
MSFPhover =
(((navigator.appName == "Netscape") &&
(parseInt(navigator.appVersion) >= 3 )) ||
((navigator.appName == "Microsoft Internet Explorer") &&
(parseInt(navigator.appVersion) >= 4 ))); ........It goes on from there.
Could this be my problem?This error code does not show up in code view in
FrontPage 2003. Could this be my problem?Tom
 
Back
Top