Lingvo dictionary hta


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <meta http-equiv="MSThemeCompatible" content="Yes">
  2. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  3. <title>Перевод с помощью Lingvo</title>
  4. <HTA:APPLICATION
  5. ID="oHTA"
  6. APPLICATIONNAME="LingvoHTA"
  7. NAVIGABLE="yes"
  8. ICON="../Icons/Lingvo.ico"
  9. BORDER="thik"
  10. INNERBORDER="no"
  11. CONTEXTMENU="no"
  12. MAXIMIZEBUTTON="no"
  13. SELECTION="yes"
  14. SHOWINTASKBAR="yes"
  15. SCROLL="yes"
  16. SINGLEINSTANCE="yes" />
  17. <style type="text/css"><!--
  18. BODY {
  19. overflow:auto;
  20. background:buttonface;
  21. font:system;
  22. width:100%;
  23. }
  24. input#words {
  25. width:50% !important;
  26. }
  27. //--></style>
  28. </head>
  29.  
  30.  
  31. <form action="http://www.lingvo.ru/lingvo/IETranslate.asp" method="get" target="output" style="height:15%;margin:0">
  32. <fieldset><legend tabindex="-1"><a href="http://www.lingvo.ru/lingvo/">Lingvo</a></legend>
  33. <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';}"
  34. />&nbsp;<input type="hidden" name="url" value=""><select name="Ln">
  35. <option value="1">Русский &lt;&gt; Английский</option>
  36. <option value="2">Русский &lt;&gt; Немецкий</option>
  37. <option value="3">Русский &lt;&gt; Французский</option>
  38. <option value="4">Русский &lt;&gt; Итальянский</option>
  39. <option value="5">Русский &lt;&gt; Испанский</option>
  40. </select><input type="submit" value="Перевести" name="B1" />
  41. </form>
  42.  
  43. <iframe name="output" frameborder="no" style="border:none;margin:0;width=100%;height:85%"></iframe>
  44.  
  45. </body>
  46. <script type="text/javascript" language="JavaScript">
  47. // <![CDATA[
  48. window.resizeTo(650,650)
  49. // ]]></script>
  50. </html>

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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.