View Single Post
 
Reply
Posted 2008-08-15, 08:34 AM in reply to Goodlookinguy's post "Anyone skilled enough to deal with this..."
You need to make a variable which is the selection, and then set the variable to be itself and the tags. This might help:

theSelection = document.selection.createRange().text;
document.selection.createRange().text = "*" + theSelection + "*";


Obviously you replace the stars with the tag you want. Don't know if it works in anything other than IE, though, and I haven't a clue where it would go. Have fun with it.
Old
Profile PM WWW Search
Lenny simplifies with no grasp of the basicsLenny simplifies with no grasp of the basicsLenny simplifies with no grasp of the basicsLenny simplifies with no grasp of the basicsLenny simplifies with no grasp of the basicsLenny simplifies with no grasp of the basics
 
 
Lenny