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.
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:
Notes: