HTML+: Supporting and Extending HTML
JavaScript-Embedded Tags
See Javascript Wrappers for JDoc Applets for a discussion of the use of HTML tags embedded in scripts. Parameter definitions can be found in HTML+ Extensions.
| Method | Parameter | Comment |
| BodyTag | frame | Ignored. |
| leftmargin | ||
| topmargin | ||
| ImageInsert | frame | Ignored. |
| orient | Allowed values: "PTR", "LSC". | |
| src* | ||
| title | ||
| desc | ||
| lines | Ignored. | |
| align | Allowed values: "LEFT", "RIGHT".(optional) | |
| hspace | (optional) | |
| vspace | (optional) | |
| width | (optional) | |
| height | (optional) | |
| scale | (optional) | |
| Image | frame | Ignored. |
| orient | ||
| src* | ||
| title | ||
| desc | ||
| top | (optional) | |
| width | (optional) | |
| height | (optional) | |
| scale | (optional) | |
| cbase | Ignored.(optional) | |
| TextInsert | frame | Ignored. |
| width | ||
| text | ||
| lines | Ignored. | |
| align | (optional) | |
| hspace | (optional) | |
| vspace | (optional) | |
| *If complete URL is supplied (e.g., http://www.server.com/images/imgfile.ext) it will be used as specified. Otherwise (e.g., "images/imgfile.ext") is assumed to be relative to the path of the HTML file containing the <img> tag. |