Posted on: 12/20/2013 12:19:35 PM | Views : 609

Hello everyone i will try to make it more simple to understand as i'm having a nightmare with this 
So i have 2 popup modal in a page 
Call by two link 
<li><a href="#join_form">Sign Up</a></li> <li><a href="#login_form">Log In</a></li> here are my two link, when i click on it , a modal is popup with all the different textboxes and one button
<!---Modal Form--> <!-- panel with buttons --> <!-- popup form #1 --> <a href="#x" class="overlay" id="login_form"></a> <div class="popup"> <h2>Welcome Guest!</h2> <p>Please enter your login and password here</p> <div> <label for="login">Login</label> <asp:TextBox ID="TextBox9" runat= ...

Go to the complete details ...