Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6206653
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T05:29:14+00:00 2026-05-24T05:29:14+00:00

I have Googled and have found issues with Chrome and HTML stuff but I

  • 0

I have Googled and have found issues with Chrome and HTML stuff but I cannot find anything specific to this issue. The code below for the password entry of a captive portal shows just fine in Firefox and Internet Explorer but nothing at all will appear in Chrome and other browsers like those on Android devices and Apple OSes.

<!-- Username: <input name="auth_user" type="text" value="guest">
<input TYPE="hidden" name="auth_user" type="text" value="guest">
<input name="redirurl" type="hidden" value="$PORTAL_REDIRURL$">
Password: <input name="auth_pass" type="password" onkeypress="return handleEnter(this, event)">   <input name="accept" type="submit" value="Continue"><br>
<br>Click the 'Continue' button! Do not hit the 'Enter' key!<br>
<!--   <input name="redirurl" type="hidden" value="$PORTAL_REDIRURL$">
<!--   <input name="accept" type="submit" value="Continue">

However, If I move the hidden ‘Username:… line’ to the third line from the bottom, it shows up just fine in at least Chrome. I cannot test this on a live system, so just wondering if what is below is a correct fix for my issue…

<input TYPE="hidden" name="auth_user" type="text" value="guest">
<input name="redirurl" type="hidden" value="$PORTAL_REDIRURL$">
Password: <input name="auth_pass" type="password" onkeypress="return handleEnter(this, event)">   <input name="accept" type="submit" value="Continue"><br>
<br>Click the 'Continue' button! Do not hit the 'Enter' key!<br>
<!-- Username: <input name="auth_user" type="text" value="guest">
<!--   <input name="redirurl" type="hidden" value="$PORTAL_REDIRURL$">
<!--   <input name="accept" type="submit" value="Continue">

Thanks in advance!

John

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T05:29:15+00:00Added an answer on May 24, 2026 at 5:29 am

    The reason for this is because you didn’t close the HTML comment on the ‘Username’ line. Add --> to the end of that line to fix the problem. HTML comments are delimited by <!-- and -->; they are not like // comments such that they do not stop automatically at the end of a line.

    This is the fixed code (notice how Stack Overflow’s syntax highlighting doesn’t render the code all gray, as a comment, like the original):

    <!-- Username: <input name="auth_user" type="text" value="guest">-->
    <input TYPE="hidden" name="auth_user" type="text" value="guest">
    <input name="redirurl" type="hidden" value="$PORTAL_REDIRURL$">
    Password: <input name="auth_pass" type="password" onkeypress="return handleEnter(this, event)">   <input name="accept" type="submit" value="Continue"><br>
    <br>Click the 'Continue' button! Do not hit the 'Enter' key!<br>
    <!--   <input name="redirurl" type="hidden" value="$PORTAL_REDIRURL$">-->
    <!--   <input name="accept" type="submit" value="Continue">-->
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have googled the topic for a while but haven't found what I'm looking
I'm at wits end now, I have googled this to death and found nothing.
i have googled in the last 3 hours but i can't seem to find
We have found an interesting issue between ASP.NET 3.5 and ReportViewer with Google Chrome.
I've searched the iPhone documentation and on google but have not found any information
I have followed the instructions found at http://code.google.com/p/pubsubhubbub/wiki/DeveloperGettingStartedGuide to setup a hub. When I
I have been looking around ocn Google and Stackoverflow but haven't found what I
I have searched a bit on google, but didn't really found an answer to
I have problem where google chrome is showing: The site uses SSL, but Google
I'm working on a simple JavaScript validation function for a html form, but have

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.