diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-26 10:11:20 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-26 10:11:20 +0000 |
commit | ea874455ac4637cffdc79bb011a3acf51cddaf75 (patch) | |
tree | 03c296759c3a645cb4cf263041f76fb64774f53d /bean | |
parent | 6f193e66eed0dc1da35eb6eaf6e3dd9c383bcbd5 (diff) |
INTEGRATION: CWS jl60 (1.1.4); FILE ADDED
2007/06/15 08:51:33 jl 1.1.4.2: #i70235# applet in browser test
2006/10/09 13:11:49 jl 1.1.4.1: file example.html was added on branch cws_src680_jl60 on 2007-06-15 08:51:33 +0000
Diffstat (limited to 'bean')
-rw-r--r-- | bean/test/applet/oooapplet/example.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/bean/test/applet/oooapplet/example.html b/bean/test/applet/oooapplet/example.html new file mode 100644 index 000000000000..036684e24f8c --- /dev/null +++ b/bean/test/applet/oooapplet/example.html @@ -0,0 +1,22 @@ +<html> + <head> + <title></title> + </head> + <body> + <h1>OOoBean used by applet</h1> + <hr> +<script type="text/javascript"> +function writeApplet() { + var office = window.location.search.substring(1); + document.write("<applet code=\"oooapplet/OOoViewer.class\" archive=\"oooapplet.jar\" width=800 height=600>"); + document.write("<param name=\"office\" value=\"" + office + "\" >" ); + document.write("</applet>"); +} +writeApplet(); +</script> + <hr> + + </body> +</html> + +
\ No newline at end of file |