[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problems with Password object



HI,
I try to write some secure pages and I have a problem :
I have two pages :

1.
<HTML>
<HEAD>
<TITLE>Weedy's Secure Pages</TITLE>
</HEAD>
<BODY
BACKGROUND="http://hunter.math.muni.cz/~weed/Backgrounds/Background_Paper
<CENTER>
<H2>Secure Pages</H2>
<BR>
<FORM>
Enter Password :
<INPUT TYPE="password" NAME=Password SIZE=20>
<BR>
<INPUT TYPE=Button VALUE="OK!"
onClick="location.href='http://hunter.math.muni.cz/~weed/SECURE/'+document.form
</FORM>
</BODY>
</HTML>

2.
<HTML>
<HEAD>
<TITLE>Weedy's Secure Pages</TITLE>
</HEAD>
<BODY
BACKGROUND="http://hunter.math.muni.cz/~weed/Backgrounds/Background_Paper
<CENTER>
<H2>Secure Pages</H2>
<BR>
<FORM>
Enter Password :
<INPUT TYPE="text" NAME=Password SIZE=20>
<BR>
<INPUT TYPE=Button VALUE="OK!"
onClick="location.href='http://hunter.math.muni.cz/~weed/SECURE/'+document.form
</FORM>
</BODY>
</HTML>


As you can see only diference is between definition of Password field.
The second version is OK!, but the first returns me to the index.html
always.
What`s the problem please,help me.
weed@math.muni.cz
weed@sci.muni.cz

                                        Pavel JANIK ml.