[Plugin: Easy FancyBox] Easy Fancybox to create a pop-up login
-
I’m trying to replicate the login on this website (gandyprinters.com) in its replacement. How can I do that using this plug-in? I am unfamiliar with iframes, so any help you can offer would be greatly appreciated.
This is the code that I would like to show up in a box when “Login” in the nav is clicked:
<div id="login"> <form method=post action="https://host.onlineprintsolutions.com/gandyprinters/login.asp"> <input class="field" onfocus="if(this.value == 'Username'){this.value = '';}" type="text" onblur="if(this.value == ''){this.value='Username';}" id="name" value="Username" /><br/> <input class="field" onfocus="if(this.value == 'Password'){this.value = '';this.type='password';this.value=''}" type="text" onblur="if(this.value == ''){this.type='text';this.value='Password';}" id="name" value="Password" /> <div id="button"><input class="clsSubmit" type=submit value="Login" id=submit1 name=submit1 onClick="if ((user.value=='') && (password.value=='')){alert('Please enter your user name & password');return false}"> <a href="https://gandyprinters.com/wordpress/register"><input type="button" value="Register"/></a></div> </form> </div>
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘[Plugin: Easy FancyBox] Easy Fancybox to create a pop-up login’ is closed to new replies.