Form: some textboxes have a yellow background in browser; seems ra

G

Guest

Designing a form for a new web. Some text box fields have a yellow
background. Seems to be random. Some required boxes are white and others are
yellow. Can't finally publish until I get this fixed. Thanks for any help.
Cheers,
Gus
(The form can be viewed at www.ownerspark.com/formhome.htm -- a temporary
residence)
 
G

Guest

Quite likely you have the Google toolbar installed and it is highlighting
fields.

Although some folks might not like you doing this, but you can add the code
below to stop this from happening for other IE users. Then they may wonder
why the fields aren't yellow.

<!--[if IE]>
<script type="text/javascript">
function killAutofill(){
is = document.getElementsByTagName("INPUT");
for(i=0;i<is.length;i++)
is.style.backgroundColor = "";
ss = document.getElementsByTagName("SELECT");
for(i=0;i<ss.length;i++)
ss.style.backgroundColor = "";
}
window.onload=killAutofill;
</script>
<![endif]-->

Mike Smith,

http://FrontPageForms.com
FrontPage Form Tutorials
& Form Script Examples
 
M

Mark Fitzpatrick

I wasn't able to get to the URL you posted, but actually this may not have
anything at all to the way you designed the form. IE (especially if you have
the MSN Search toolbar installed), and other browsers, now often color
certain text boxes a different color to denote a field that they can
typically save information for (such as email address, name, etc...). Please
check the url and try posting it again. Also, since your server is Apache
and I can't tell if it's a Unix version or not, check to make sure that the
case for the filename is correct as Unix systems are case sensitive. I did
go to the formspage.htm page and all the forms off that were correct in IE,
Opera, and Firefox.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
 
G

Guest

Dear Mike:
Thanks again for your help. I guess I have to study the Google toolbar some,
and understand what they're doing (and if I want 'em to!).
Cheers,
Gus

AMysticWeb said:
Quite likely you have the Google toolbar installed and it is highlighting
fields.

Although some folks might not like you doing this, but you can add the code
below to stop this from happening for other IE users. Then they may wonder
why the fields aren't yellow.

<!--[if IE]>
<script type="text/javascript">
function killAutofill(){
is = document.getElementsByTagName("INPUT");
for(i=0;i<is.length;i++)
is.style.backgroundColor = "";
ss = document.getElementsByTagName("SELECT");
for(i=0;i<ss.length;i++)
ss.style.backgroundColor = "";
}
window.onload=killAutofill;
</script>
<![endif]-->

Mike Smith,

http://FrontPageForms.com
FrontPage Form Tutorials
& Form Script Examples



mscomdex said:
Designing a form for a new web. Some text box fields have a yellow
background. Seems to be random. Some required boxes are white and others are
yellow. Can't finally publish until I get this fixed. Thanks for any help.
Cheers,
Gus
(The form can be viewed at www.ownerspark.com/formhome.htm -- a temporary
residence)
 
S

Stefan B Rusynko

Your form fields are not the problem
- the yellow is coming from your Google tool bar

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Mark, thank you for your help. I got the bonus of learning that the filenames
| in Unix are case sensitive. All this time, and that never registered with me!
| So the filename is
|
| www.ownerspark.com/FormHome.htm
|
| Thanks again, very much
| Gus
|
|
| "Mark Fitzpatrick" wrote:
|
| > I wasn't able to get to the URL you posted, but actually this may not have
| > anything at all to the way you designed the form. IE (especially if you have
| > the MSN Search toolbar installed), and other browsers, now often color
| > certain text boxes a different color to denote a field that they can
| > typically save information for (such as email address, name, etc...). Please
| > check the url and try posting it again. Also, since your server is Apache
| > and I can't tell if it's a Unix version or not, check to make sure that the
| > case for the filename is correct as Unix systems are case sensitive. I did
| > go to the formspage.htm page and all the forms off that were correct in IE,
| > Opera, and Firefox.
| >
| > Hope this helps,
| > Mark Fitzpatrick
| > Microsoft MVP - FrontPage
| >
| > | > > Designing a form for a new web. Some text box fields have a yellow
| > > background. Seems to be random. Some required boxes are white and others
| > > are
| > > yellow. Can't finally publish until I get this fixed. Thanks for any help.
| > > Cheers,
| > > Gus
| > > (The form can be viewed at www.ownerspark.com/formhome.htm -- a temporary
| > > residence)
| >
| >
| >
 
