RE: [Perl-unix-users] Frameset

2001-09-27 Thread david . b . deline
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-

RE: [Perl-unix-users] Frameset

2001-09-27 Thread jaouad ask me
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

RE: [Perl-unix-users] Frameset

2001-09-27 Thread david . b . deline
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

[Perl-unix-users] Frameset

2001-09-26 Thread jaouad ask me
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