image_background.js
资源名称:JSP-OA.rar [点击查看]
上传用户:jhtang88
上传日期:2014-01-27
资源大小:28528k
文件大小:1k
源码类别:
Jsp/Servlet
开发平台:
Java
- function loadText()
- {
- var txtLang = document.getElementsByName("txtLang");
- txtLang[0].innerHTML = "Source de lu0027image";
- txtLang[1].innerHTML = "Ru00E9pu00E9tition";
- txtLang[2].innerHTML = " Align. Horizontal";
- txtLang[3].innerHTML = "Align.Vertical";
- var optLang = document.getElementsByName("optLang");
- optLang[0].text = "Ru00E9pu00E9ter";
- optLang[1].text = "Ne pas ru00E9pu00E9ter";
- optLang[2].text = "Ru00E9pu00E9tition horizontale";
- optLang[3].text = "Ru00E9pu00E9tition verticale";
- optLang[4].text = "Gauche";
- optLang[5].text = "Centre";
- optLang[6].text = "Droit";
- optLang[7].text = "pixels";
- optLang[8].text = "pourcentage";
- optLang[9].text = "Haut";
- optLang[10].text = "Milieu";
- optLang[11].text = "Bas";
- optLang[12].text = "pixels";
- optLang[13].text = "pourcentage";
- document.getElementById("btnCancel").value = "Annuler";
- document.getElementById("btnOk").value = " ok ";
- }
- function writeTitle()
- {
- document.write("<title>Image du0027arriu00E8re plan</title>")
- }