[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kfm-devel
Subject:    Bug#11545: Reload does not work with method="post"
From:       Daniel Naber <dnaber () mini ! gt ! owl ! de>
Date:       2000-09-23 0:12:03
[Download RAW message or body]

Package: konqueror
Version: cvs 2000-09-21

If you reload a page that was the result of a POST query, the page will 
reaload, but the values will not be submitted again.

You can use this PHP script to test this. It will call itself and show 
what you entered into the form. Reload and the page will appear without 
the value. Netscape asks you if you really want to resend the data and 
does so if you press "ok".

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
	<title>konq test</title>
</head>
<body>

<p><?
print "The submitted value was: ".$desc;
?></p>

<form action="konq.php" method="post">

<p>Value: <input type="text" name="desc">
<input type="submit" value="Continue..."></p>

</form>

</body>
</html>

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic