View Single Post
  #14  
Old 05-04-2004, 08:36 AM
 
POSDepot POSDepot is offline
 

Advanced Member
  
Join Date: Sep 2002
Posts: 52
 

Default

We are running WinXP and IE 6.

I can view the demo on the developers site but not in my admin area.

Here's the top of my product_modify.tpl

Quote:
{* $Id: product_modify.tpl,v 1.76.2.2 2004/01/08 14:48:58 svowl Exp $ *}
<script language="JavaScript1.2" defer>
editor_generate('fulldescr');
</script>
<script language="javascript">
window.name="prodmodwin";
</script>

{include file="main/popup_image_selection_js.tpl"}

{if $product.productid ne ""}
{assign var="last_location" value=$lng.lbl_product_modify}
{else}
{assign var="last_location" value=$lng.lbl_add_product}
{/if}
{ include file="location.tpl" last_location=$last_location }
{capture name=dialog}
<form name="modifyform" action="product_modify.php?productid={$product.pro ductid}" method=post enctype="multipart/form-data">
<table border=0 cellpadding="0">


Here's the top of my skin1/single/home.tpl

Quote:
{* $Id: home.tpl,v 1.64.2.1 2003/11/19 14:26:07 svowl Exp $ *}
{ config_load file="$skin_config" }
<html>
<head>
<title>{$lng.txt_site_title}</title>
{ include file="meta.tpl" }
<link rel="stylesheet" href="{$SkinDir}/{#CSSFile#}">
{literal}
<script language="Javascript1.2"><!-- // load htmlarea
_editor_url = "../htmlarea/"; // URL to htmlarea files
var win_ie_ver = parseFloat(navigator.appVersion.split("MSIE")[1]);
if (navigator.userAgent.indexOf('Mac') >= 0) { win_ie_ver = 0; }
if (navigator.userAgent.indexOf('Windows CE') >= 0) { win_ie_ver = 0; }
if (navigator.userAgent.indexOf('Opera') >= 0) { win_ie_ver = 0; }
if (win_ie_ver >= 5.5) {
document.write('<scr' + 'ipt src="' +_editor_url+ 'editor.js"');
document.write(' language="Javascript1.2"></scr' + 'ipt>');
} else { document.write('<scr'+'ipt>function editor_generate() { return false; }</scr'+'ipt>'); }
// --></script>
{/literal}
</head>
<body LEFTMARGIN=0 TOPMARGIN=0 RIGHTMARGIN=0 BOTTOMMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
{ include file="rectangle_top.tpl" }
{ include file="head.tpl" }


Anyone see errors that I'm not seeing?

Randy
Gold 3.5.3
Reply With Quote