shoorick: (Default)
[personal profile] shoorick
<html><head><title>Палиндром</title>
<script language="javascript">
function cp(from, to)
// Копирует перевёрнутое from.value в to.value
{
 var f = from.value;
 var t = '';
 var len = f.length;

 for (i=len;i>=0;i--)
  t += f.charAt(i);
 to.value = t;
} // cp()
</script>
<style type="text/css">
input[type=text]
{
 width:100%;
}
</style>
</head>
<body>
<form name="pal">
<input type="text" name="l" value="Берг" onkeyup="cp(l,r)"><br>
<input type="text" name="r" value="греб" onkeyup="cp(r,l)">
</form>
</body></html>
Технология:
пишем в любом поле ввода что угодно. В соседнем отображается перевёртыш.
Дёшево и сердито.
This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

Profile

shoorick: (Default)
shoorick

December 2016

S M T W T F S
    1 23
45678910
11121314151617
18 19 2021222324
25262728293031

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Jul. 25th, 2025 09:12 am
Powered by Dreamwidth Studios