User Profile

Collapse

Profile Sidebar

Collapse
ATNC33
ATNC33
Last Activity: Oct 12 '12, 04:32 PM
Joined: Sep 19 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ATNC33
    replied to how to concatenate values in php?
    in PHP
    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!
    See more | Go to post

    Leave a comment:


  • ATNC33
    replied to calculation of SUM on html page
    Javascript or php. With html you can't do it! HTML is a formatting language. Not a programming language.
    See more | Go to post

    Leave a comment:


  • ATNC33
    replied to Unable to access textbox on an HTML form
    @Rabbit Thank you for your help! ;)
    See more | Go to post

    Leave a comment:


  • ATNC33
    started a topic Unable to access textbox on an HTML form

    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,
    ...
    See more | Go to post

  • ATNC33
    replied to Error with form
    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">
    See more | Go to post

    Leave a comment:


  • ATNC33
    replied to Error with form
    @Rabbit The error message is on the line 82. I haven't still solved this problem! I can't understand what's going on...
    See more | Go to post

    Leave a comment:


  • ATNC33
    started a topic Error with form

    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()
    ...
    See more | Go to post
    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
Working...