View Single Post
  #7 (permalink)  
Old 04-24-2007, 07:26 PM
Jordan's Avatar   
Jordan Jordan is online now
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Posts: 9,519
Last Blog:
Ext JS or Ext GWT
Rep Power: 20
Jordan is just really niceJordan is just really niceJordan is just really niceJordan is just really nice
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default

How are you writing it? It should look like:

HTML Code:
document.formName.textBoxName.value = "Text";
And your HTML would look like:

HTML Code:
<form name="formName">
<textarea name="textBoxName"></textarea>
</form>
Can you post your code?
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
The CodeCall Wiki is now fully integrated with vBulletin users! Check it out and add some new pages!
Reply With Quote