JavaScript DHTML/Document/Text Direction — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Текущая версия на 10:20, 26 мая 2010
"blockDirection" Example
<source lang="html4strict">
<html> <body>
Click in this text that must be read from right to left.
<script language="JavaScript">
function function1() { var m = document.all.myP.blockDirection; alert(m); }
</script> </body> </html>
</source>