K

Kathleen Anderson [MVP - FrontPage]

AMysticWeb said:
Quite likely you have the Google toolbar installed and it is highlighting
fields.

Although some folks might not like you doing this, but you can add the
code
below to stop this from happening for other IE users.

My guess is that MOST folks won't like you doing this. People enable the
AutoFill for a reason - it's for their convenience and you should let it
work the way they want it to work on THEIR machine.

My $.02


--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/
 
G

Guest

Hi! I was looking through this thread to help me with my problem. I
installed the code you recommended for my page, but it is still yellow.
Perhaps I didn't put the code in the right place on the code design page.
Where exactly should I paste it? Here is the page that has the yellow
fields: http://www.selectasearch.com/EmailYourResume.htm

AMysticWeb said:
Quite likely you have the Google toolbar installed and it is highlighting
fields.

Although some folks might not like you doing this, but you can add the code
below to stop this from happening for other IE users. Then they may wonder
why the fields aren't yellow.

<!--[if IE]>
<script type="text/javascript">
function killAutofill(){
is = document.getElementsByTagName("INPUT");
for(i=0;i<is.length;i++)
is.style.backgroundColor = "";
ss = document.getElementsByTagName("SELECT");
for(i=0;i<ss.length;i++)
ss.style.backgroundColor = "";
}
window.onload=killAutofill;
</script>
<![endif]-->

Mike Smith,

http://FrontPageForms.com
FrontPage Form Tutorials
& Form Script Examples



mscomdex said:
Designing a form for a new web. Some text box fields have a yellow
background. Seems to be random. Some required boxes are white and others are
yellow. Can't finally publish until I get this fixed. Thanks for any help.
Cheers,
Gus
(The form can be viewed at www.ownerspark.com/formhome.htm -- a temporary
residence)
 
T

Thomas A. Rowe

The yellow is because you most likely have the Goggle Toolbar installed in your browser, this is not
a FP related issue.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

JayneG said:
Hi! I was looking through this thread to help me with my problem. I
installed the code you recommended for my page, but it is still yellow.
Perhaps I didn't put the code in the right place on the code design page.
Where exactly should I paste it? Here is the page that has the yellow
fields: http://www.selectasearch.com/EmailYourResume.htm

AMysticWeb said:
Quite likely you have the Google toolbar installed and it is highlighting
fields.

Although some folks might not like you doing this, but you can add the code
below to stop this from happening for other IE users. Then they may wonder
why the fields aren't yellow.

<!--[if IE]>
<script type="text/javascript">
function killAutofill(){
is = document.getElementsByTagName("INPUT");
for(i=0;i<is.length;i++)
is.style.backgroundColor = "";
ss = document.getElementsByTagName("SELECT");
for(i=0;i<ss.length;i++)
ss.style.backgroundColor = "";
}
window.onload=killAutofill;
</script>
<![endif]-->

Mike Smith,

http://FrontPageForms.com
FrontPage Form Tutorials
& Form Script Examples



mscomdex said:
Designing a form for a new web. Some text box fields have a yellow
background. Seems to be random. Some required boxes are white and others are
yellow. Can't finally publish until I get this fixed. Thanks for any help.
Cheers,
Gus
(The form can be viewed at www.ownerspark.com/formhome.htm -- a temporary
residence)
 
F

fn

yes, you're right!

just go to your Google Toolbar "SETTINGS", then "OPTIONS" and uncheck the
"AUTOFILL" options.

....and yellow field will be...blank and white!

FN
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top