Is it possible to fetch the values selected in Java Applet and pass the values to the classic ASP page.
For example: I have the main page in Classic ASP which invokes the Java Applet an allow the users to select the desired seats. Once the user has selected the seats and clicked on Add to Cart button in the applet, the values are passed to the classic ASP page to add the values in the fields.
Thanks for your help.
Here is one way: