Modificare il file:
\DBList-Buoni-Spesa\ZoomText.asp
<% '---------------------------------------------------------------------------------------- '- ASP dbList - Version 8.1 - 30 July 2005 '- Copyright © 2005 - Livio Siri (http://www.livio.net) - All Rights Reserved. '---------------------------------------------------------------------------------------- option explicit dim strTextField, strCallingForm strTextField = Server.HTMLEncode(request.querystring("textfield")) strCallingForm = Server.HTMLEncode(request.querystring("callingform")) %> <html> <head> <title>Midifica Testo</title> <script language="JavaScript" type="text/javascript"> <!-- function writebacktext() { window.opener.document.forms[<%=strCallingForm%>].elements['<%=strTextField%>'].value = document.forms[0].zoomtext.value; self.close(); } function getzoomtext() { document.forms[0].zoomtext.value = window.opener.document.forms[<%=strCallingForm%>].elements['<%=strTextField%>'].value; self.focus(); } function stopError() { return true; } window.onerror = stopError // --> </script> <style> <!-- a { font-size : 11px; font-family : Tahoma, Arial, sans-serif; color : #330066; } a:hover { font-size : 11px; font-family : Tahoma, Arial, sans-serif; color : #990000; } body { font-size : 11px; font-family : Tahoma, Arial, sans-serif; SCROLLBAR-FACE-COLOR: #8199DA; SCROLLBAR-HIGHLIGHT-COLOR: #B0C4DE; SCROLLBAR-SHADOW-COLOR: #333333; SCROLLBAR-3DLIGHT-COLOR: #ffffff; SCROLLBAR-ARROW-COLOR: #FFCC00; SCROLLBAR-TRACK-COLOR: #F0F0F0; SCROLLBAR-DARKSHADOW-COLOR: #8199DA; background : #FFFFFF; margin : 10px; } p { font-size : 11pt; font-family : Tahoma, Arial, sans-serif; } textarea { font-size : 11px; font-family : Tahoma, Arial, sans-serif; } A.ute_btn_ok{font-size : 10px;color:#4D6185;font-weight:bold;text-decoration:none;background-color:#D1E0FD;border: solid 1px navy;CURSOR:HAND;WIDTH:120;padding-bottom:2px;} A.ute_btn_ok:visited{font-size : 10px;color:#4D6185;font-weight:bold;text-decoration:none;background-color:#D1E0FD;border: solid 1px navy;CURSOR:HAND;WIDTH:120;padding-bottom:2px;} A.ute_btn_ok:active{font-size : 10px;color:#4D6185;font-weight:bold;text-decoration:none;background-color:#D1E0FD;border: solid 1px navy;CURSOR:HAND;WIDTH:120;padding-bottom:2px;} A.ute_btn_ok:hover{font-size : 10px;color:#4D6185;font-weight:bold;text-decoration:none;background-color:#D1E0FD;border: solid 1px navy;CURSOR:HAND;WIDTH:120;padding-bottom:2px;} // --> </style> </head> <body onLoad="javascript:getzoomtext();"> <center> Modifica campo: <b><%=strTextField %></b> <form> <textarea cols="106" rows="23" name="zoomtext"></textarea> </form> <a href="#" onClick="javascript:writebacktext()" class="ute_btn_ok" onMouseover="this.style.color='#4D6185'; this.style.background='#DCECFD'; return true;" onMouseout="this.style.color='black'; this.style.background='#D1E0FD'; return true;"> Aggiorna campo </a> <a href="#" onClick="javascript:self.close()" class="ute_btn_ok"> ESCI </a> </center> </body> </html>
[
Íàçàä
]