Advertisement

08.29.2008 at 12:37PM PDT, ID: 23689927
[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.4

Web Tool Works Fine in IE, But Has Trouble In Firefox...So Far

Asked by ryan_bender in WebApplications, Internet Explorer Web Browser, Firefox Web Browser

Tags: ,

The ultimate goal of this project is to set up a link on a co-worker's web tool that leads to one of my web-based tools.  I want the link to not only bring up the front page of my web application, but to also pass some data to my tool which then automatically queries for that data and returns the results.

It's no problem to get the link to open up my tool and pass data to it.  I have it set so that the data to be passed (in this case an IP address) is appended to the URL of my tool.  For instance:

<a href='http://myapp.com/mytool.html?ip=$ip_address target='_blank'>My Totally Awesome App</a>"


The tool that I have consists of three web pages.  One of which contains a frame set and the other two are frames.  One frame has a form on it which is used to query a database.  The other frame provides room for the results of that query.  So I want the page holding the frame set to be able to grab the IP address appended on the end of the URL in the link (works fine) and send it to the frame with the form.  Then I want it to submit that form and display the results (as it normally does by itself) in the bottom frame.  So when a user click on the link, my tool will pop up with the query already processed and results already presented.  This saves the user time and facilitates research (by not having to manually open my tool, enter the information in, then click the submit button).

Right now I'm having a problem with the frame set page.  I can grab the IP address passed, but I can't place it in the query frame nor submit that information.  So I've been trying to just access the query frame first.  I have in the code the line:

topFrame.document.user_input.ip.value = ip;


This works fine in Internet Explorer, but I can't figure out how to get it to work in Firefox.  Does anyone know what formation/convention to use?

Secondly, I'm having trouble getting it to submit the information automatically.  I'm currently using the line:

topFrame.document.user_input.submit();


This doesn't work in neither IE nor Firefox.  I have two alerts: one before these two lines and one after.  In this case I know the submit line is the problem, because the second alert is not being reached.  

Any ideas?  I haven't found anything useful yet from hours of google searching.  Thanks.

Sorry for the verboseness of the question, I just wanted to make sure it was clear.Start Free Trial
 
Loading Advertisement...
 
[+][-]08.31.2008 at 10:43PM PDT, ID: 22357708

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.

 
[+][-]09.02.2008 at 08:17AM PDT, ID: 22368077

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.

 
[+][-]09.08.2008 at 01:29PM PDT, ID: 22421214

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.

 
[+][-]09.08.2008 at 04:23PM PDT, ID: 22422504

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.

 
[+][-]09.09.2008 at 07:24AM PDT, ID: 22427669

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.

 
[+][-]09.11.2008 at 12:33PM PDT, ID: 22453735

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

Zones: WebApplications, Internet Explorer Web Browser, Firefox Web Browser
Tags: HTML, JavaScript, Firefox, Internet Explorer
Sign Up Now!
Solution Provided By: ryan_bender
Participating Experts: 1
Solution Grade: A
 
 
 
Loading Advertisement...
20081112-EE-VQP-42 - Hierarchy / EE_QW_2_20070628