joeyoung25 Posted November 26, 2007 Share Posted November 26, 2007 I have a webpage that is going to be used internally but i want to make it professional. The home page has a frame in it that i would like to make it possible to login to the site inside the frame rather than having a dialog box popping up asking for username and password. take a look at my site at http://ftp.servitechlabs.com:81 any help is greatly appreciated. Link to comment https://forums.phpfreaks.com/topic/78989-need-authentication-to-be-in-frame-apache-user-login-using-html/ Share on other sites More sharing options...
danlindley Posted November 27, 2007 Share Posted November 27, 2007 greetings; you can use php/mysql here and have the page connect to a backend database that checks users permissions. Each page would then need to have a little bit of code that checks this for each page they view. i've just started workin on a flatfile version, for my own website. but at the moment, i'm getting away with the not too secure javascript version. (as it is viewable when you click view source) and siable right click!! Hope this helps a bit... dan Link to comment https://forums.phpfreaks.com/topic/78989-need-authentication-to-be-in-frame-apache-user-login-using-html/#findComment-400119 Share on other sites More sharing options...
ToonMariner Posted November 27, 2007 Share Posted November 27, 2007 avoid using frames - then it will look really professional! Link to comment https://forums.phpfreaks.com/topic/78989-need-authentication-to-be-in-frame-apache-user-login-using-html/#findComment-400218 Share on other sites More sharing options...
joeyoung25 Posted November 28, 2007 Author Share Posted November 28, 2007 how would i use php/mysql? I am running nagios on the server which is using mysql so im kinda leary about using mysql with this site. Nagios is more important to me than this website. Link to comment https://forums.phpfreaks.com/topic/78989-need-authentication-to-be-in-frame-apache-user-login-using-html/#findComment-401146 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.