On 22 June 2011 15:40, nitin chandra <[email protected]> wrote: > Hi Everyone, > > Does any one have an idea how to integrate MongoDB with JSON / BSON in > the web form ? > > html += '<form method="post" action="newreg.py">' > html += 'Patient Name :<input type="text" name="pname">' > html += 'Age :<input type="text" name="age">' > html += 'Gender : <input type="radio" name="sex" value="male">M' > html += '<input type="radio" name="sex" value="female">F<br><br>' > html += 'Complete Address :<br>' > html += 'H.No. and Street :<input type="text" name="hn1">' > html += 'Locality : <input type="text" name="locality">' > html += 'PIN Code : <input type="text" name="pin"><br>' > html += '<input type="submit" Value="Save">' > > I am looking for guidance / suggestion for autocomplete solution for 2 > fields - Location and the PIN code.
Can't see that the question is specific to mod_wsgi. Suggest you instead try asking on stackoverflow.com. You are going to have to explain the question on StackOverflow a lot better than that though as have no real idea what you are actually wanting and if you don't explain it properly you will not get an answer. Graham -- You received this message because you are subscribed to the Google Groups "modwsgi" 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/modwsgi?hl=en.
