I have an html page that uses java to zoom in and out of an image. I just
want to be able to call a cgi script from the form in the html. The java
allows the user to drag a box to any size on the jpg. As soon as the user
completes the box, how do I call the cgi script to send the rectangle size
to? It is in a function called 'drawend' where I would put the call to the
cgi script to POST some form parameters.. No information is needed to be
returned.
What to do?
want to be able to call a cgi script from the form in the html. The java
allows the user to drag a box to any size on the jpg. As soon as the user
completes the box, how do I call the cgi script to send the rectangle size
to? It is in a function called 'drawend' where I would put the call to the
cgi script to POST some form parameters.. No information is needed to be
returned.
What to do?
Comment