JWSDK tutorial query - Yen converter
843834May 8 2002 — edited Jun 13 2002This looks pretty basic, but any ideas appreciated...
When I run the Yen converter index.jsp page, I can enter the data but when I submit the form it takes me to a blank page. If, from there I go to a different page an then hit the back button, the original form will display the conversion as required.
BUT, I have put the source for the blank page below, and it looks like it should display something!
Thanks
Ivor
<html>
<head>
<title>Currency Conversion Application</title>
</head>
<body bgcolor="white">
<h1><FONT FACE="ARIAL" SIZE=12>Currency Conversion Application JSP page</FONT></h1>
<hr>
<p><FONT FACE="ARIAL" SIZE=10>Enter an amount to convert:</p></FONT>
<form method="get">
<input type="text" name="amount" size="25"><br>
<p>
<input type="submit" value="Submit">
<input type="reset" value="Reset">
</form>
<p><FONT FACE="ARIAL" SIZE=10>5 dollars are 41.70 Yen.
<p>5 Yen are 0.05 Euro. </FONT>
</body>
</html>