HTML - Creating A Login Page
I dont know where to post this and i searched and couldnt find it but can anyone help me.. im creating a webpage using dreamweaver cs3 and i need to password protect a page, using a username and password, can this be done any other way besides php? If so how can i do it?
Similar TutorialsCan anyone guide me to some reference material on how to create a simple customer login that would allow the client to access private pages of a web site? Hi i work for a web design company and im new to dreamweaver and html My client needs me to create a main landing page for his site and it will say click here to enter and when i click here to enter it will require a user name and password to get into the site, how do i do that? Hi, I have the following situation. I want when the user types http://locahost/abc.html or http://locahost/xyz.html he should be automatically redirected to the http://locahost/login.html page User can only access http://locahost/xyz.html page when he clicks a link on http://locahost/abc.html and not by directlty typing it in the browser. By this i want only authorized users to have access to my web pages. My web portal is hosted on apache server on linux OS. How can i do this? Any help would be greatly appreciated. I am a newbie and need your help creating a webpage displaying names with the address.the height and width of the table should be 120 pixels.The border thickness be 5 pixels,border color red and bkground grey. Pls Help I am Class Vth Student and need your help in designing the html page .I need to create a webpage displaying different names with addresses.the height and width of table should be of 120 pixel.border thickness is 5 pixel.border shud be red in color and bkground shud be grey. Hi, i'm an expereinced PC user, and am just getting into web design, thought you could help. I've got the basics of a website developed, i just need to get the difficult bits done now...just! I've split it up into two points... a) Basically I want users to add a page that I haven't got on my site, (for example, if my website was about bands, one could fill in a form with the title of the band and a few pieces of info. and then that information is taken and a page is created (the page has standard information the same as the rest of the pages, but the details the user entered are on the page)). b) Secondly I want to add to a page a text box one can type into, click submit (basically a review) and that typing be added to that page. I'm assuming some sort of database would be required, but im really not sure how to go about it. Any help would be great Many thanks If i make a login page in html like HTML Code: <html> <head> <title>Test Box</title> </head> <body> <br> <input text maxlength="15" onfocus="this.value=''" type="text" value="User name"> <input text maxlength="20"onfocus="this.value=''" type="password" value="Password"> <button disabled>Login</button> </body> </hmtl> Then how to i do it so when they enter there username and password the login button is active. Greetings! This is my first post on these forums, my apologies if I do not format is properly, or such. Also, I have no code to copy here to be looked at.. I am more looking for some advice, or to be pointed in the right direction.. We want to create a download page on our website, where customers can download our product after paying, but we want the URL to expire. (Or we can make it password encrypted with a password which expires). We have the website worked out up the point of payment, we now just need to code a page which we can distribute our product on. I've bought many items before, like online e-books, or computer software, where the download stays open for 24 hours, and then closes, and that is what we are after. Can anyone point me in the direction of, or assit me in how I can make a start with this please? Some notes on the product(s): Each download is 37 MB (four downloads of four e-books) Small PDF file. Hosting space and bandwidth is not a issue. A note on ourselves: We have quite a lot of experiance within the team creating our own websites with GoLive, but none of us have done anything like this before, and we're all a little lost. I do very much appriciate your time for first reading this, and secondly I will be thrilled if you will also spend your time to help us! Thank you for reading, it's deeply appreciated. Warm regards, Nick I'm fairly new to html, so if it's something obvious, give me a break. I have a background image with blank sections where I want to put stuff in to, and in one of the sections I want to put a frame or a table so I can have a list of links which you can scroll through, but I don't know how to put it anywhere I want on the page. Any help would be great, thanks. Hi guys, i was wondering if you would be able to help me out. Im attempting to create a poll on my website but im struggling to get the results i want. What im trying to go is have the poll on one page, then on a separate page just have shown the top result which also shows the percentage of people who chose that option. Thanks alot in advance for your help. Sorry if this has been posted before, I looked but couldn't find it. I am having serious problems with something I am trying to create. I am building a site which at the moment consists of 1 Page, namely my index.html page. I have put a lot of time and effort into the page and it looks fantastic, however, When the site goes live (school website) there will be a LOT of content pages. My dilema is, say for instance we want to add a new button on or change something on ALL the pages, it would take hours. I know in PHP you can do the index.php?page=departments....and I am sure I have seen it in HTML before. Therefore creating me a template which I only have to change 1 page and the rest will change automatically. This would help me SO Much. Thanks In advance I am working on a site that will allow the user to print out a contract. However, the customer wants a way to scan the contract in and allow their OCR software to pick up the contract # and automatically store the image. I have the peice working where I have a web page display then a printable version. However, how can I ensure that the printable version always puts the data that will be OCR'd in the same spot? Is there some sort of absolute positioning that I can use? Also, I can foresee a potential problem with this with regards to different browsers and different printer settings. I just don't know what those problems might be. Hi all. Just wondering how to make sign up and login pages for a site but don't know how to save the data entered for sign up and then check it for login! hi i finished my html project but i still need to make a login page for the project.and this page should be linked to a database.i mean the username is the email saved in the database and the password also saved in MS access database. i created the form but i don't know how to link it to database and how to verify if the username and password r correct or not and if username and password correct open system.html if not open login page. if u please can give me some suggestion? I am just learning how to do HTML & I want to do a login page for my final website. I need the HTML code with ALL directions on where to put it what to change so the things save to somewhere, how to direct the page so after you hit "Login" it will go to another page. I want the most simple codes possible, ty I am working on my school's website and one of the teachers would like a page that she can log into and post assignments and what not. I figured this wouuld be easy, but the server does not support PHP, which means no SQL either. How should I go about making this page with straight html? I'm a professional photographer, I taught myself how to design websites in the beginning of 07. While my site www.8aphotography.com may be basic it has a look that I enjoy. My question is how can I get a simple way for my clients to login to a private gallery. I searched Google and so forth but came across nothing that showed how to do it. I'm looking to be able to give my clients a user name and password that they could type in to view their photographs. Anyones help would be greatly appreciated. Philip Hello I'm trying to create a page, when its someone's first time opening the web site they get asked if they are under 18 or not and if they are over 18 and enter the site, and the next time they come to the site, it would by pass the age page. Is there anything that I can read that would help me create it? Please give me any suggestion that you have. Thank You Hi, this is jyothi. I am new in this site, I am preparing new program with login page, But I don't know the script for the login button, Can anyone please help me. Hi, I have 6 users who need to access a roster on the website. only they are to view the roster can I use a flat file with their usernames and a passwords? |