Hi,
I have a require. Let me explain with example.
html Page:
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.