Hi Krishnakant, It happens because of refresh header in meta where the URL is not given for refresh. Refresh expects the fully qualified url.
<meta http-equiv="refresh" content="5; URL=http://"> This solves the issue. As Graham mentioned, you should not use comma in between html attributes. I found in form and input type='submit' field. Take a look at blueprint css sort of framework to work with tableless HTML. Thanks, Krish http://www.stacked.in On Aug 25, 10:52 pm, Graham Higgins <[email protected]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 25 Aug 2010, at 18:23, Krishnakant Mane wrote: > > > <form method="post", action="http://localhost:5000/member/setMember"> > > <td> <input type="submit",value="submit"> </td> > > What could be wrong with this? > > Spurious commas. > > - -- > Cheers, > > Graham > > http://www.linkedin.com/in/ghiggins > > -----BEGIN PGP SIGNATURE----- > > iEYEARECAAYFAkx1WFwACgkQOsmLt1NhivznPQCgvu+8ceE0gE7jAUW1RlaqxW4P > qi4An3o4oTnEIBJ1yECsKxG0ITYPHLiAiQCVAgUBTHVYXFnrWVZ7aXD1AQKl6wQA > i6XpLRhabIUWH7H4bNTpdE/3LiQqHtFoiEsUXMqoJFMXDwEzsRh///biArmswZSK > Z/37i4wBd9lIpEhLx7hpSO22DHi1IzWeyjW6AwuwV64F+4M0/mPIjy9d+CMALdSr > xa4dctURrNInhkxyxsbPQuiGTVtslNvrGd7lXM6AK/s= > =xfhJ > -----END PGP SIGNATURE----- -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
