Return to Snippet

Revision: 7415
at July 22, 2008 21:54 by mitry


Initial Code
<HTML>
<HEAD>
<meta http-equiv="MSThemeCompatible" content="Yes">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Перевод с помощью Lingvo</title>
<HTA:APPLICATION
	ID="oHTA"
	APPLICATIONNAME="LingvoHTA"
	NAVIGABLE="yes"
	ICON="../Icons/Lingvo.ico"
	BORDER="thik"
	INNERBORDER="no"
	CONTEXTMENU="no"
	MAXIMIZEBUTTON="no"
	SELECTION="yes"
	SHOWINTASKBAR="yes"
	SCROLL="yes"
	SINGLEINSTANCE="yes" />
<style type="text/css"><!--
BODY {
	overflow:auto;
	background:buttonface;
	font:system;
	width:100%;
}
input#words {
	width:50% !important;
}
//--></style>
</head>

<body>

<form action="http://www.lingvo.ru/lingvo/IETranslate.asp" method="get" target="output" style="height:15%;margin:0">
<fieldset><legend tabindex="-1"><a href="http://www.lingvo.ru/lingvo/">Lingvo</a></legend>
<input type="text" name="words" id="words" tabindex="1" value='Введите слово' onFocus="if(this.value=='Введите слово') {this.value='';this.style.color='#000000';}" onBlur="if(this.value=='') {this.value='Введите слово';this.style.color='#999999';}"
/>&nbsp;<input type="hidden" name="url" value=""><select name="Ln">
<option value="1">Русский &lt;&gt; Английский</option>
<option value="2">Русский &lt;&gt; Немецкий</option>
<option value="3">Русский &lt;&gt; Французский</option>
<option value="4">Русский &lt;&gt; Итальянский</option>
<option value="5">Русский &lt;&gt; Испанский</option>
</select><input type="submit" value="Перевести" name="B1"  />
</fieldset>
</form>

<iframe name="output" frameborder="no" style="border:none;margin:0;width=100%;height:85%"></iframe>

</body>
<script type="text/javascript" language="JavaScript">
// <![CDATA[
window.resizeTo(650,650)
// ]]></script>
</html>

Initial URL
http://www.lingvo.ru/

Initial Description


Initial Title
Lingvo dictionary hta

Initial Tags


Initial Language
HTML