Cuestión : Cambio del código de Hta como forma de la regeneración.

Hola, el

I tiene el código below que cuando está entrado los datos almacena los datos seleccionados usuario en un fichero de diario. Quiero algunos cambios en la escritura. Mientras que el accesorio quiere cambiar algunas porciones hacia la regeneración forman. Ver por favor que ayuda de attachment.

Any es gran use.

Regards
Sharath
class= > " claro " del
> del " codeSnippet " del class= del
class= " lineNumbers " del
class= del
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:
174:
175:
176:
177:
178:
179:
180:
181:
182:
183:
184:
185:
186:
187:
188:
189:
190:
191:
192:
193:
194:
195:
196:
197:
198:
199:
200:
201:
202:
203:
204:
205:
206:
207:
208:
209:
210:
211:
212:
213:
214:
215:
216:
217:
218:
219:
220:
221:
222:
223:
224:
225:
226:
227:
228:
229:
230:
231:
232:
233:
234:
235:
236:
237:
238:
239:
240:
241:
242:
243:
244:
245:
246:
247:
248:
249:
250:
251:
252:
253:
254:
255:
256:
257:
258:
259:
260:
261:
262:
263:
264:
265:
266:
267:
268:
269:
270:
271:
272:
273:
274:
275:
276:
277:
278:
279:
280:
281:
id= " codeSnippet709116 " class= " del
 ' ====================

Información Form del User
<HTA: USO 
     APPLICATIONNAME= " forma de la información de usuario "
     BORDER= " fino "
     SCROLL= " no "
     SINGLEINSTANCE= " sí "
     WINDOWSTATE= " normal "
>
</head>

language= " VBScript " del <script >

'Variable global para sostener la trayectoria a los archivos de texto
'se definen aquí para ser globales, pero se asignan
'valores en el procedimiento de Window_OnLoad
strTextLogPath = ""
strLogFile = ""

