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. Quote Link to comment 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 Quote Link to comment 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! Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.