Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2005-08-01 20:31:48

verycheeky
New member
Registered: 2005-07-28
Posts: 1

dreamweaver php mysql error: textarea has no properties

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 yikes

Matt
verycheeky@gmail.kom

Offline

#2 2005-08-02 01:58:12

gogo
Xinha Leader
From: New Zealand
Registered: 2005-02-11
Posts: 1,015
Website

Re: dreamweaver php mysql error: textarea has no properties

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

Board footer

Powered by FluxBB