<html> <body> <form action="/post" method="postp" enctype="application/x-www-form-urlencoded"> <font color="ffffff">00</font> <input type="text" size="2" value="R" readonly> <input type="text" size="2" value="G" readonly> <input type="text" size="2" value="B" readonly> <br> 01 <input name="01r" type="text" size="2" value="ff"> <input name="01g" type="text" size="2" value="ff"> <input name="01b" type="text" size="2" value="ff"> <font id="01" color="ff00ff">***</font> <br> 02 <input name="01r" type="text" size="2" value="ff"> <input name="01g" type="text" size="2" value="ff"> <input name="01b" type="text" size="2" value="ff"> <font id="01" color="ff00ff">***</font> <br> 03 <input name="01r" type="text" size="2" value="ff"> <input name="01g" type="text" size="2" value="ff"> <input name="01b" type="text" size="2" value="ff"> <font id="01" color="ff00ff">***</font> <br> 04 <input name="01r" type="text" size="2" value="ff"> <input name="01g" type="text" size="2" value="ff"> <input name="01b" type="text" size="2" value="ff"> <font id="01" color="ff00ff">***</font> <br> 05 <input name="01r" type="text" size="2" value="ff"> <input name="01g" type="text" size="2" value="ff"> <input name="01b" type="text" size="2" value="ff"> <font id="01" color="ff00ff">***</font> <br> <input type="submit" value="Submit"> </form> </body> </html>
Standard input is empty
<html> <body> <form action="/post" method="postp" enctype="application/x-www-form-urlencoded"> <font color="ffffff">00</font> <input type="text" size="2" value="R" readonly> <input type="text" size="2" value="G" readonly> <input type="text" size="2" value="B" readonly> <br> 01 <input name="01r" type="text" size="2" value="ff"> <input name="01g" type="text" size="2" value="ff"> <input name="01b" type="text" size="2" value="ff"> <font id="01" color="ff00ff">***</font> <br> 02 <input name="01r" type="text" size="2" value="ff"> <input name="01g" type="text" size="2" value="ff"> <input name="01b" type="text" size="2" value="ff"> <font id="01" color="ff00ff">***</font> <br> 03 <input name="01r" type="text" size="2" value="ff"> <input name="01g" type="text" size="2" value="ff"> <input name="01b" type="text" size="2" value="ff"> <font id="01" color="ff00ff">***</font> <br> 04 <input name="01r" type="text" size="2" value="ff"> <input name="01g" type="text" size="2" value="ff"> <input name="01b" type="text" size="2" value="ff"> <font id="01" color="ff00ff">***</font> <br> 05 <input name="01r" type="text" size="2" value="ff"> <input name="01g" type="text" size="2" value="ff"> <input name="01b" type="text" size="2" value="ff"> <font id="01" color="ff00ff">***</font> <br> <input type="submit" value="Submit"> </form> </body> </html>