summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-10 16:44:57 +0000
committermk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-10 16:44:57 +0000
commit9e325ccf78d349e299d86cb65f8a9638ab779571 (patch)
treeb40c431a010635ad3be34660dd91f66636756475
parent0bc91e55ec85972973be5fafdef632b72fc79b0d (diff)
downloadATCD-9e325ccf78d349e299d86cb65f8a9638ab779571.tar.gz
HTML file to have the DOVEBrowser running as an applet.
-rw-r--r--TAO/examples/Simulator/DOVEBrowser/DOVEBrowser.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/TAO/examples/Simulator/DOVEBrowser/DOVEBrowser.html b/TAO/examples/Simulator/DOVEBrowser/DOVEBrowser.html
new file mode 100644
index 00000000000..15eef3cb7c9
--- /dev/null
+++ b/TAO/examples/Simulator/DOVEBrowser/DOVEBrowser.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<META NAME="DOVEBrowser" Content="DOVE Browser invokation">
+<META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
+<TITLE>Document Title</TITLE>
+</HEAD>
+<BODY>
+
+<APPLET code="DOVEBrowser.class" width=700 height=600>
+<PARAM NAME="NSIOR" VALUE="iiop:1.0//corrido.cs.wustl.edu:10042/P352e4547000f03c0RootPOA/child_poa/NameService">
+</APPLET>
+
+</BODY>
+</HTML>