Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
HTML Madness
Message
De
07/06/2017 19:07:01
 
 
À
07/06/2017 17:23:09
Information générale
Forum:
Internet
Catégorie:
HTML
Titre:
Divers
Thread ID:
01651819
Message ID:
01651847
Vues:
55
>>With this markup, the checkbox does not appear
>>
>>
>><form method="POST" class="form-inline" role="form" id="new-pickup">
>>			10<input type="checkbox" />
>></form>
>>
>>
>>
>>
>>With this markup, it does
>>
>>
>>
>><form method="POST" class="form-inline" role="form" id="newpickup">
>>			10<input type="checkbox" />
>></form>
>>
>>
>>The 10 appears in both cases.
>>
>>What is happening?
>
>There shouldn't be any issue with the usage of the character.
>
>I tested your code and, in my case, the checkbox appears in both forms.
>
>I tested with Internet Explorer, Firefox and Google Chrome.
>
>There could have been a cache issue or something like that. Have you tried with another browser, restarting the browser, a restart?

Good question
This is PHP app that I'm running on a WAMP platform from the Eclipse IDE, so Apache is involved.
The default browser is IE and that's what comes up when I run the app from Eclipse.
The way I finally isolated it was to view the source in IE and copy that to a file that I could run from Eclipse without any PHP.
I kept removing things till I had one form that showed the checkbox and one that didn't, the only difference being the id.
I searched all over the web and found nothing about it.
It's only the checkbox.
I tried other input types and they showed up OK.
Anyone who does not go overboard- deserves to.
Malcolm Forbes, Sr.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform