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 622741
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T19:01:02+00:00 2026-05-13T19:01:02+00:00

i want to build a website with following features: 2 Frames. 1 Frame with

  • 0

i want to build a website with following features:
2 Frames.
1 Frame with am edit box and a button.
The second frame should show a page whitch is secured by username/password.
Is there a possibility that a sepcified user is always logged on?
The problem is: I can’t edit any thing on the page of the second frame.

I have to use this in the office and have to see the orders of a webshop backend. But the user who monitors the orders should use this website without login. Is it possible to store the username/password on a local maschine and login automaticly and permanent(i DONT mean a password manager).

The workflow is: Open the local HTML file and see the two frames.
Any idea. I hope i could figure out what I have to do.

  • 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-13T19:01:02+00:00Added an answer on May 13, 2026 at 7:01 pm

    I would give the “manager” person a real login in the system that provides a read-only view.

    If the system can’t do that, I’d recommend fixing the system… but it sounds like you are stuck with the system as is and can not alter it.

    update(s):
    (updated again to do a post vs. get)

    Based on the comments below, here’s a basic sample of the insecure auto-login:

    <html>
      <head>
        <title>CEO System Overview</title>
        <script>
          function autoLogin(){
            document.forms['auto'].submit();
          }
        </script>
      </head>
      <body onload="autoLogin();">
        <form name="auto" method="post" target="overview" action="fullpath/foobar.php/login.php/action/process">
          <input type="hidden" name="email_address" value="foo@bar.com"/>
          <input type="hidden" name="password" value="foobar"/>
        </form>
        <iframe name="overview" width="100%" height="100%" frameBorder="0"
          src="about:blank">
        </iframe>
      </body>
    </html>
    

    Notes:

    1. This is insecure – any user of this PC/file can access the system
    2. Navigation via the browser back/forward buttons may be a bit messed up (some browsers handle navigation within iframes better than others)
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to build a prototype for an intranet website, and I want to
I want to build a web based front-end to manage/administer my Linux box. E.g.
How would I go about doing the following... I want to build a web
I want to build a lightweight linux configuration to use for development. The first
I want to build a bot that asks someone a few simple questions and
I want to build my own custom log4j (network) adapter to solve my problem
I want to build an executable to distribute to people without python installed on
I want to build a site where the user can enter text and format
I want to build two-dimentional array of strings where length of one dimention is
I want to build something like a network scanner, so that I see in

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.