Move css, javascript and web images to data so that they can be found by webapp
svn: r22927
This commit is contained in:
9
data/jhtmlarea/AutoPostTest.aspx.vb
Normal file
9
data/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
|
||||
Reference in New Issue
Block a user