Paint with javascript

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • robot

    Paint with javascript

    Hi,

    I need to capture signature in HTML from site visited from a PDA...

    I was thinking if is it possible to have a region where I can 'write'
    the signature and send via post coords of points selected in signature area.

    TIA
  • Michael Schmitt

    #2
    Re: Paint with javascript

    robot wrote:
    [color=blue]
    > I need to capture signature in HTML from site visited from a PDA...[/color]

    Hi robi,

    I guess the PDA is running Windows CE and a pretty old Version of a somehow enhanced IE?
    So the question is, if the limited JScript Interpreter is able to fire 'onMousedown', 'onMouseup' and
    'onMousemove' events on a simple HTML-Element like a tablecell. Furthermore you will need 'offsetX' and
    'offsetY', all methods implemented in IE since v. 4.0, keyword: event object. If all this works out,
    you can do that job.

    cu, Michael

    Comment

    Working...