Python And urllib

yecine
8 years ago | edited 8 years ago

0

Hey,
does someone know how can I write on an input field who doesn’t have ‘name’ with python urllib.
Thanks,

5replies
2voices
203views
? [bolofecal]
8 years ago

0

You want send this to server or got this value?

yecine
8 years ago | edited 8 years ago

0

I want to send it.
And I googled that.

? [bolofecal]
8 years ago

0

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?

yecine
8 years ago | edited 8 years ago

0

Form like that :

<!DOCTYPE html>  

<html>  

<input id="id" class ="class" value="value"></input>  

</html>  
? [bolofecal]
8 years ago

0

This document have no form, will not submit.

Discussion thread has been locked. You can no longer add new posts.
1 of 6

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.

Dismiss