[Klone-users] The page cannot be found.
Tommi Lundell
prelude at kapsi.fi
Mon Mar 23 11:54:28 EDT 2009
Hello
Working code:
test.html
<snip>
<form method="get" action="test.html">
Name: <input type="text" size="10" maxlength="40" name="name"> <br>
Password: <input type="password" size="10" maxlength="10"
name="password"><br>
<input type="submit" value="Send">
</form>
</snip>
test.kl1
<snip>
<form method="get" action="test.kl1">
Name: <input type="text" size="10" maxlength="40" name="name"> <br>
Password: <input type="password" size="10" maxlength="10"
name="password"><br>
<input type="submit" value="Send">
</form>
</snip>
So only "major" difference is that file name extension is .html in first
and .kl1 in second.
But result is wierd.
First one (.html) working ok, but second (.kl1) gives "The page cannot be
found." error message when i press "send" button and fields are empty.
(Even if i print same form with io_printf() it's working like .kl1 file)
What i have missed?
Regards: Tommi Lundell
More information about the Klone-users
mailing list