Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHello,
this is quite simple (but also a lot of coding work!). At first you have to place a javascript on your web-site (within the html), wich makes a post request to your webserver. Within this post request you can transmit data from your Browser to the webserver. And the webserver can answer this request with either an resource (html-page just like a get-request) or with a string where you can place data from your "C-World". The Browser can handle this reply-string and put the contents into a text-box etc. If you are still interested in this i can send you a simple example. The magic word for google / wikipedia is "Ajax". Best regards...:rolleyes: