1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2<html> 3<head> 4<title>Virtual Keyboard</title> 5<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" /> 6 7<link rel="stylesheet" type="text/css" title="virtualkeyboard" href="keyboard/keyboard.css" /> 8<script type="text/javascript" src="vk_loader.js" ></script> 9 10</head> 11 12<body> 13<h1 align="center" style="border:0px">Demo</h1> 14Please, report bugs and responses at the <a href="http://bts.debugger.ru/index.php?tasks=all&project=5">Bugtracker</a>. 15 <br /> 16<form action="no.cgi" method="get"> 17<textarea name="testb" id="testb" type="text" cols="85" rows="10" wrap="soft" >�����</textarea> 18<div id="td"></div> 19<input type="button" value="Keyboard" onclick="VirtualKeyboard.isOpen()?VirtualKeyboard.close():VirtualKeyboard.show('testb','td'); return false;" /> 20</form> 21<br /> 22<br /> 23<br /> 24<br /> 25<br /> 26<br /> 27<br /> 28<br /> 29<br /> 30<br /> 31<br /> 32<br /> 33<br /> 34<br /> 35<br /> 36<br /> 37<br /> 38<br /> 39<br /> 40<br /> 41<br /> 42<br /> 43<br /> 44<br /> 45<br /> 46<br /> 47<br /> 48<br /> 49<br /> 50<br /> 51<br /> 52<br /> 53<br /> 54</body> 55</html> 56