Jump to content

Linguascope's script doesn't work


K.Ermit

Recommended Posts

I've had a look at Linguascope's code and it actually just generates a login box.  Frog blocks external scripts from loading, but the html is ok to use, so this should work for you:

<div id="linguascope_login" style="width: 250px; height: 250px; font-family: 'Comic Sans MS', Chalkboard, sans-serif; font-size: 16px; border: none; background-image: url(https://www.linguascope.com/link/login/LinguascopeLogon250x250.jpg); background-repeat: no-repeat; margin: 0 auto; padding-top: 88px;">
<form class="form-inline" action="http://www.linguascope.com/secure/login.php" method="put" target="_blank">
<div class="form-group">
<div style="width: 280px; height: 47px; margin-left: 10px; padding: 0px;"><input class="form-control" id="username" type="text" name="username" value="" placeholder="Username" onclick="event.stopPropagation();" style="width: 182px; height: 25px; font-family: 'Comic Sans MS', Chalkboard, sans-serif; font-size: 18px; margin: 0 0 0 24px; padding: 0;"></div>
<div style="width: 280px; height: 35px; margin-top: 6px; margin-left: 10px; padding: 0;"><input class="form-control" id="password" type="password" name="password" value="" placeholder="Password" onclick="event.stopPropagation();" style="width: 182px; height: 25px; font-family: 'Comic Sans MS', Chalkboard, sans-serif; font-size: 18px; margin: 0 0 0 24px; padding: 0;"></div>
<input type="hidden" name="login_checksum" id="login_checksum" value="linguatest">
    <div style="width: 280px; height: 35px; margin: 3px 40px; padding: 0;"><button id="loginbutton" type="submit" value="Log In >" class="btn btn-danger" style="font-size: 1px; text-indent: -1000px; background-color: transparent; background-image: url(http://www.linguascope.com/link/login/LinguascopeLogonSubmit.png); color: #FFF; border-radius: 5px; border: none; width: 86px; height: 36px;"></button>
</form>
</div>

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...