I can't understand your question. On checkbox you can only have one answer... Like, gender: masculin or feminin.
A if you use a radio, then you can have more than one answer...
I don't know if i'm helping, but i can't do better with your question!
User Profile
Collapse
-
Javascript or php. With html you can't do it! HTML is a formatting language. Not a programming language.Leave a comment:
-
-
Unable to access textbox on an HTML form
I've solved this problem... I had a little error on the path of the frame that i have to open to reach the form.
Now the form is being opened, but i can't find the login text box.
Can you help me @Rabbit?
Here is the code and the text message:
Code:def login(self): url = self._baseUrl + '/webapp/commerce/safilo/jsp/logon.jsp?lng=E&cpy=10' self._br.open(url,
-
There is a form named logon,
Take a look at this source code:
Code:<form action="https://www.safilonet.safilo.com/webapp/commerce/logon" method="post" target="_top" name="logon" onsubmit="return checkFields();" enctype="application/x-www-form-urlencoded">
Leave a comment:
-
@Rabbit The error message is on the line 82. I haven't still solved this problem! I can't understand what's going on...Leave a comment:
-
Error with form
Hello
I'm new here, but I need some help. I'm trying to do a login into the safilo website (http://www.safilonet.safilo.com/) running python code.
There is an error that I'm not capable to find where it is:
---------- run.py
Code:"""UPDATE SAFILO""" ss = SafiloSupplier(updateBrands=True) #ss.resetLog()
Last edited by bvdet; Sep 19 '12, 02:46 PM. Reason: Please use code tags when posting code: [code]....code....[/code]
No activity results to display
Show More
Leave a comment: