Quantcast
Channel: SCN : All Content - ABAP Development
Viewing all articles
Browse latest Browse all 8332

Read html page content.

$
0
0

Hi,

 

I have a require. Let me explain with example.

 

html Page:

html.JPG

Code Page:

<html>
<body>
<p id="p1">Hello World!</p>
<input type="text" name="firstname">
<input type="button" value="1" name="no" onclick="moveNumbers()">
<script>
function moveNumbers()
{
document.getElementById("p1").innerHTML = document.getElementById("p1").value;
}
</script>
</body>
</html>

 

Through interface "IF_HTTP_CLIENT" i am able to read code page,

but my requirement is read "123456" information from html body.

 

Is any class or method exist in SAP, please suggest.

 

Regards.

Praveer.


Viewing all articles
Browse latest Browse all 8332

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>