Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can not find the difference
Message
De
06/08/2008 09:39:31
 
 
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
C# 3.0
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01336741
Message ID:
01336853
Vues:
12
This message has been marked as a message which has helped to the initial question of the thread.
Looks like you are short a
<div>
tag, maybe one is "balanced" in context and the other is not.

Glenn


>Hi everybody,

>
>Here is the view source. Mother works and Father does nothing.
>
>
><div class="cl">
>                                        <label class="bx">
>                                            Father</label>
>                                        <span class="bx" id="fatherName">
>                                            <input name="ctl00$ContentPlaceHolder1$PeopleVolunteersForm$FatherID" type="text" maxlength="50" id="ctl00_ContentPlaceHolder1_PeopleVolunteersForm_FatherID" title="Start typing name and select from the list" onblur="asbGetObj('ctl00_ContentPlaceHolder1_PeopleVolunteersForm_FatherID').OnBlur();" onkeydown="asbGetObj('ctl00_ContentPlaceHolder1_PeopleVolunteersForm_FatherID').OnKeyDown(event);" onkeypress="return asbGetObj('ctl00_ContentPlaceHolder1_PeopleVolunteersForm_FatherID').OnKeyPress(event);" onkeyup="asbGetObj('ctl00_ContentPlaceHolder1_PeopleVolunteersForm_FatherID').OnKeyUp(event);" autocomplete="off" /><br><div class='asbMenu' style='visibility:hidden' id='divMenu_ctl00_ContentPlaceHolder1_PeopleVolunteersForm_FatherID'></div>
>		<input type="hidden" id="ctl00_ContentPlaceHolder1_PeopleVolunteersForm_FatherID_SelectedValue" name="ctl00$ContentPlaceHolder1$PeopleVolunteersForm$FatherID:SelectedValue" value="0">
>
>		</span>
>                                                <span class="bx" style="width: 180px">
>                                                    <a href ="javascript:void(0);" onClick="openCreateID('fatherName','AddressInfoVolunteer')">Enter Father's Info first</a></span>
>                                    </div>
>                                    <div class="cl">
>                                        <label class="bx">
>                                            Mother</label><span class="bx" id="motherName"><input name="ctl00$ContentPlaceHolder1$PeopleVolunteersForm$MotherID" type="text" maxlength="50" id="ctl00_ContentPlaceHolder1_PeopleVolunteersForm_MotherID" title="Start typing name and select from the list" onblur="asbGetObj('ctl00_ContentPlaceHolder1_PeopleVolunteersForm_MotherID').OnBlur();" onkeydown="asbGetObj('ctl00_ContentPlaceHolder1_PeopleVolunteersForm_MotherID').OnKeyDown(event);" onkeypress="return asbGetObj('ctl00_ContentPlaceHolder1_PeopleVolunteersForm_MotherID').OnKeyPress(event);" onkeyup="asbGetObj('ctl00_ContentPlaceHolder1_PeopleVolunteersForm_MotherID').OnKeyUp(event);" autocomplete="off" /><br><div class='asbMenu' style='visibility:hidden' id='divMenu_ctl00_ContentPlaceHolder1_PeopleVolunteersForm_MotherID'></div>
>		<input type="hidden" id="ctl00_ContentPlaceHolder1_PeopleVolunteersForm_MotherID_SelectedValue" name="ctl00$ContentPlaceHolder1$PeopleVolunteersForm$MotherID:SelectedValue" value="0">
>
>		</span> <span class="bx" style="width: 180px">
>                                                    <a href ="javascript:void(0);" onClick="openCreateID('motherName','AddressInfoVolunteer')">Enter Mother's Info first</a></span>
>                                    </div>
>                                </div>
>
>
>What is the difference?
>
>Thanks in advance.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform