Drawing simple shape in Lotus Notes Client

Hello!

This is what I’d love to do in Notes:

  1. User fills in form that contains width and height-fields.

  2. Lotus Notes draws square based on those fields.

Can anyone point me to right direction? I need just very basic shape drawing because it’s just for checking purpose.

Subject: Off the top of my head…

You could build an HTML table with the width/height specified, and add a border.

Or if you might need fancier stuff down the road you could go with something like the Dojo graphing toolkit.