Hi.

I've got this file:

<html>
<head><title>foo</title></head>
<body>
<h1>foo</h1>

<!-- <a href="/someurl"><img src="/somefile" border=0 width=361
height=191"></a> -->

<form method="post" action="get">
<INPUT TYPE="hidden" NAME="it" VALUE="ukin">
</form>
<hr>
</body>
</html>

Which when served to the browser is sent
as:

<html>
<head><title>foo</title></head>
<body>
<h1>foo</h1>

<!-- <a href="/someurl"><img src="/somefile"  border=0 width=361
height=191"></a> -->

<form method="post" action="get">
<INPUT TYPE="" NAME="it" VALUE="ukin">
</form>
<hr>
</body>
</html>
>

This shows the input field as a real text entry field
on the screen, and has the spurious > on the end.

I know the HTML in the comment is dodgy, but I expected it
to be ignore as it's in a comment...

Michael

http://www.iii.co.uk 
Interactive Investor International is a leading UK Internet personal 
finance service that provides individuals with the capability to identify, 
compare, monitor and buy online a number of financial products and services.

Interactive Investor Trading Limited, a subsidiary of Interactive Investor 
International plc, is regulated by the SFA.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to