Home
About
Contact
Categories
Classic ASP (28 - Sub-Categories)
CSS (1 - Sub-Category)
JavaScript (4 - Sub-Categories)
Databases (22 - Sub-Categories)
ASP.NET (23 - Sub-Categories)
Delphi (5 - Sub-Categories)
Windows Server Core (3 - Sub-Categories)
VMWare (1 - Sub-Category)
Code Editing Tools (2 - Sub-Categories)
Linux (2 - Sub-Categories)
Dell Servers (15 - Sub-Categories)
Bug Reports
(Bugs Fixed
New CFFCS Coding Source is still in Beta
Please report any errors to the [Contact] page. Thank you.
Classic ASP (28)
CSS (1)
JavaScript (4)
Databases (22)
ASP.NET (23)
Delphi (5)
Windows Server Core (3)
VMWare (1)
Code Editing Tools (2)
Linux (2)
Dell Servers (15)
Resources
[View The Source Code For This Project]
Format SQL Script
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