Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.WebUI\Test\TestRecordEquipment.aspx
??<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="TestRecordEquipment.aspx.cs" Inherits="AVA.ResourcesPlatform.WebUI.Test.TestRecordEquipment" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title></title> </head> <body> <form id="form1" runat="server"> <div> <%if (this.List.Count > 0) { foreach(var item in this.List) { %> <%= item.Name %> <% } } %> </div> </form> <script type="text/javascript"> function ReplaceZero(obj){ if (obj.indexOf("0") == 0) { obj = obj.substring(obj.indexOf("0") + 1); ReplaceZero(obj); } else { return obj; } } alert(ReplaceZero('00080001')) </script> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de