Advertisement

07.14.2004 at 10:56AM PDT, ID: 21058774
[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!

5.4

passing variables to iFrame

Asked by BCPower in ColdFusion Application Server

Tags: , ,

This javascript opens up a centerd window:

function openWin(){
var imgwid = 400;
var imghgt = 250;

var winl = (screen.width - imgwid) / 2;
var wint = (screen.height - imghgt) / 2;

var Errors = window.open('','Errors','width=' + imgwid + ',height=' + imghgt + ',top=' + wint + ',left=' + winl+',resizable=0,scrollbars=0');
}

In this window I have a page called 001_VALIDATE.cfm.  This page also hase an iFrame who's source is Error_details.cfm.    Currently, 001_VALIDATE.cfm get's all the variables and Error_details.cfm errors.  I need Error_details.cfm to get the variables passed from the form so that it doesn't error.

Here's the other important objects:

Form page:
----------------------------
<form name="myForm" method="post" target="Errors" action="001_VALIDATE.cfm">
<input name="Button" type="button" class="Button_NEXT" value="Next" onClick="openWin();this.form.submit()">

001.VALIDATE.cfm
----------------------------
<iframe id="Details" name="Details" frameborder="1" width="350" height="160" src="Error_detail.cfm"></iframe>

Error_details.cfm
----------------------------
<cfoutput>#FORM.Q01A#</cfoutput>
<cfoutput>#FORM.Q02A#</cfoutput>Start Free Trial
[+][-]07.14.2004 at 11:51AM PDT, ID: 11552329

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.14.2004 at 11:54AM PDT, ID: 11552361

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.14.2004 at 11:59AM PDT, ID: 11552431

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.14.2004 at 12:03PM PDT, ID: 11552483

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.14.2004 at 12:03PM PDT, ID: 11552487

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.14.2004 at 12:08PM PDT, ID: 11552541

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.14.2004 at 12:43PM PDT, ID: 11552929

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.14.2004 at 01:46PM PDT, ID: 11553544

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.14.2004 at 01:48PM PDT, ID: 11553556

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.15.2004 at 06:26AM PDT, ID: 11558807

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.15.2004 at 06:44AM PDT, ID: 11558957

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.15.2004 at 06:44AM PDT, ID: 11558965

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.15.2004 at 07:30AM PDT, ID: 11559412

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.15.2004 at 07:34AM PDT, ID: 11559445

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.15.2004 at 07:35AM PDT, ID: 11559452

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.15.2004 at 07:53AM PDT, ID: 11559634

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.15.2004 at 03:01PM PDT, ID: 11563814

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

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

 
[+][-]07.19.2004 at 03:33PM PDT, ID: 11588069

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: ColdFusion Application Server
Tags: iframe, variables, passing
Sign Up Now!
Solution Provided By: Netminder
Participating Experts: 5
Solution Grade: B
 
 
 
Loading Advertisement...
20081112-EE-VQP-42