Advertisement

09.29.2005 at 02:45PM PDT, ID: 21579105
[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.0

link work in IE but not in FIREFOX

Asked by icserve in JavaScript

Tags:

I have no clue what I am doing but I need some help, my boss wants me to resolve this problem although I zero zilch knowledge in asp/javascript.

There is a form that when the user enter a number in the textbox should display another form, it works fine in IE but nothing happens when I use Firefox.

www.tgidevext.com/cbd

I was lead to believe that it has something to do with the following code

-- my boss says that this ireason whey it does not work on both browser so he asked me to comment out this portion of the code but still it does not work..  Any idea?

sBrowser = Request.ServerVariables("HTTP_USER_AGENT")  
lPos = InStr(1, sBrowser, "MSIE", 1)
If lPos > 0 Then
    lVersion = Mid(sBrowser, lPos + 5, 1)
          If IsNumeric(lVersion) Then
                 If lVersion >= 6 Then
              bYouPassed = True
                 End If
           End If
Else
           Response.Redirect "need_ie.asp"
End If

If you look at the source code on that page I send you the link above, maybe the problem resides in that page, I am totally clueless, Ask me about vb or sql then I am your man, this java thinggy is driving me nuts!!! Help! icserve!!!
Start Free Trial
[+][-]09.29.2005 at 03:19PM PDT, ID: 14988322

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

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

 
[+][-]09.29.2005 at 03:21PM PDT, ID: 14988336

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.30.2005 at 01:16AM PDT, ID: 14990422

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: JavaScript
Tags: firefox
Sign Up Now!
Solution Provided By: ndixon
Participating Experts: 3
Solution Grade: B
 
 
[+][-]10.03.2005 at 07:26AM PDT, ID: 15006689

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.

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