View Single Post
  #25  
Old 05-15-2004, 01:24 PM
 
Adian009 Adian009 is offline
 

Advanced Member
  
Join Date: Mar 2004
Location: Tiverton, RI, USA
Posts: 37
 

Default Fix for document.all issue

Put the call to editor_generate in the <td> for the full description - I am running 3.5.7 and it should look like this:

Quote:
<td valign="top" class=ProductDetails>
{* 5/14/2004 by Al Ponte: Added the following script to enable HTML Edit Area for full description. *}
<script language="JavaScript1.2" defer>
editor_generate('fulldescr');
</script>
{* 5/14/2004: END OF MOD SPACE. ADDED THIS BLOCK, JUST DELETE TO REMOVE. *}
<textarea name="fulldescr" cols="45" rows="10">
{ $product.fulldescr|replace:"
":"\n"|escape:"html"}</textarea>
</td>

I am having an issue - it keeps asking me if I want to display the insecure objects and I am using an HTTPS for my editor path. Any suggestions on that one?

--al ponte
__________________
---------------------------------------------
Infosolv, LLC
A Professional Services Company
X-Cart v3.5.10 & 4.01
Find our MOD\'s at: Custom X-Cart MOD\'s, Add-On\'s & X-Cart Hosting!
Reply With Quote