您的位置:寻梦网首页编程乐园DHTML网页制作完全手册

moveToElementText Method

Internet Development Index

Moves the text range so that the start and end positions of the range encompass the text in the given element.

Syntax

TextRange.moveToElementText(oElement)

Parameters

oElement Required. Object爐hat specifies the element object to move to.

Return Value

No return value.

Remarks

This feature might not be available on non-Microsoft® Win32® platforms.

Standards Information

There is no public standard that applies to this method.

Applies To

TextRange