The textarea tag has no wiki summary.
1
vote
2answers
2k views
How to insert javascript HTML code into Multi line Sharepoint 2007 text field
I have a Javascript variable that contain HTML code as follows:
<DIV>Hello World<BR>Welcome to SharePoint Stack Exchange</DIV>
So, how do I insert it into the SharePoint 2007 ...
2
votes
1answer
251 views
Multicolumn textarea area to insert into SharePoint 2007 but display not correctly
I have a form that use SPServices and have a textarea field for user to insert multi rows data.
The data from the textarea can be successfully insert into the SharePoint 2007 column of type 'Multiple ...