Posted on: 12/20/2013 8:13:22 AM | Views : 761

Hello Everyone, i''m making a website, and i'm trying to making my signing form in a modal pop up windows
The main problem is that when i click on the button in the modal popup to display the value in a text in modal pop up, it gives me a blank value and not the value in the textbox can someone help please i put my code below thank please
<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> <input type="text" id="login" value="" /> </div> <div> <label for="password">Password</label> <input type=&qu ...

Go to the complete details ...