Home
About
Contact
Categories
Classic ASP (5 - Sub-Categories)
JavaScript (2 - Sub-Categories)
Databases (1 - Sub-Category)
ASP.NET (3 - Sub-Categories)
Delphi (1 - Sub-Category)
Windows Server Core (1 - Sub-Category)
VMWare (1 - Sub-Category)
New CFFCS Coding Source is still in Beta
Please report any errors to the [Contact] page. Thank you.
Classic ASP (5)
JavaScript (2)
Databases (1)
ASP.NET (3)
Delphi (1)
Windows Server Core (1)
VMWare (1)
Resources
[View The Source Code For This Project]
JavaScript
How-To
Insert text from 2 inputs into a TextArea a cursor position
HTML
Untitled Document
Content
<textarea name = "txta" id="code" rows = "10" cols = "50">Place the cursor somewhere in this text and add a link. The link will be added at the position where the cursor is clicked.</textarea>
URL
Name
CSS
#code{ height:5em; width:100%; } input{ border:5px solid #0f0; padding:5px; background-color:#000; color:#0F0; border:1px double #F00; }
Preview
Tags
BBCode editor
select text and add to input field
get selected text
select text from textarea