Select Case e.Path Case "","test.htm" Dim wb As New WeUI wb.AddPageTitle("","ph1","Progress") wb.AddProgress("","pgb1",True,20).CancelCommand = "你取消了')'" With wb.AddButtonGroup("","btg1",) .Add("btn1", "设置进度").Attribute= "pgb1',80)'" End With Dim str = wb.Build str = str.replace("<div class='weui_progress' name='pgb1' id='pgb1'>","<div class='weui_progress' name='pgb1' id='pgb1'><label>123456:</label>") e.WriteString(str) End Select
|