image_background.js
上传用户:jhtang88
上传日期:2014-01-27
资源大小:28528k
文件大小:1k
源码类别:

Jsp/Servlet

开发平台:

Java

  1. function loadText()
  2.     {
  3.     var txtLang = document.getElementsByName("txtLang");
  4.     txtLang[0].innerHTML = "Source de lu0027image";
  5.     txtLang[1].innerHTML = "Ru00E9pu00E9tition";
  6.     txtLang[2].innerHTML = " Align. Horizontal";
  7.     txtLang[3].innerHTML = "Align.Vertical";
  8.     var optLang = document.getElementsByName("optLang");
  9.     optLang[0].text = "Ru00E9pu00E9ter";
  10.     optLang[1].text = "Ne pas ru00E9pu00E9ter";
  11.     optLang[2].text = "Ru00E9pu00E9tition horizontale";
  12.     optLang[3].text = "Ru00E9pu00E9tition verticale";
  13.     optLang[4].text = "Gauche";
  14.     optLang[5].text = "Centre";
  15.     optLang[6].text = "Droit";
  16.     optLang[7].text = "pixels";
  17.     optLang[8].text = "pourcentage";
  18.     optLang[9].text = "Haut";
  19.     optLang[10].text = "Milieu";
  20.     optLang[11].text = "Bas";
  21.     optLang[12].text = "pixels";
  22.     optLang[13].text = "pourcentage";
  23.     
  24.     document.getElementById("btnCancel").value = "Annuler";
  25.     document.getElementById("btnOk").value = " ok ";
  26.     }
  27. function writeTitle()
  28.     {
  29.     document.write("<title>Image du0027arriu00E8re plan</title>")
  30.     }