Hey, does someone know how can I write on an input field who doesn’t have ‘name’ with python urllib. Thanks,
You want send this to server or got this value?
I want to send it. And I googled that.
You can check all values sended to server in your browser, the server needs a name to know the value. What is the form you talking about?
Form like that :
<!DOCTYPE html> <html> <input id="id" class ="class" value="value"></input> </html>
This document have no form, will not submit.
This site only uses cookies that are essential for the functionality of this website. Cookies are not used for tracking or marketing purposes.
By using our site, you acknowledge that you have read and understand our Privacy Policy, and Terms of Service.