insert text into form using javascript PHP put content in textarea field link

RegisterLogin
insert text into form using javascript PHP put content in textarea field link
Post Description: insert text into form using javascript PHP put content in textarea field link
Tags: insert, text, into, form, using, javascript, PHP, put, content, in, textarea, field, link
This Post Was Posted On Feb 29, 2008 By web hosting #1414
ok, lets say i have a form and on the form i want to insert some text using javascript.
i created this simple code to show you how you can add text into a form using javascript

<script language="JavaScript" type="text/JavaScript">

function AddItem(ItemId)

{

document.Form.bible_verse_description.value = document.Form.bible_verse_description.value + '<' + ItemId;

}



</script>

<form id="Form" name="Form" method="post" action="/jesuswillcome/bible/add-verse.php">

<table width="100%" border="0" cellspacing="0" cellpadding="0">

<tr>

<td width="100">&nbsp;</td>


<td width="15">&nbsp;</td>

<td width="5">

<a href="#" onclick="AddItem('span style=&quot;color:#ff0000&quot;>');">open span</a>&nbsp; &nbsp;

<a href="#" onclick="AddItem('/span>');">close span</a> &nbsp; &nbsp;||| &nbsp; &nbsp;


<a href="#" onclick="AddItem('em>');">Open Italic</a>&nbsp;&nbsp;

<a href="#" onclick="AddItem('/em>');">close italic</a>


<BR></td>

</tr>

<tr>

<td>Verse</td>

<td>&nbsp;</td>

<td><textarea tabindex="1" name="bible_verse_description" cols="45" rows="5" id="bible_verse_description"></textarea></td>

</tr>

</table>

</form>





DEMO:
















   
open span   
close span    |||    

Open Italic  
close italic


   




if you have a website and need web hosting, i always recommend a trusted web hosting place is always Webune.com


I hope this helps

Leave Your Comments
Related Pages: [Add Your Website]
Post New Topic
dave
#1859 1
awesome script, just what i was looking for. thx!!
Feb 12, 2008 Reply Report abuse
user
#1858 2
thanks man, was looking for something like this, works like a charm.

appreciate it!
Nov 20, 2007 Reply Report abuse
jkil
#9119 3
bad script...am not looking dat..
Oct 31, 2011 Reply Report abuse
Leave Your Comments...
©2012 Webune Forums - Fri Dec 14, 2012 6:28 pm
Powered by: Webune Forums V3