Nominating a forum post submits a request to create a new Knowledge Article based on the forum post topic. Please ensure your nomination includes a solution within the reply.
Bob - self proclaimed posting junkie!
See my Fortigate related scripts at: http://fortigate.camerabob.com
Bob - self proclaimed posting junkie!
See my Fortigate related scripts at: http://fortigate.camerabob.com
Created on 12-02-2009 04:20 AM
<!DOCTYPE HTML PUBLIC " -//W3C//DTD HTML 4.01 Transitional//EN" " http://www.w3.org/TR/html4/loose.dtd" > <html> <head> <meta http-equiv=" Content-Type" content=" text/html; charset=utf-8" > <title>SSL VPN Login</title> <meta http-equiv=" Pragma" content=" no-cache" > <meta http-equiv=" cache-control" content=" no-cache" > <meta http-equiv=" cache-control" content=" must-revalidate" > <link href=" /sslvpn/css/login.css" rel=" stylesheet" type=" text/css" > <script type=" text/javascript" > if (top && top.location != window.location) top.location = top.location; if (window.opener && window.opener.top) { window.opener.top.location = window.opener.top.location; self.close(); }</script> <script type=" text/javascript" src=" https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" ></script> <style type=" text/css" > <!-- :link, :visited { text-decoration:none } ul, ol { list-style:none } td, h1, h2, h3, h4, h5, h6, pre, code { font-size:1em; } ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input { margin: 0; padding: 0 } a img, :link img, :visited img { border:none } address { font-style:normal } body * {font-family: Verdana, Arial, Helvetica, sans-serif;} input { font-size: 11px; height: auto; width: auto; margin: 2px; } img#ssllogo { display: block; margin-top: 10px; margin-left: auto; margin-right: auto; } #loginpage { font-size: 11px; margin: 10px auto; width: 210px; } #disclaimer { width: 450px; margin: 0px auto; text-align: justify; font-size: 11px; } --> </style> </head> <body> <img src=" https://my.secureserver.co.uk/images/sslvpnlogo.jpg" alt=" SSL VPN" id=" ssllogo" width=" 470" height=" 102" > <div id=" loginpage" > <form action=" %%SSL_ACT%%" method=" %%SSL_METHOD%%" id=" sslform" > <table cellpadding=" 0" cellspacing=" 0" > %%SSL_LOGIN%% </table> %%SSL_HIDDEN%% </form> </div> <div id=" disclaimer" >By clicking ' Authenticate' you acknowledge that you are authorised to access this service. All authentication attempts are strictly monitored.</div> </body> <script>document.forms[0].username.focus();</script> <script> $(document).ready(function(){ $(" td b:contains(' Please' )" ).parent().html(' ' ); $(" td b:contains(' Name' )" ).parent().html(' Username:' ); $(" td b:contains(' Password' )" ).parent().html(' Password:' ); $(" tr[class=' dark' ]" ).removeClass(" dark" ); $(" td" ).removeAttr(" style" ).removeAttr(" width" ); $(" form table" ).removeClass(" list" ).removeAttr(" align" ).removeAttr(" height" ).removeAttr(" width" ); $(" input[type=' image' ]" ).hide(); $(" input[type=' image' ]" ).after(' <input class=" sub_but" name=" sub_but" id=" sub_but" type=" button" value=" Authenticate" >' ); $(" #sub_but" ).click( function() { $(" #sslform" ).hide(); $(" #disclaimer" ).hide().html(' Attempting login...please wait.' ).show(); $(" #sslform" ).submit(); }); $(' input' ).keydown(function(e){ if (e.keyCode == 13) { $(" #sslform" ).hide(); $(" #disclaimer" ).hide().html(' Attempting login...please wait.' ).show(); $(this).parents(' form' ).submit(); return false; } }); }); </script> </html>
Select Forum Responses to become Knowledge Articles!
Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.
User | Count |
---|---|
1502 | |
1011 | |
749 | |
443 | |
209 |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.