first commit
This commit is contained in:
commit
4d332ef662
27586 changed files with 3281783 additions and 0 deletions
9
rus/admin/_V4/_lib/jHtmlArea/AutoPostTest.aspx.vb
Normal file
9
rus/admin/_V4/_lib/jHtmlArea/AutoPostTest.aspx.vb
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
Partial Class PostTest
|
||||
Inherits System.Web.UI.Page
|
||||
|
||||
Public Sub PostTest_Load(ByVal sender As Object, ByVal e As EventArgs) Handles Me.Load
|
||||
txtText.Value = Request("txtText")
|
||||
litText.Text = txtText.Value
|
||||
End Sub
|
||||
End Class
|
||||
Loading…
Add table
Add a link
Reference in a new issue