[FX.php List] Re: Mysterious asterisks appearing in fields

Dale Bengston dbengston at preservationstudio.com
Fri Mar 9 14:01:16 MST 2007


Chris,

Still off the topic of the asterisk gremlins, but maybe specifying a  
doctype after your <html> tag will get you further on validation...?  
For example:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"  
"http://www.w3.org/TR/html4/loose.dtd">

Dale

On Mar 9, 2007, at 2:54 PM, Chris Bisgard wrote:

>
>> That sure looks like some kind of auto-enter option in FileMaker.
>
> I thought so, too, but I am 100% certain there is no auto-enter  
> setup in
> those fields. I specifically made a new database and defined the  
> fields
> myself to rule out any such settings. There are no options set in  
> any of
> the field definition screens, except to define both fields as text
> fields.
>
>
>> This may be off the subject, but doesn't a text input in a form need
>> a value attribute?
>> <input name="OrgContact" type="text" id="OrgContact" value="">
>
> I wasn't aware a blank text input needed a value attribute unless you
> were going to do some javascript on it. I'm pretty sure I have pages
> that have passed validation without that attribute, but I certainly  
> may
> be wrong. I tried adding value="" to both text inputs, and it didn't
> help.
>
>> What happens if you add this to your FX query?
>> 	$q->FMUseCURL ($useCURL = false);
>
> No change. I still get the same result with asterisks (which, BTW, are
> starting to resemble little gremlins wherever I see them, ha).
>
> This is interesting, though... Thinking about the "value" attribute, I
> went ahead and validated my page at w3.org (after adding a DOCTYPE)  
> just
> to see what I'd get back. I knew my code probably wasn't going to  
> pass,
> but the errors I got back from the validator were REALLY weird,  
> telling
> me that the <head> and <form> tags weren't closed, telling me I'd used
> various kinds of markup where it wasn't allowed, and others. Does that
> sound like a page encoding problem? I'm still worried my Windows IIS
> settings are screwing with encoding.
>
> Chris
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list



More information about the FX.php_List mailing list