Javascript

How to edit html pages using javascript? I want to create a webpage (using javascript) to edit and retrieve the data of another webpage. I also want that after closing the webpages, the edited data remains on the page.


keyword research ~ keyword tool ~ keyword tracking ~ affiliate elite

This thread is started in the wrong place - it is not really an issue.
With Servoy you can retrieve an html page using the http plugin. Once you have the html content you can parse it using JS. But this can give you headaches especially if the way that page is formatted changes.

If there is also a web service that provides the data it would be much better to use that.
Don’t know what you meant by “I also want that after closing the webpages, the edited data remains on the page”. If that page is a Servoy form working based on a DB table - then this is basic functionality. You should detail a bit what you want, what your application should do…