I want to make webpages for the ip configuration of the hardware, like it is available in the routers.
I am able to make and view simple static webpages.
For Dynamic Webpages, I tried creating webpages with form action methods and then processing the data from the url parsing. URL received is like
http://192.168.1.80/Settings.html?input1=12&input2=24
where input1 and input2 are the inputboxes names in the page.
This method is also working. But sometimes, the whole webpage does not loads, few characters gets missed. Due to which the whole webpage syntax changes. I have to refresh the webpage 2-3 times for loading it correctly.
Is there any way I could use to load and make webpages.