colinmaire
05-07-2003, 10:01 AM
Hi guys,
I know that gonna be stupid but i don t know anything about programmation. so sorry
But i try to put on my website the user prompt password
I copy the script inside my page in the beginning in frontpage
but i don t know what s the password, or where i need to put it in the script someboby can help me ?? please
<BODY>
<SCRIPT LANGUAGE="JavaScript">
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
var password = ''
password=prompt('Please enter your password:','');
if (password != null) {
location.href= password + ".html";
}
// End -->
</SCRIPT>
<p><center>
<font face="arial, helvetica" size="-2">Free JavaScripts provided<br>
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
</center><p>
<!-- Script Size: 0.58 KB -->
I know that gonna be stupid but i don t know anything about programmation. so sorry
But i try to put on my website the user prompt password
I copy the script inside my page in the beginning in frontpage
but i don t know what s the password, or where i need to put it in the script someboby can help me ?? please
<BODY>
<SCRIPT LANGUAGE="JavaScript">
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
var password = ''
password=prompt('Please enter your password:','');
if (password != null) {
location.href= password + ".html";
}
// End -->
</SCRIPT>
<p><center>
<font face="arial, helvetica" size="-2">Free JavaScripts provided<br>
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
</center><p>
<!-- Script Size: 0.58 KB -->