I'm new to Drupal, but have a long web development experience.
I want to try Drupal to create my next site.
The basic idea of the site is (because i can not disclose the project itself, I'll describe the same project in other area, e.g. autos):
I need to create a catalog of:
Car Manufacturers -> Car Models -> "User Measured Car Value (UMCV further, these are values (some text fields) which user can add himself, based on his measurements of his car)"
iam not able to retrieve Textarea value in javascript when openwysiwyg text editor is used. iam able to retrieve the value in server side by using request.getParameter("someTextarea");
iam not able to get the same when i use javascript....document.getElementById("someTextarea").value. where iam getting null/empty..
please help me in this...do i need to change the existing script or is there any other way of doing it...