Rev 7885 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
4645 | bpr | 1 | !distribute item $insdraw_size into java_width, java_height |
2 | |||
3 | !set java_background=$imgsrc |
||
4 | !set java_reply=+cmd=reply&+javaoutput= |
||
7885 | bpr | 5 | !default java_prompt=$wims_name_send |
6 | |||
7 | !read anstype/jsxgraphcurve.inc $javaoption,jsreply,$java_width,$java_height,$java_background, |
||
8 | |||
9 | <div class="jsxgraph_button"> |
||
10 | <span onclick="efface();" class="wims_button" style="cursor:pointer;">$wims_name_erase</span> |
||
11 | </div> |
||
12 | <div class="wimscenter wimsform"> |
||
17179 | bpr | 13 | <input type="submit" name="reply" value="$java_prompt" onclick="capture();"> |
14 | <input type="hidden" name="javaoutput" id="jsreply" value=""> |
||
7885 | bpr | 15 | </div> |