K.Ermit Posted December 14, 2017 Posted December 14, 2017 Hi, I have been provided with this code from Linguascope, but it doesn't work in the HTML widget. <script language="javascript" src="http://www.linguascope.com/link/login/linguascope_login250x250.js"></script> Can anyone help please?
Graham Quince Posted December 15, 2017 Posted December 15, 2017 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>
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now