Jeb,
I sounds like you should be able to incorporate the "HIDDEN"
object/variable method I mentioned in my previous email.
I use this technique all of the time to ensure I "keep my data around"
between submissions...
Example:
#!/usr/bin/perl
use strict;
use CGI qw(:sta
thanks david for your answer, but what i want to do is a repetitive
submision (unlimited) from The QUERY frame to the RESPONSE Frame.
What I am doing is:
drawing a structure in the Query frame, and then send it to the RESPONSE by
the button ADD that is equal to a submit, so the structure get
Well Jeb,
(If I understand your question correctly...)
You can accomplish this by imbedding JavaScript in your query & response
HTML.
You will need to have named FORMs in each of your FRAMEs to use the
following JavaScript examples:
Say you have a text object in your query frame.
You can update