PHP forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.
May 2024
SunMonTueWedThuFriSat
   1234
567891011
12131415161718
19202122232425
262728293031 

Calendar Calendar

Latest topics
» Kabaddi, Kabaddi, Kabaddi, Kabaddi......PHP?
simple editor EmptyFri Jul 22, 2011 1:37 pm by shyamsunder

» Thousands of Free PHP Scripts Recommended
simple editor EmptyWed May 18, 2011 10:33 am by bizboy12

» PHP form validation problem?
simple editor EmptyWed Jan 12, 2011 1:25 pm by simy202

» string wrap
simple editor EmptySat Aug 02, 2008 2:06 pm by scvinodkumar

» retrieving current date rows
simple editor EmptyTue Jul 15, 2008 3:25 am by scvinodkumar

» number in words
simple editor EmptyTue Apr 29, 2008 3:10 pm by scvinodkumar

» Simple PHP Form Field Generator
simple editor EmptyFri Apr 25, 2008 12:28 pm by scvinodkumar

» PHP password generator
simple editor EmptyFri Apr 18, 2008 7:24 pm by scvinodkumar

» PHP Script to Extract Email Address from any text
simple editor EmptyFri Apr 18, 2008 7:18 pm by scvinodkumar

Search
 
 

Display results as :
 


Rechercher Advanced Search

Affiliates
free forum
 


Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

simple editor

Go down

simple editor Empty simple editor

Post  scvinodkumar Sat Mar 29, 2008 10:15 pm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="javascript">
function formatText (tag) {
var selectedText = document.selection.createRange().text;

if (selectedText != "") {
var newText = "<" + tag + ">" + selectedText + "</" + tag + ">";
document.selection.createRange().text = newText;
}
}
</script>
</head>

<body>
<form name="my_form">
<textarea name="my_textarea"></textarea><br />
<input type="button" value="bold" onclick="formatText('b');" />
<input type="button" value="italic" onclick="formatText('i');" />
<input type="button" value="underline" onclick="formatText('u');" />
</form>

</body>
</html>

scvinodkumar
Admin

Posts : 40
Join date : 2008-01-30

https://solutions.aforumfree.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum