Below, is a small part of a script I'm working on. I'm trying to get the script to paste at the text selector indicator inside a textbox, it pastes great except it only pastes at the end of the text already in a text box. can you figure out how to change the script to make it paste where I want it to paste? Thanks in advance.
function EndUL()
{
document.Pro.write.value += ("\n")
}
2006-09-03
12:53:10
·
2 answers
·
asked by
da_cracken
1
in
Computers & Internet
➔ Programming & Design
removing the + sign isn't the answer...that just erases everything in the box
2006-09-03
15:36:48 ·
update #1