This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Dynamic HTTP Link on TCPNET Web Server

Hi,
in my web server application i need to have multiply html pages for ad.cgi.
but i can't prediction number of sub pages so i cant't copy & paste base ad.cgi page with different names and put them on Web static file.

my prefer links is something like this :

192.168.0.10/ad.cgi?p=1 .... 192.168.0.10/ad.cgi?p=100

how i can implement this method of dynamic HTTP link ?
can i process parameters on http page requests?

Parents
  • Many thanks for the prompt reply.

    Yes, page design refreshes adc value web page in every second via adc.cgx script.

    My design is very similar to yours ,but in my design user specifies the adc channel in main index.html via adc channels URLs table (maybe pull-down Menu-select).
    After the selection of channel user is directed to adc.cgi page.
    For this reason, we need to tell adc.cgi page which adc channel selected in previous page.
    One approach is to send adc channel via URL parameter because we can't use POST method at the same time, user directed to adc.cgi.

    Have you other suggestion to tell adc.cgi, which adc channel selected previously ??

Reply
  • Many thanks for the prompt reply.

    Yes, page design refreshes adc value web page in every second via adc.cgx script.

    My design is very similar to yours ,but in my design user specifies the adc channel in main index.html via adc channels URLs table (maybe pull-down Menu-select).
    After the selection of channel user is directed to adc.cgi page.
    For this reason, we need to tell adc.cgi page which adc channel selected in previous page.
    One approach is to send adc channel via URL parameter because we can't use POST method at the same time, user directed to adc.cgi.

    Have you other suggestion to tell adc.cgi, which adc channel selected previously ??

Children
No data