PC Review


Reply
 
 
Biss
Guest
Posts: n/a
 
      15th May 2010
Hi Folks, The truth is I am not sure that I am in the right forum but could
not find anything closer..

I have several forms that have various combo boxes.... the combo boxes
function perfectly in Chrome, and Fire Fox..

They do not function in IE..

Please take a look and give me advise..

http://latagency.com/secure/modelreg.php

Thanks in advance..

Bob
 
Reply With Quote
 
 
 
 
Andrew Murray
Guest
Posts: n/a
 
      15th May 2010


"Biss" <(E-Mail Removed)> wrote in message
news5F89556-9078-4BE3-A515-(E-Mail Removed)...
> Hi Folks, The truth is I am not sure that I am in the right forum but
> could not find anything closer..
>
> I have several forms that have various combo boxes.... the combo boxes
> function perfectly in Chrome, and Fire Fox..
>
> They do not function in IE..
>
> Please take a look and give me advise..
>
> http://latagency.com/secure/modelreg.php
>
> Thanks in advance..
>
> Bob



I can see the issue is apparently that you can't actually make a choice in
the drop down box, is that correct, when using IE?

With IE (I tested with version 8.0) the drop down doesn't stay open when you
take your finger off the mouse button; the list closes and won't allow you
to make or keep the choice you select - you can mouse-over the choices
(while holding the left mouse button down), but it won't allow you to select
one.

The other browsers do this OK.

Most of the <Select> tags are like this:

<select name="Oil">
<option></option>
<option value="on">Si</option>
</select>

I'm not sure if the "blank" <select></select> is causing this in IE or not?
Just a suggestion but maybe the yes/no questions should have Yes and No
answers listed, rather than, just "Yes" and "blank" for "No" or
non-response.

It is strange behaviour......but other than the above, I can't explain it
or suggest a solution unfortunately. I don't have any other IE version
running.


 
Reply With Quote
 
Andrew Murray
Guest
Posts: n/a
 
      15th May 2010


"Andrew Murray" <(E-Mail Removed)> wrote in message
news:#NjAZK#(E-Mail Removed)...
>
>
> "Biss" <(E-Mail Removed)> wrote in message
> news5F89556-9078-4BE3-A515-(E-Mail Removed)...
>> Hi Folks, The truth is I am not sure that I am in the right forum but
>> could not find anything closer..
>>
>> I have several forms that have various combo boxes.... the combo boxes
>> function perfectly in Chrome, and Fire Fox..
>>
>> They do not function in IE..
>>
>> Please take a look and give me advise..
>>
>> http://latagency.com/secure/modelreg.php
>>
>> Thanks in advance..
>>
>> Bob

>
>
> I can see the issue is apparently that you can't actually make a choice in
> the drop down box, is that correct, when using IE?
>
> With IE (I tested with version 8.0) the drop down doesn't stay open when
> you take your finger off the mouse button; the list closes and won't allow
> you to make or keep the choice you select - you can mouse-over the choices
> (while holding the left mouse button down), but it won't allow you to
> select one.
>
> The other browsers do this OK.
>
> Most of the <Select> tags are like this:
>
> <select name="Oil">
> <option></option>
> <option value="on">Si</option>
> </select>
>
> I'm not sure if the "blank" <select></select> is causing this in IE or
> not? Just a suggestion but maybe the yes/no questions should have Yes and
> No answers listed, rather than, just "Yes" and "blank" for "No" or
> non-response.
>
> It is strange behaviour......but other than the above, I can't explain it
> or suggest a solution unfortunately. I don't have any other IE version
> running.


Sorry I mean "the blank "<option></option>" tag not blank <select></select>




>

 
Reply With Quote
 
Biss
Guest
Posts: n/a
 
      15th May 2010
Thanks Andrew for your answer.

You are correct in ALL other browsers it is fine.. And it was fine in IE al
versions..

Have several forms and all react the same way..

What is weird is that I have not made any changes to anything.

If you think of anything let me know please.. It is a real head scratcher

Bob



"Andrew Murray" <(E-Mail Removed)> wrote in message
news:OKpAGR#(E-Mail Removed)...
>
>
> "Andrew Murray" <(E-Mail Removed)> wrote in message
> news:#NjAZK#(E-Mail Removed)...
>>
>>
>> "Biss" <(E-Mail Removed)> wrote in message
>> news5F89556-9078-4BE3-A515-(E-Mail Removed)...
>>> Hi Folks, The truth is I am not sure that I am in the right forum but
>>> could not find anything closer..
>>>
>>> I have several forms that have various combo boxes.... the combo boxes
>>> function perfectly in Chrome, and Fire Fox..
>>>
>>> They do not function in IE..
>>>
>>> Please take a look and give me advise..
>>>
>>> http://latagency.com/secure/modelreg.php
>>>
>>> Thanks in advance..
>>>
>>> Bob

