+ 3
Html source to String
Hi, how can i get entire html source code to string? The page just have a few lines.
5 Respuestas
+ 5
If you need programmaticaly read html file from your hd, then javascript won't help. Use php, java or node.js
+ 4
https://code.sololearn.com/WTAXB3JeSZ1Q/?ref=app
Or copy/paste into code)
+ 3
I do not quite understand what the problem is. If you need proper rendering of html code, you can just copy code to string like this
https://code.sololearn.com/W2SQBgmAV67M/?ref=app
+ 2
I want to get other html page not page loaded. I have index.html and want to load demo.html to string to use it in index.html.
+ 2
Ok thx