Window_OnLoad secundario
      intWidth = 800
      intHeight = 600
      intWidth de Me.ResizeTo, intHeight
    Me.MoveTo ((Screen.Width/2) - (intWidth/2)), ((Screen.Height/2) - (intHeight/2))
    'cbo_building. Style.Width = 180
    'cbo_floor. Style.Width = 180
      Fijar el objNetwork = CreateObject (“WScript.Network”)
      txt_loginname. Valor = objNetwork.UserName
      txt_machinename. Valor = objNetwork.ComputerName

      'Esta línea consigue la trayectoria del directorio actual de funcionamiento de este HTA
      strTextLogPath = mediados de (substituir (substituir (document.URL, “file://”, ""), “%20”,” "), 1, InStrRev (substituir (substituir (document.URL, “file://”, ""), “%20”,” "),” \ "))
      
      Si es derecho (strTextLogPath, 1) “\” del <> entonces strTextLogPath = strTextLogPath y “\”
      'Esta línea añade username.txt a esa trayectoria
      strLogFile = strTextLogPath y txt_loginname. Valor y “.txt”
      'Esto recupera el nombre de usuario para el usuario
      Fijar el objADSysInfo = CreateObject (“ADSystemInfo”)
      txt_name. El valor = substituye (partir (objADSysInfo.UserName, “, ") (0), “CN=”, el "")
      Fijar el objUser = GetObject (“LDAP: /” y objADSysInfo.UserName)
      txt_email. Valor = objUser.Mail
      txt_designation. El valor = se fue (objUser.Title, 50)
      Fijar el objFSO = CreateObject (“Scripting.FileSystemObject”)
      Si objFSO.FileExists (strLogFile) entonces
            MsgBox “su información se ha sometido ya.  Gracias.”
            ventana. Cierre
      Terminar si
      Fijar el objFSO = nada
Terminar el submarino

Sub Default_Buttons
      Si Window.Event.KeyCode = 13 entonces
            btn_submit. Tecleo
      Terminar si
Terminar el submarino

Sub Populate_cbo_floor ()

      'POBLAR LA CAJA DE LISTA DE LOS PISOS DEPENDIENDO DE LA SELECCIÓN DE EDIFICIO
      
      strHTML = “name='cbo_floor'> del id='cbo_floor del <select size='1” y VbCrLf
      selected> del value='opt_none del strHTML = del id='opt_none del strHTML y “del <option --- Seleccionar el piso --- </option>” y VbCrLf
      
      Si cbo_building. Valor = “Shafika” entonces
            txt_city. Valor = “Chennai”
            Floor'> G Floor</option>” y VbCrLf del value='G del strHTML = del id='opt_gfloor del strHTML y “del <option
            Floor'> 1r Floor</option>” y VbCrLf del strHTML = del st del strHTML y “del <option id='opt_1stfloor value='1
            strHTML = Floor'> 3ro Floor</option>” y VbCrLf del strHTML y “del <option id='opt_3rdfloor value='3 rd
            Floor'> 4to Floor</option>” y VbCrLf del strHTML = del th del strHTML y “del <option id='opt_4thfloor value='4
      ElseIf cbo_building. Valor = “corte de Hafiz” entonces
            txt_city. Valor = “Chennai”
            Floor'> G Floor</option>” y VbCrLf del value='G del strHTML = del id='opt_gfloor del strHTML y “del <option
            Floor'> 1r Floor</option>” y VbCrLf del strHTML = del st del strHTML y “del <option id='opt_1stfloor value='1
            Floor'> 2do Floor</option>” y VbCrLf del strHTML = del nd del strHTML y “del <option id='opt_2ndfloor value='2
            strHTML = Floor'> 3ro Floor</option>” y VbCrLf del strHTML y “del <option id='opt_3rdfloor value='3 rd
            Floor'> 4to Floor</option>” y VbCrLf del strHTML = del th del strHTML y “del <option id='opt_4thfloor value='4
      ElseIf cbo_building. Valor = “fortaleza de Hafiz” entonces
            txt_city. Valor = “Chennai”
            Floor'> G Floor</option>” y VbCrLf del value='G del strHTML = del id='opt_gfloor del strHTML y “del <option
            Floor'> 1r Floor</option>” y VbCrLf del strHTML = del st del strHTML y “del <option id='opt_1stfloor value='1
      ElseIf cbo_building. Valor = “plaza de GR” entonces
            txt_city. Valor = “Chennai”
            Floor'> G Floor</option>” y VbCrLf del value='G del strHTML = del id='opt_gfloor del strHTML y “del <option
            Floor'> 1r Floor</option>” y VbCrLf del strHTML = del st del strHTML y “del <option id='opt_1stfloor value='1
            Floor'> 2do Floor</option>” y VbCrLf del strHTML = del nd del strHTML y “del <option id='opt_2ndfloor value='2
            strHTML = Floor'> 3ro Floor</option>” y VbCrLf del strHTML y “del <option id='opt_3rdfloor value='3 rd
      ElseIf cbo_building. El valor = “Titus entonces se eleva”
            txt_city. Valor = “Hyderabad”
            strHTML = Floor'> 3ro Floor</option>” y VbCrLf del strHTML y “del <option id='opt_3rdfloor value='3 rd
      
            txt_city. Valor = ""
      Terminar si

      strHTML = strHTML y “</select>”
      span_floor.InnerHTML = strHTML

Submarino del extremo

Submit_Form secundario
      Si txt_name. Valor = "" después
            MsgBox “incorpora por favor su nombre completo en el campo conocido.”
            txt_name. Foco
      Txt_empid de ElseIf. Valor = "" después
            MsgBox “incorpora por favor su identificación del empleado en el campo de la identificación del Emp.”
            txt_empid. Foco
      ElseIf cbo_building. Valor = “opt_none” entonces
            MsgBox “selecciona por favor su edificio del edificio cae abajo la caja.”
            el cbo_building. Foco
      Cbo_floor de ElseIf. Valor = “opt_none” entonces
            MsgBox “selecciona por favor su piso del piso cae abajo la caja.”
            cbo_floor. Foco
      Txt_seatno de ElseIf. Valor = "" después
            MsgBox “incorpora por favor su número de asiento en el asiento ningún campo.”
            txt_seatno. Foco
      Txt_designation de ElseIf. Valor = "" después
            MsgBox “incorpora por favor su designación en el campo de la designación.”
            txt_designation. Foco
      Txt_extensionno de ElseIf. Valor = "" después
            MsgBox “incorpora por favor su número de extensión en la extensión ningún campo.”
            txt_extensionno. Foco
      ElseIf Len (txt_extensionno. <> 4 del valor) entonces
            MsgBox “incorpora por favor un número de extensión de 4 dígitos en la extensión ningún campo.”
            txt_extensionno. Foco
      
            Fijar el objFSO = CreateObject (“Scripting.FileSystemObject”)
            Fijar objOutputFile = objFSO.CreateTextFile (strLogFile, verdad)
            'nombre completo del """ de objOutputFile.Write; Nombre de conexión; Identificación del empleado; Número de asiento; Designación; Nombre de la máquina; """ del número de extensión
            'objOutputFile.Write VbCrLf y """" y txt_name. Valor y “; ” y txt_loginname. Valor y “; ” y txt_empid. Valor y “; ” y txt_seatno. Valor y “; ” y txt_designation. Valor y “; ” y txt_machinename. Valor y “; ” y txt_extensionno. Valor y """"
            nombre completo de objOutputFile.Write “; Nombre de conexión; Email; Identificación del empleado; Edificio; Piso; Número de asiento; Ciudad; Designación; Nombre de la máquina; Número de extensión”
            objOutputFile.Write VbCrLf y txt_name. Valor y “; ” y txt_loginname. Valor y “; ” y txt_email. Valor y “; ” y txt_empid. Valor y “; ” y cbo_Building.Value y “; ” y cbo_Floor.Value y “; ” y txt_seatno. Valor y “; ” y txt_City.Value y “; ” y txt_designation. Valor y “; ” y txt_machinename. Valor y “; ” y txt_extensionno. Valor
            objOutputFile.Close
            objOutputFile determinado = nada
            Fijar el objFSO = nada
            MsgBox “le agradece por presentar su información.”
            ventana. Cierre
      Terminar si
Terminar el submarino

Sub Validate_Keys (el strField)
      Si LCase (strField) = “designación” entonces
            Si >= 48 de Window.Event.KeyCode y <= 57 de Window.Event.KeyCode entonces Window.Event.KeyCode = falta de información
      ElseIf LCase (strField) = “extensionno” entonces
            Si (Window.Event.KeyCode < 48 o Window.Event.KeyCode > 57) y <> 13 de Window.Event.KeyCode entonces Window.Event.KeyCode = falta de información
      Terminar si
Terminar el submarino

</script>

Fuente de STYLE= <body ": 14 pintas de arial; color: blanco; filtro: progid: DXImageTransform.Microsoft.Gradient
(GradientType=1, onkeypress='vbs de StartColorStr='#000033', EndColorStr='#0000FF') “: Default_Buttons'>
      altura <table de width='90% = “100%” align='center border='0'>
            <tr>
                  align='center'> del <td
                        Información Form</h3><br> de <h3>User
                  </td>
            </tr
            <tr>
                  align='center'> del <td
                        <table>
                              <tr>
                                    <td>
                                          Nombre:
                                    </td>
                                    <td>
                                          maxlength= " del " texto del type= " del <input 30 readonly> del " txt_name " del name= del " txt_name " del id= " del size= " 40 "
                                    </td>
                              </tr>
                              <tr>
                                    <td>
                                          Nombre de conexión:
                                    </td>
                                    <td>
                                          maxlength= " del " texto del type= " del <input 30 readonly> del " txt_loginname " del name= del " txt_loginname " del id= " del size= " 40 "
                                    </td>
                              </tr>
                              <tr>
                                    <td>
                                          Email address:
                                    </td>
                                    <td>
                                          maxlength= " del " texto del type= " del <input 50 readonly> del " txt_email " del name= del " txt_email " del id= " del size= " 70 "
                                    </td>
                              </tr>
                              <tr>
                                    <td>
                                          Identificación del Emp:
                                    </td>
                                    <td>
                                          maxlength= " del " texto del type= " del <input 6 name= " txt_emptid " del " txt_empid " del id= " del size= " 10 " >
                                    </td>
                              </tr>
                              <tr>
                                    <td>
                                          Edificio:
                                    </td>
                                    <td>
                                          size= del <select " 1 onChange='Populate_cbo_floor " cbo_building " cbo_building " del name= " " del id= () '>
                                                selected> del " opt_none " del value= del " opt_none " del id= del <option --- Seleccionar el edificio --- </option>
                                                value= " Shafika " >Shafika</option> del " opt_shafika " del id= del <option
                                                >Hafiz Court</option> corte de Hafiz " del value= del " opt_hafizcourt " del id= de la " del <option
                                                value= " >GR Plaza</option> del " opt_grplaza " del id= del <option de la plaza de GR "
                                                >Hafiz Fort</option> fortaleza de Hafiz " del value= del " opt_hafizfort " del id= de la " del <option
                                                el value= " Titus de los " opt_titustowers " del id= del <option se eleva " el >Titus Towers</option>
                                          </select>
                                    </td>
                              </tr>
                              <tr>
                                    <td>
                                          Piso:
                                    </td>
                                    <td>
                                          id= <span " span_floor " >
                                                size= del <select " 1 " name= " cbo_floor " del " cbo_floor " del id= >
                                                      selected> del " opt_none " del value= del " opt_none " del id= del <option --- Seleccionar el piso --- </option>
                                                </select>
                                          </span>
                                    </td>
                              </tr>
                              <tr>
                                    <td>
                                          No. del asiento:
                                    </td>
                                    <td>
                                          maxlength= " del " texto del type= " del <input 10 name= " txt_seatno " del " txt_seatno " del id= " del size= " 15 " >
                                    </td>
                              </tr>
                              <tr>
                                    <td>
                                          Ciudad:
                                    </td>
                                    <td>
                                          maxlength= " del " texto del type= " del <input 16 readonly> del " txt_city " del name= del " txt_city " del id= " del size= " 25 "
                                    </td>
                              </tr>
                              <tr>
                                    <td>
                                          Designación:
                                    </td>
                                    <td>
                                          texto " del type= del <input " maxlength= " 50 " size= " 70 " vbs del onkeypress= " del " txt_designation del name= " del " txt_designation " del id=: Validate_Keys (“designación ") “>
                                    </td>
                              </tr>
                              <tr>
                                    <td>
                                          Nombre de la máquina:
                                    </td>
                                    <td>
                                          maxlength= " del " texto del type= " del <input 16 readonly> del " txt_machinename " del name= del " txt_machinname " del id= " del size= " 25 "
                                    </td>
                              </tr>
                              <tr>
                                    <td>
                                          No. de la extensión:
                                    </td>
                                    <td>
                                          texto " del type= del <input " maxlength= " 4 " size= " 10 " vbs del onkeypress= " del " txt_extensionno del name= " del " txt_extensionno " del id=: Validate_Keys (“extensionno ") “>
                                    </td>
                              </tr>
                        </table>
                  </td>
            </tr>
            <tr>
                  align='center'> del <td
                        nota del <br>Please que todos los campos están requeridos.
                  </td>
            </tr>            
            <tr>
                  align='center'> del <td
                        botón " del type= del <input el " value= " somete " vbs del onClick= " del " btn_submit del name= ": ><br><br> de Submit_Form "
                  </td>
            </tr>
            <tr>
                  align= del <td " correcto " >
                        Esta información se requiere al keep<br>
                        sus detalles hasta la fecha en nuestra base de datos
                  </td>
            </tr>
      </table>
</body>
'====================
</pre>
           </td>
         </tr>
       </table></div>
</div>
   
class= " lastRow del <div del qAttachmentsRow " >
    >Attachments del " nombre " del class= del <div: </div>
    class= " valor " del <div >
del ><div " del " bbg del class= " del ><div del " Br " del class= del ><div del class= " bl " de ></td></tr></table><div del class= " r " de ></td><td> </td><td del class= " h " de los questionAttachments " del expNoHeader de s snhF5FF " l class= ><tr><td class= <div " class= ><table " vacia " el class= " a.C. " class= " accesorio " de ></div><div del ><div >
          nombre de fichero " del class= del ><a el " del " fileInfo " del class= del <div title= " ningún " _blank detectado los virus " del target= de " http://filedb.experts-exchange.com/incoming/2010/06_w24/315461/Feedback.xls " del href= " class= <span de >Feedback.xls</a> " fileSize " > (27 KB) Javascript del href= " de los " attachmentDetails del class= " de </span><a: vacío (0); clearAttachmentDetails del “onclick= " (); ¿nuevo AsyncInclude (“/shared/async/attachmentDetails.jsp? id=315461”, “attachmentDetailsContent "); showInfoBox (acontecimiento, “attachmentDetails "); “> (tipo de archivo detalles) </a> </div>
          class= " descripción " >Sample</div> del <div
</div>
      el class= de </div><div " vacia " el class= " l " class= " r " ></td></tr></table> del ><tr><td del class= " f " de ></div></div></div></div><table de ></td><td> </td><td
      </div>
</div>
  </div>
class= del <div " claro " ></span></h4>
</td>
</tr>
 
  <tr><td height="2px"></td></tr> 
  <tr style="background-color:#f2f4f6"><td >
<h2 style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:14px;color:red;font-weight:bold">
<span id="ContentPlaceHolder1_tieude_as">Respuesta : Cambio del código de Hta como forma de la regeneración.</span>
</h2></td></tr>
  <tr>
<td valign="top"> 
<h5><span id="ContentPlaceHolder1_ans" style="font-family:Tahoma,Geneva,sans-serif;font-size:12px;font-weight:normal;color:#000000">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 
<div><div class="richText">
Si usted puede silbar como una bala el google que los medios que usted tiene conexión a internet. Intento que abre un aviso de comando y un tipo “netstat - el nbo”… esto le demostrará conexiones establecidas tha y el uso que se asocia a la conexión. También, comprobar los ajustes de poder en su hojeador de Internet. Intentar el IE corriente en modo seguro (con las agregaciones inhabilitadas).  Para comprobar para saber si hay virus/malware, si usted sabe la fecha que la computadora conseguida infectó, encender la computadora en modo seguro. Entonces comprobar para saber si hay archivos de *.exe y de *.dll en los lugares mas comunes en donde un virus sería almacenado. Usted puede hacer tan abriendo un aviso de comando y mecanografiando el “dir /o-d /a /p *.exe” o “dir /o-d /a /p *.dll”. Esto le demostrará archivos de *.exe y de *.dll en orden por la fecha con las últimas en la tapa. Usted puede golpear la barra de espacio para enrollar abajo la lista. Funcionar con estos comandos en \ las ventanas, \ las ventanas \ system32, el %userprofile% (y subfolders agregando el interruptor de /s al commabd) y en carpeta de archivos \ de programa y subfolders. Suprimir cualquier archivo de *.dll o de *.exe que parezca sospechoso. Si usted no está seguro sobre un archivo usted puede google el nombre del archivo.</div></div> <!-- text-ad & richText -->
                     <span class="isBotVideo"> <span class="isBotVideo"></span></span> </div>
</span></h5>
</td>
</tr>
<tr><td height="5px"></td></tr>


 <tr>
                            <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                              <tr>
                                <td><table width="100%" height="25px" border="0" cellspacing="0" cellpadding="0">
                                  <tr>

                                    <td width="100px" bgcolor="#FFFFFF" style="padding-left:5px"><span class="f11blue">Otras soluciones</span></td>
                                    <td background="http://faq.wmlcloud.com/images/bg-ch.gif"> </td>
                                  </tr>
                                </table></td>
                              </tr>
                              <tr>
                                <td style="padding:5px">
                                <div>
                                    <table id="ContentPlaceHolder1_DataList2" cellspacing="0" style="width:100%;border-collapse:collapse;">
		<tr>
			<td>
<table>
<tr>
<td valign="top" align="left">
<a href='http://faq.wmlcloud.com/es/microsoft/2396.aspx' class="a4">
<li> Cómo fijar un número de líneas en un informe</li></a>
</td>
</tr>
</table>
</td>
		</tr><tr>
			<td>
<table>
<tr>
<td valign="top" align="left">
<a href='http://faq.wmlcloud.com/es/microsoft/13936.aspx' class="a4">
<li> Cómo fijar extremo del aeropuerto como servidor del DHCP en el LAN con SonicWall</li></a>
</td>
</tr>
</table>
</td>
		</tr><tr>
			<td>
<table>
<tr>
<td valign="top" align="left">
<a href='http://faq.wmlcloud.com/es/software/35212.aspx' class="a4">
<li> Ediciones del enlace hipertexto</li></a>
</td>
</tr>
</table>
</td>
		</tr><tr>
			<td>
<table>
<tr>
<td valign="top" align="left">
<a href='http://faq.wmlcloud.com/es/microsoft/1352.aspx' class="a4">
<li> Agregar la fecha a MySQL</li></a>
</td>
</tr>
</table>
</td>
		</tr><tr>
			<td>
<table>
<tr>
<td valign="top" align="left">
<a href='http://faq.wmlcloud.com/es/microsoft/28736.aspx' class="a4">
<li> Pares de las preguntas de Apple</li></a>
</td>
</tr>
</table>
</td>
		</tr><tr>
			<td>
<table>
<tr>
<td valign="top" align="left">
<a href='http://faq.wmlcloud.com/es/microsoft/16828.aspx' class="a4">
<li> El DNS reverso no empareja la bandera del smtp</li></a>
</td>
</tr>
</table>
</td>
		</tr><tr>
			<td>
<table>
<tr>
<td valign="top" align="left">
<a href='http://faq.wmlcloud.com/es/microsoft/22260.aspx' class="a4">
<li> ¿Cómo puedo funcionar conmigo PC en modo seguro?</li></a>
</td>
</tr>
</table>
</td>
		</tr><tr>
			<td>
<table>
<tr>
<td valign="top" align="left">
<a href='http://faq.wmlcloud.com/es/microsoft/10352.aspx' class="a4">
<li> HISTOGRAMA CON EL CP Y EL ANÁLISIS DE CPK</li></a>
</td>
</tr>
</table>
</td>
		</tr><tr>
			<td>
<table>
<tr>
<td valign="top" align="left">
<a href='http://faq.wmlcloud.com/es/microsoft/31628.aspx' class="a4">
<li> reglas no corrientes de la perspectiva</li></a>
</td>
</tr>
</table>
</td>
		</tr><tr>
			<td>
<table>
<tr>
<td valign="top" align="left">
<a href='http://faq.wmlcloud.com/es/software/37060.aspx' class="a4">
<li> volver un valor</li></a>
</td>
</tr>
</table>
</td>
		</tr>
	</table>

                               
                                </div></td>
                              </tr>
                            </table></td>
                          </tr>

</table>
                    
</div>
                  </td></tr>
                  </table>
                  </form>
                         </td>

                        </tr>
                    
                      <tr>
                        <td> </td>
                        </tr>
                      </table></td>
                    </tr>
                  </table></td>
              </tr>
              </table></td>

        

            </tr>
          </table>

 
         </td>
      </tr>

<tr>
            <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td background="http://tutorial.wmlcloud.com/images/bg-mn.jpg" height="30px" style="padding:5px;color:#ffffff;font-size:12px; font-family:Tahoma, Geneva, sans-serif;text-decoration: none;" ></td>
              </tr>
              <tr>
                <td><table width="100%" border="0" cellspacing="0" cellpadding="0">


 <tr>

                    <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                        <tr>
                          <td><img src="http://tutorial.wmlcloud.com/images/bo-l.png" alt="programming4us" width="8" height="9" /></td>
                          <td bgcolor="#FFFFFF" width="100%"></td>
                          <td><img src="http://tutorial.wmlcloud.com/images/bo-r.png" alt="programming4us" width="8" height="9" /></td>
                        </tr>
                    </table></td>
                  </tr>
                </table></td>

              </tr>
            </table></td>
          </tr>
<tr><td height="2px"></td></tr>
<tr><td>
<div align="center">


</div>
</td>
</tr>
 <tr><td height="3px"></td></tr>

      <tr>
        <td height="2px"></td>
      </tr>
      <tr>
        <td align="left">
        <table cellpadding="0" cellspacing="0" width="100%" align="left">
        <tr>
        <td valign="top">
          <div id="en"><a href='http://faq.wmlcloud.com/microsoft/16488.aspx'><img src='http://faq.wmlcloud.com/flags/en.gif'></a></div>
        </td>
          <td valign="top">
          <div id="de"><a href='http://faq.wmlcloud.com/de/microsoft/16488.aspx'><img src='http://faq.wmlcloud.com/flags/de.gif'></a></div>
        </td>
          <td valign="top">
          <div id="es"><a href='http://faq.wmlcloud.com/es/microsoft/16488.aspx'><img src='http://faq.wmlcloud.com/flags/es.gif'></a></div>
        </td>
          <td valign="top">
          <div id="fr"><a href='http://faq.wmlcloud.com/fr/microsoft/16488.aspx'><img src='http://faq.wmlcloud.com/flags/fr.gif'></a></div>
        </td>
          <td valign="top">
          <div id="nl"><a href='http://faq.wmlcloud.com/nl/microsoft/16488.aspx'><img src='http://faq.wmlcloud.com/flags/nl.gif'></a></div>
        </td>
          <td valign="top">
          <div id="it"><a href='http://faq.wmlcloud.com/it/microsoft/16488.aspx'><img src='http://faq.wmlcloud.com/flags/it.gif'></a></div>
        </td>
          <td valign="top">
          <div id="ru"><a href='http://faq.wmlcloud.com/ru/microsoft/16488.aspx'><img src='http://faq.wmlcloud.com/flags/ru.gif'></a></div>
        </td>
         <td valign="top">
          <div id="se"><a href='http://faq.wmlcloud.com/se/microsoft/16488.aspx'><img src='http://faq.wmlcloud.com/flags/se.gif'></a></div>
        </td>
         <td valign="top">
          <div id="pl"><a href='http://faq.wmlcloud.com/pl/microsoft/16488.aspx'><img src='http://faq.wmlcloud.com/flags/pl.gif'></a></div>
        </td>
        
         <td valign="top">
          <div id="pt"><a href='http://faq.wmlcloud.com/pt/microsoft/16488.aspx'><img src='http://faq.wmlcloud.com/flags/pt.gif'></a></div>
        </td>
         <td valign="top">
          
        </td>
         <td valign="top">
          
        </td>
        </tr>
        </table>
        </td>
      </tr>
        <tr>
        <td height="2px"></td>
      </tr>

</td></tr>


 
</table>
		<script src="//cdn.intergient.com/ramp_core.js"></script>	

</body>
</html>