Änderungen zu iframe statt strings in der ajaxabfrage

This commit is contained in:
ja
2022-01-24 11:39:12 +01:00
parent 9bdccd31ce
commit 682d3a01e9
6 changed files with 1391 additions and 1419 deletions

View File

@@ -1107,7 +1107,7 @@ Partial Class LKWS
Else
readStream = New StreamReader(receiveStream, Encoding.GetEncoding(Response.CharacterSet))
''Get news data in json string
''Get data in json string
''You will get html source here......
Dim Data As String = readStream.ReadToEnd()
Return Data