|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
textarea no data
I have a html form that imports data from an access database.
Now the problem is when I try to import the data into a <textarea>. The data does not appear in the textarea. If I change ity to an input box then the data shows. Is there anything special that needs to be done to enable the data to be visible Cheers B |
|
#2
|
|||
|
|||
|
Only difference, really, is that the <TEXTAREA> has no "Value" attribute.
Here is an example of how I did it; <TD width=20% valign=top> <textarea name="Notes" ROWS="10" COLS="30" WRAP="Virtual" onFocus="addReturn(this)" CONTENTEDITABLE = sCanEdit onChange="javascript:this.value=this.value.toUpperCase();"><%=rs("Notes") %></TextArea> </TD> Hope it helps. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > textarea no data |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|