1. Zorezz's Avatar
    Hi,
    I 'm trying to connect to the free wifi in my hotel with my Bold 9700, but when the browser starts,the page for the hotspt login cannot be opend.
    Sometimes no error at all is shown, other times: unable to connect... contact your provider...
    It works fine with my iPod Touch and Netbook.
    Has anyone an idea how to fix that problem?

    Thank your for your help!

    Here the code of the page:
    <html>
    <head>
    <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
    <META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
    <link rel="stylesheet" href="control.css" type="text/css">
    <title>Login</title>
    </head>
    <body style="font-family: Arial" bgcolor="#FFFFFF">
    <center>
    <form action="login.cgi" method="post" name="Enter">
    <table border="0" width="100%" cellspacing="0" cellpadding="0">
    <tr>
    <td align="center" width="100%">
    <img border="0" src="/login_logo.gif">
    </td>
    </tr>

    <tr>
    <td width="100%" height="10">&nbsp;</td>
    </tr>
    <tr>
    <td width="100%">
    <div align="center">
    <table cellSpacing="0" cellPadding="4" width="600" bgColor="#F7F7F7" border="1" borderColorlink="#8E8E8E">
    <tr>
    <td class="BG3" align="center" width="100%">
    <b><font size="3">Willkommen im W-LAN&nbsp;</font></b>
    </td>
    </tr>
    <tr>
    <td align="center" width="598">
    <table border="0" width="100%" cellspacing="0" cellpadding="0">
    <tr>

    <td align="center" width="100%">
    <font size="2" color=#000000><b>vom Hotel Gotthard</b></font>
    </td>
    </tr>
    <tr>
    <td width="100%" height="20" valign="middle">
    <hr size="1" color="#C0C0C0">
    </td>
    </tr>
    <tr>
    <td align="center" width="598">
    <table cellSpacing="0" borderColorDark="#FFFFFF" cellPadding="4" width="300" bgColor="#F7F7F7" borderColor="#8E8E8E" border="1">
    <tr>
    <td align="center" width="30%" bgColor="#eaeaea">
    <font color="#000000" size="2"><b>Username:</b></font>

    </td>
    <td align="center" width="70%">
    <input type="text" name="username" size="20">
    </td>
    </tr>
    <tr>
    <td align="center" width="30%" bgColor="#eaeaea">
    <font color="#000000" size="2"><b>Password:</b></font>
    </td>
    <td align="center" width="70%">
    <input type="password" name="password" size="20">
    </td>
    </tr>
    </table>
    </td>
    </tr>

    <tr>
    <td width="100%" height="20" valign="middle">
    <hr size="1" color="#C0C0C0">
    </td>
    </tr>
    <tr>
    <td align="center" width="100%" height="30">
    <input type="button" name="Enter" value="Enter" style="font-family: Arial" onClick="setFlag()">
    <input type="reset" name="Cancel" value="Cancel" style="font-family: Arial">
    </td>
    </tr>
    </table>
    </td>
    </tr>
    </table>
    </div>
    <div align="center">

    <table border="0" width="500" cellspacing="0" cellpadding="0">
    </table>
    </div>
    <br>
    <div align="center">
    <table width="100%" bgcolor="#DDDDDD">
    <tr>
    <td align="right" width="100%">
    <font size="1" color="#000080">Copyright (c) EL+MK 2002-2004 All Rights Reserved&nbsp;</font>
    </td>
    </tr>
    </table>
    </div>
    <input type="hidden" name="h_url">
    <input type="hidden" name="replenish_type" size=="2" value="0">
    </td>

    </tr>
    </table>
    </form>
    </center>
    </body>
    </html>
    <script language="javascript">
    str=navigator.appName
    function setFlag()
    {
    if (str == "Konqueror")
    {
    Enter.target="_top"
    Enter.action="login.cgi"
    Enter.h_url.value = document.URL
    Enter.submit()
    }
    else
    {
    document.Enter.target="_top"
    document.Enter.action="login.cgi"
    document.Enter.h_url.value = document.URL
    document.Enter.submit()
    }
    }
    function connectCredit()
    {
    if (str == "Konqueror")
    {
    Enter.target="_self"
    Enter.action="credit.cgi"
    Enter.h_url.value = document.URL
    Enter.submit()
    }
    else
    {
    document.Enter.target="_self"
    document.Enter.action="credit.cgi"
    document.Enter.h_url.value = document.URL
    document.Enter.submit()
    }
    }
    </script>
    12-30-10 04:51 PM
  2. Phill_UK's Avatar
    Remove all that pointless code from your post... and someone might give you an answer

    Posted from my CrackBerry at wapforums.crackberry.com
    12-30-10 05:03 PM
  3. dangerousfen's Avatar
    My god. That was some useless information. Is it a payed for service?

    Posted from my CrackBerry at wapforums.crackberry.com
    12-30-10 06:49 PM
  4. Rootbrian's Avatar
    Remove all that pointless code from your post... and someone might give you an answer

    Posted from my CrackBerry at wapforums.crackberry.com
    That code makes it ever so long. Could it be spam? :S

    Posted from my CrackBerry at wapforums.crackberry.com
    12-30-10 08:40 PM
LINK TO POST COPIED TO CLIPBOARD