View Single Post
  #41  
Old 10-08-2004, 05:43 AM
  ETInteractive.com's Avatar 
ETInteractive.com ETInteractive.com is offline
 

X-Adept
  
Join Date: Dec 2002
Posts: 747
 

Default

if you get the document.all error..

this was posted as a fix, seems to work, i no longer get the error
-------------------------------
This block of code which calls the function has to be placed specifically after the textarea tags AND before the closing </FORM> tags

example:

<textarea name = txtAreaName .... etc etc</textarea>

<script language="JavaScript1.2" defer>
editor_generate("txtAreaName");
</script>


</FORM>
----------------------------------
__________________
ETInteractive.com
X-Cart 3.5.x
Reply With Quote