Getting a password for my HTML design

liunx

Guest
I am trying to design a web page, but the only problem is that I have the login button setup in such a way that it directly takes me to the companies job page. Now, I want to include a feature that checks the login i.d and password. I have tried some scripts, but doen't work. Could you help?Thanks<br />
Marouf<!--content-->Do you have some code or is your page online?<!--content-->Originally posted by swon <br />
Do you have some code or is your page online? <br />
My page is offline. I am doing the design in Microsoft frontpage. I have got the login button code set already, but I am not able to figure out the password design? Do you want me to send part of that code?<br />
marouf<!--content-->What exactly are you trying to do? If you are trying to password protect you site, you will need to use a server side language for any amount of security. Is that what you are looking for? Maybe if you post the code that you have written so far, I'll be able to see what it is that you are trying to do...<!--content-->I have got your reply about the design. But, the thing is that i am doing the design in frontpage. Do you want me to send you the code? <br />
<br />
<tr><br />
<td align="right" height="25" width="59"><br />
<span class="LeftNavBodyText"><b>E-mail</b></span></td><br />
<td align="left" height="25" width="361"><br />
<input name="username" size="41"></td><br />
</tr><br />
<br />
<tr><br />
<td align="right" width="59" height="63"><span class="LeftNavBodyText"><b>Password</b></span></td><br />
<td align="left" width="361" height="63"><br><br />
</form><input type="password" name="password" size="12"><b><span style="background-color: #FF00FF">Go<br />
to </span></b><b><span style="background-color: #FF00FF"><a href=http://www.webdeveloper.com/forum/archive/index.php/"http://www.gillani.com/careers.htm">login!</a></span></b><br />
</tr><br />
<br />
Here the code has username and password with all its specs, but the login button goes directly to gillani.com without any validation of the username or passwords.<br />
Thanks <br />
maroof<!--content-->If you have PHP enabled on your server, I can write some code for you...<!--content-->Originally posted by pyro <br />
If you have PHP enabled on your server, I can write some code for you... <br />
<br />
If you could see the code that I wrote, if its wromg, or you think you can write definitely a much better one, then go ahead and do so.<br />
marouf.<!--content-->Originally posted by maroof <br />
If you could see the code that I wrote, if its wromg, or you think you can write definitely a much better one, then go ahead and do so. Also, whats PHP?<br />
marouf.<!--content-->PHP is Hypertext Pre-Processor. It is a server side language. Check to see if your server has it enabled, or it won't be worth my time writing the code for you, as it won't work anyway... :) If you do have it enabled, I can encrypt the password with a oneway MD5 encryption. One thing...How many usernames and passwords do you need?<!--content-->Originally posted by pyro <br />
PHP is Hypertext Pre-Processor. It is a server side language. Check to see if your server has it enabled, or it won't be worth my time writing the code for you, as it won't work anyway... :) If you do have it enabled, I can encrypt the password with a oneway MD5 encryption. One thing...How many usernames and passwords do you need? <br />
<br />
I don't have a PHP on my machine, but is there any other text processor like notepad that you could write the code in?<!--content-->Certainly, any text editor should work fine. You do, however, need a PHP parser on the server that your files reside on. Ask you host if it is available.<!--content-->Originally posted by pyro <br />
Certainly, any text editor should work fine. You do, however, need a PHP parser on the server that your files reside on. Ask you host if it is available. <br />
<br />
They donot have a PHP.<!--content-->Originally posted by maroof <br />
They donot have a PHP. Ah, well... :(<!--content-->Originally posted by pyro <br />
Ah, well... :( <br />
<br />
The company assistant manager says that we have Perl. Could you do anyhting in that ?<!--content-->Yeah, probably... Why don't you tell me exactly what you need, and I'll see if it sounds like something I can do in Perl. OK?<!--content-->Originally posted by pyro <br />
Yeah, probably... Why don't you tell me exactly what you need, and I'll see if it sounds like something I can do in Perl. OK? <br />
I have already written the code the username, password features on the top. All, I need is that when any user comes to the comapnies web page, he logs in with a pasword. If he's not registered, he gets registered. Then, the login should validate him and take him to the careers page.<br />
thanks<br />
marouf<!--content-->Originally posted by maroof <br />
If he's not registered, he gets registered.Do you mean that anyone can get registerd? If so, what is the point of having a password in the first place. Also, I thought you just wanted a simple password script. This sounds a bit more complex. I'm not sure I have time to write that for you. You may want to look at <!-- m --><a class="postlink" href="http://cgi.resourceindex.com">http://cgi.resourceindex.com</a><!-- m --> and see if you can find a script that does what you need.<!--content-->
 
Back
Top