>>
>>
>> I can see the issue is apparently that you can't actually make a choice
>> in the drop down box, is that correct, when using IE?
>>
>> With IE (I tested with version 8.0) the drop down doesn't stay open when
>> you take your finger off the mouse button; the list closes and won't
>> allow you to make or keep the choice you select - you can mouse-over the
>> choices (while holding the left mouse button down), but it won't allow
>> you to select one.
>>
>> The other browsers do this OK.
>>
>> Most of the <Select> tags are like this:
>>
>> <select name="Oil">
>> <option></option>
>> <option value="on">Si</option>
>> </select>
>>
>> I'm not sure if the "blank" <select></select> is causing this in IE or
>> not? Just a suggestion but maybe the yes/no questions should have Yes and
>> No answers listed, rather than, just "Yes" and "blank" for "No" or
>> non-response.
>>
>> It is strange behaviour......but other than the above, I can't explain
>> it or suggest a solution unfortunately. I don't have any other IE
>> version running.

>
> Sorry I mean "the blank "<option></option>" tag not blank
> <select></select>
>
>
>
>
>>

 
Reply With Quote
 
Stefan B Rusynko
Guest
Posts: n/a
 
      16th May 2010
Caused by one of the many scripts that you have affecting the dropdown/select fields
Suggest you contact whoever provided you all those scripts that you have and ask if they are IE compatible
- or delete them all and start adding them back, one at a time, until you find the one that is not compatible
(the either don't use it of find a compatible alternative)

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


"Biss" <(E-Mail Removed)> wrote in message news5F89556-9078-4BE3-A515-(E-Mail Removed)...
Hi Folks, The truth is I am not sure that I am in the right forum but could
not find anything closer..

I have several forms that have various combo boxes.... the combo boxes
function perfectly in Chrome, and Fire Fox..

They do not function in IE..

Please take a look and give me advise..

http://latagency.com/secure/modelreg.php

Thanks in advance..

Bob


 
Reply With Quote
 
Biss
Guest
Posts: n/a
 
      18th May 2010
Stefan, Many thanks

The problem was with the field highlight scrip... I have no idea what
happened as a week or 10 days a ago it was working fine..

Thanks so much for your help.

Bob


"Stefan B Rusynko" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Caused by one of the many scripts that you have affecting the
> dropdown/select fields
> Suggest you contact whoever provided you all those scripts that you have
> and ask if they are IE compatible
> - or delete them all and start adding them back, one at a time, until you
> find the one that is not compatible
> (the either don't use it of find a compatible alternative)
>
> --
>
> _____________________________________________
> SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> "Warning - Using the F1 Key will not break anything!" (-;
> _____________________________________________
>
>
> "Biss" <(E-Mail Removed)> wrote in message
> news5F89556-9078-4BE3-A515-(E-Mail Removed)...
> Hi Folks, The truth is I am not sure that I am in the right forum but
> could
> not find anything closer..
>
> I have several forms that have various combo boxes.... the combo boxes
> function perfectly in Chrome, and Fire Fox..
>
> They do not function in IE..
>
> Please take a look and give me advise..
>
> http://latagency.com/secure/modelreg.php
>
> Thanks in advance..
>
> Bob
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Getting Combo boxes to change options based on other Combo boxes. Ancient Wolf Microsoft Excel New Users 1 27th Mar 2009 06:29 PM
Parameter queries using forms with combo boxes, with select all, and defaulting combo boxes to blank fields nmoakeh@byte-x-byte.com Microsoft Access 12 15th Oct 2006 07:35 PM
Populate combo boxes from results of other combo boxes matt.pimm@gmail.com Microsoft Access Forms 1 13th Jan 2006 02:47 PM
Make combo boxes change contents depending on other combo boxes =?Utf-8?B?R2x5bm4=?= Microsoft Access Forms 1 9th Dec 2005 01:32 PM
data access page combo boxes and test boxes not visable or print =?Utf-8?B?Y3RhejJkYXk=?= Microsoft Access 0 26th Jul 2005 02:31 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:53 PM.