Advertisement

07.31.2003 at 03:11PM PDT, ID: 20696274
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.2

Multiple frames one form

Asked by vtumati in Hypertext Markup Language (HTML)

Tags: , , ,

Hi,
I have a webpage that is divided into 3 frames, 1st frame contains tables generated from cgi script, each row in the table has checkboxes.
The 2nd frame contains various options and a submit button. The 3rd frame will contain the output of the submit.
First i tried to have the options and submit in the same frame as the tables, and when i pressed submit everything worked i got he output. Once i moved options and the submit button to frame 2, it does not work, when i press submit it just uses the information from frame 2. How do i make it use information from frame 1. I have looked at some of the other posts and followed the instructions on using java script for the submit button but nothing happens.

Frame1 name -> main : contains tables with checkboxes
Frame2 name ->options : contains a submit button with options which apply to the table in frame1
Frame3 name ->output : Should get the output of the submit

*******************************************
This is the code for frame2 which has the submit button and options.

#!/usr/local/bin/perl
use CGI;
$q = new CGI;
print "Content-type:text/html\n\n";

print <<END_OF_SUMMARY;
     <TITLE>SUMMARY</TITLE>
    <p>
    <FORM>
    <INPUT TYPE="button" VALUE="submit" onsubmit="parent.main.document.OnlyForm.submit()">
    </FORM>
    <p>
  ............options listed here

END_OF_SUMMARY

print $q->end_html();

****************************************************************

This is part of the code for frame1 which generates tables with checkbox.

some crap
 
print <<END_OF_SUMMARY;
     <TITLE>LSF SUMMARY</TITLE>
     <H1 ALIGN="CENTER">LSF SUMMARY</H1>
    $user
    <p>
    <FORM NAME="OnlyForm">
    Date/Time: $time
    <FORM METHOD=POST ACTION="test3.pl" TARGET="results">
    <p>
    <INPUT TYPE=submit value="Submit Command"> <INPUT TYPE=reset>
    <p>
END_OF_SUMMARY

generate table/w checkbox code

print $q->end_html();

*******************************************************************************

When i click on the submit button located in frame2 nothing happens, am i doing something wrong here, also can i mix the options in frame2 with checkboxes located in frame1.

Thank you,
VenkataStart Free Trial
[+][-]07.31.2003 at 04:00PM PDT, ID: 9044817

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.31.2003 at 05:04PM PDT, ID: 9045035

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Hypertext Markup Language (HTML)
Tags: form, frames, multiple, submit
Sign Up Now!
Solution Provided By: abuimad
Participating Experts: 2
Solution Grade: B
 
 
[+][-]07.31.2003 at 05:05PM PDT, ID: 9045038

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.31.2003 at 10:14PM PDT, ID: 9046245

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07.31.2003 at 10:15PM PDT, ID: 9046252

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08.01.2003 at 03:48PM PDT, ID: 9052120

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08.02.2003 at 07:31AM PDT, ID: 9054196

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32