Advertisement

03.14.2004 at 08:40PM PST, ID: 20918720
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.4

How to make a password that can't view the source?

Asked by _aR in JavaScript

Tags: , , , ,

Dear expert,
                  I'm a rookie web developer whois studying javascript by my on but in the part of making password I just want to make password for a particular document that's why I'm asking for your help. The below scripts are the procedure I used but the viewer can seeit by just viewing the source code. The main target of my document is the "About_Me.html". Thank you for your attention! _aR


<html>
<HEAD>
<SCRIPT LANGUAGE="JavaScript">

<!--Total Java Scripts 99 - Next Step Software-->

<!-- Begin
function Login(){
var done=0;
var username=document.login.username.value;
username=username.toLowerCase();
var password=document.login.password.value;
password=password.      toLowerCase();
if (username=="_arv!n" && password=="background") { window.location="About_Me.html" target="_blank"; done=1; }
if (username=="member2" && password=="password2") { window.location="emtuoa.html"; done=1; }
if (username=="member3" && password=="password3") { window.location="describe.html"; done=1; }
if (done==0) { alert("Sorry authorized person only."); }
}
// End -->
</SCRIPT>

<BODY>

<center>
<form name=login>
<table width=225 border=1 cellpadding=3>
<tr><td colspan=2><center><font size="+2"><b>Authorized Person</b></font></center></td></tr>
<tr><td>Username:</td><td><input name=username ></td></tr>
<tr><td>Password:</td><td><input type="PASSWORD" name=password ></td></tr>
<tr><td colspan=2 align=middle><input type=button value="Login!" onClick="Login()"></td></tr>
</table>
</form>
</center>
</htmlStart Free Trial
 
Loading Advertisement...
 
[+][-]03.14.2004 at 09:31PM PST, ID: 10595159

View this solution now by starting your 14-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: JavaScript
Tags: how, make, password, source, view
Sign Up Now!
Solution Provided By: ho_alan
Participating Experts: 3
Solution Grade: A
 
 
[+][-]03.14.2004 at 09:44PM PST, ID: 10595206

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 14-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]03.15.2004 at 05:47AM PST, ID: 10597088

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 14-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04.12.2004 at 08:49AM PDT, ID: 10806151

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 14-day free trial to view this Administrative Comment or ask the Experts your question.

 
[+][-]04.17.2004 at 12:47AM PDT, ID: 10848195

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 14-day free trial to view this Administrative Comment or ask the Experts your question.

 
 
Loading Advertisement...
20081112-EE-VQP-43