|
Posted by Jonathan N. Little on 07/19/07 15:38
Harlin wrote:
> I have the following HTML:
>
> <snip mess of code>
>
> For some reason the values of the textareas are not showing up. Can
> anyone see any reason why they wouldn't be?
>
Post URL, post URL, post URL not the code!
TEXTAREAs do not have a VALUE attribute, you set their value with text
in between the opening and closing tags
<textarea name="stuff" rows="5" cols="50">
The value goes here!
</textarea>
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|