You are not logged in.
Hello! im a total newbie! (understatement)
I just cannot get this to work, the problem i am having most is finding answers in this forum and wiki area, i get to the how to use wiki and pull out more hair!
the trouble i am having is an error
ERROR: textarea has no properties
Line 98 (here is the line) htmlarea.js
w: textarea.style.width ? textarea.style.width : (textarea.offsetWidth + 'px'),
--------------------------------------------------------------------------------------------
I am using dreamweaver
I am using a file for my settings i have named matts_config.js
I have declared the fallowing text areas in matts_config.js
contents of matts_config.js
xinha_editors = xinha_editors ? xinha_editors :
[
'cert5',
'frontline'
];
-----------------------------------------------------------------------------------------------
here is the code in the body of the PHP file
<form name="form" id="cert5" method="post" action="">
<textarea id="frontline" name="frontline" rows="10" cols="50" style="width: 100%"></textarea>
<input type="submit" name="Submit" value="Submit" />
-----------------------------------------------------------------------------------------------
I may have to go to the chemist and score some rogain after this! im pulling my hair out!
HELP!!!!
LOL
Matt
verycheeky@gmail.kom
Offline
You have written:
xinha_editors = xinha_editors ? xinha_editors :
[
'cert5',
'frontline'
];
But I don't see a textarea named cert5 in your form, only frontline.
James Sleeman
Offline