Thanks the following codes. while in Firefox, you just need to invoke textElement.focus() method.
So here is how to position the caret end the end of a text field/text
area with IE4/5:
<script>
function setCaretToEnd (el) {
if (el.createTextRange) {
var v = el.value;
var r = el.createTextRange();
r.moveStart(&aposcharacter&apos, v.length);
r.select();
}
}
function insertAtEnd (el, txt) {
el.value += txt;
setCaretToEnd (el);
}
</script>
</head>
<body>
ONCLICK="insertAtEnd (this.form.aText,
this.form.a2ndText.value);"
>
ONCLICK="insertAtEnd (this.form.aTextArea,
this.form.a3rdText.value);"
>
http://www.faqts.com/knowledge_base/view.phtml/aid/17749/fid/53
分享到:
相关推荐
1.2.1 How can I get/set an environment variable from a program? 1.2.2 How can I read the whole environment? 1.3 How can I sleep for less than a second? 1.4 How can I get a finer-grained version of...
33. What has to be considered when using liveCache in SAP HANA ...49. How can I provide input about useful SAP HANA features? 50. How can the historic growth of the SAP HANA database be determined?
By the end of the book, you will develop a practical application from the concepts learned, and will understand how text mining can be leveraged to analyze the massively available data on social media...
In this paper, we carried out an empirical study to explore the logging practice in open source software projects so as to establish a basic understanding on how logging practice is applied in real ...
六年级上册英语课件-Unit1 How can I get there? B Let's learn-人教
六年级上册英语第一单元How-can-I-get-there教案.pdf
The Illustrated Network How TCPIP Works in a Modern Network(2nd) 英文无水印原版pdf 第2版 pdf所有页面使用FoxitReader、PDF-XChangeViewer、SumatraPDF和Firefox测试都可以打开 本资源转载自网络,如有侵权...
* How can we draw a line?:回答绘画方法 * How can we read fast?:回答快速阅读方法 * Can you sing and dance?:回答是否能够唱歌和跳舞 * How can we get up early?:回答早晨起床方法 知识点:本部分考查学生...
Microcopy Discover How Tiny Bits of Text Make Tasty Apps and Websites 英文epub 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有侵权,请联系上传者或csdn删除
how can I improve performance? In the modern world, users expect more and more from their applications and devices, and multi-core hardware has the potential to provide it. But it takes carefully ...
A First Course in Mathematical Analysis Mathematical Analysis (often called Advanced Calculus) is generally found by students to be one of their hardest courses inMathematics. This text uses the so-...
人教PEP版六年级上册小学英语 Unit 1 How can I get there 教案.doc
The RoundedBackground sample shows how to draw a rounded corner background on a text that extends across one or multiple lines, supporting right-to-left text also. Screenshots Support Stack ...
The benefit of a column maker is that it can help you to format your text/code, or in some cases to make it easier to read in complex nested logic. Quick Open UltraEdit and UEStudio provide multiple ...
TextBlock text = new TextBlock(); text.Text = "Hello World"; b.Children.Add(text); ``` 在这个例子中,我们创建了一个按钮,并在其内部添加了一个文本块来显示“Hello World”。然而,这种方式并不是最理想的...
level understanding of Python and a basic understanding of machine learning and natural language processing how to become more proficient in these two exciting areas of data science.This book presents...
In the process, you will also learn more about the Wolfram Language and how you can use it to solve a wide variety of problems. The author raises questions from a wide range of topics and answers ...
you can know how to scrolling text with C#