Javascript Scribble Pad

  • Thread starter Thread starter Charles A. Lackman
  • Start date Start date
C

Charles A. Lackman

Hello,

I have an aspx web page and would like to add a box where the visitor can
scribble inside of it with their mouse and save it to their hard drive. I
know how to accomplish it in a desktop application but have no clue how to
make something like this work in a web page.

Any information will be greatly appreciated,

Thanks,
Chuck
 
To make something like this work in a web page, the web page would have to
host an application, either using an ActiveX control, Java applet, or
similar. It can't be done using HTML alone.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Neither a follower
nor a lender be.
 
Back
Top