query.document.form_name.h_text.value = "updated text";
Then cause the FORM on your query frame submit and refresh according to
the value in your hidden "h_text" object:
parent.query.document.form_name.submit();
Hope this helps...
Regards,
Dave
-Original Message-
pdated text";
Then cause the FORM on your query frame submit and refresh according to
the value in your hidden "h_text" object:
parent.query.document.form_name.submit();
Hope this helps...
Regards,
Dave
-Original Message-
From: jaouad.jeb [mailto:[EMAIL PROTECTED]]
Sent: We
Regards,
Dave
-Original Message-
From: jaouad.jeb [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 26, 2001 6:13 PM
To: perl-unix-users
Subject: [Perl-unix-users] Frameset
Hi Folks,
I am using the Frame.cgi script from activeperl, here a copy of it:
sub print_frameset {
$scri
Hi Folks,
I am using the Frame.cgi script from activeperl, here a copy of it:
sub print_frameset {
$script_name = $query->script_name;
print <$TITLE
EOF
;
exit 0;
}
The problem I have is the following:
I do want to append result to the RESPONSE frame and not only show the