Jump to content

Unique JAVA Problem


Recommended Posts

I've searched the forums and as far as I can tell, this is an unique problem. I need to click on one of the buttons along the top of this applet but I have nothing to go on. None of the ...GetCollection functions returns anything. Doing a View Source is useless as you can see below.

I would really appreciate some help, even if you call me an idiot for missing something obvious.

post-950-1227170671_thumb.jpg

CODE
<HTML>

<HEAD>

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">

<TITLE>

Web Commander

</TITLE>

</HEAD>

<BODY>

<!-- The following code is specified at the beginning of the <BODY> tag. -->

<script LANGUAGE="Javascript"><!--

var _info = navigator.userAgent; var _ns = false;

var _ie = (_info.indexOf("MSIE") > 0 && _info.indexOf("Win") > 0

&& _info.indexOf("Windows 3.1") < 0);

//--></SCRIPT>

<COMMENT><script LANGUAGE="Javascript1.1"><!--

var _ns = (navigator.appName.indexOf("Netscape") >= 0

&& ((_info.indexOf("Win") > 0 && _info.indexOf("Win16") < 0

&& java.lang.System.getProperty("os.version").indexOf("3.5") < 0)

|| _info.indexOf("Sun") > 0));

//--></SCRIPT></COMMENT>

<!-- The following code is repeated for each APPLET tag -->

<script LANGUAGE="Javascript"><!--

if (_ie == true) document.writeln('<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" width="100%" height="100%" align="baseline" HSPACE = 0 VSPACE = 0 ALIGN = center NAME = "Afd Administrator" codebase="http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,0,0"> <NOEMBED><XMP>');

else if (_ns == true) document.writeln('<EMBED type="application/x-java-applet;version=1.3" width="100%" height="100%" align="baseline" code="com.momentum.applet.AFDAdmin.class" codebase="." pluginspage="http://java.sun.com/products/plugin/1.3/plugin-install.html"> <NOEMBED><XMP>');

//--></SCRIPT>

<APPLET code="com.momentum.applet.AFDAdmin.class" codebase="." align="baseline" width="100%" height="100%">

</XMP>

<PARAM NAME="java_code" VALUE="com.momentum.applet.AFDAdmin.class">

<PARAM NAME="java_codebase" VALUE=".">

<PARAM NAME="name" VALUE="Afd Administrator">

<PARAM NAME="archive" VALUE="momentum.jar">

<PARAM NAME="java_type" VALUE="application/x-java-applet;version=1.3">

<PARAM NAME="scriptable" VALUE="true">

No Java 2 SDK, Standard Edition v 1.3 support for APPLET!!

</APPLET></NOEMBED></EMBED>

</OBJECT>

<!--

<APPLET

CODEBASE = "."

CODE = "com.momentum.applet.AFDAdmin.class"

NAME = "Afd Administrator"

WIDTH = 100%

HEIGHT = 100%

HSPACE = 0

VSPACE = 0

ALIGN = center

ARCHIVE = "swing.jar,momentum.jar"

>

No Java 2 SDK, Standard Edition v 1.3 support for APPLET!!

</APPLET>

-->

</BODY>

</HTML>

Link to comment
Share on other sites

I've tried to do a bit of java automation, the closest I've come is using MouseClick() and Send() or ControlClick() and ControlSend() with no CID.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...