0
votes
0answers
165 views

Your browser is completely ignoring the APPLET tag

I am trying to view source code of a webpage made in applet with IE and Mozilla, but I am unable to view the source code - it shows only: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 ...
0
votes
0answers
24 views

How to show Label properly in IE9 update 13

I am using JClass chart api for drawing charts in my applet. In this I have to show tooptips on datapoints. Now this all works fine in IE7,IE8 and also in IE9 update 4. But in IE9 update 13 this have ...
0
votes
0answers
79 views

Internet Explorer 8 bar chart being displayed only in half the screen

My application is using Java EE to display a chart in a browser. The chart is being displayed in all browsers including IE7 but not in IE8. The code that I can see in view source is: * ...
2
votes
0answers
56 views

Automating Java Applet from IE and VBA

Is it possible to read from applets running in IE through VBA and to automate them (clicking buttons, selecting options etc.)? Would applet elements form some kind of a navigable DOM structure ...
1
vote
0answers
525 views

Object doesn't support this property or method — Calling an Applet in IE9

cmd > java -version Java Version : "1.7.0_11" (Updated) Java(TM) SE Runtime Environment (build 1.7.0_11-b21) Java HotSpot(TM) Client VM (build 23.6-b04, mixed mode, sharing) browsers = ...
1
vote
0answers
89 views

Fail to access applet in Internet Explorer

I have an applet that should use WinAPI through JNA. The applet signed by its own key. I've deployed it on the page like this: <applet id="_TestApplet" code="TestApplet.class" ...
0
votes
1answer
630 views

Can you run embedded Java Applets on a Windows Phone browser? [closed]

I am doing research on browser technology compatabillity and I can not seem to find out if one is able to run an embedded Java Applet on the Windows Phone's browser (IE). Do anyone know the answer for ...
0
votes
1answer
189 views

Run ActiveX object without allowing it in browser options

How I can run ActiveX object in Internet explorer without allowing it Internet-explorer options? Our customer can't allow using ActiveX for security reasons. But we need to use third party program, ...
0
votes
1answer
222 views

Javascript does not find Applet in IE9

i have got a Problem with Javascript and it´s Communication to an applet. In every Browser Javascript does find the applet and i can call it´s methods, but in IE9 it does not find the object/applet. ...
0
votes
0answers
28 views

Wrap ActiveX inside applet

I want to wrap ActiveX object inside Applet. It is possible to call ActiveX inside applet without allowing (in browser options) IE to use ActiveX?
0
votes
0answers
226 views

document.applet.method not working on IE

I am having some problems when I want to call a method from an applet using JavaScript. It's working on every browser (Safari, Chrome, Firefox) but in IE it won't to anything and stops right after I ...
1
vote
0answers
239 views

JApplet issue in IE 10

I have a JApplet in a frame. When I launch the pop up in IE 10, applet is becoming a white screen. If I click 2 to 3 times on frame, it is again coming properly . Why is the applet coming up as ...
0
votes
2answers
112 views

Changing IE Homepage

I'm trying to change IE homepage with modifying registry. I've done this succesfully with a bat file; REG ADD "HKCU\SOFTWARE\MICROSOFT\INTERNET EXPLORER\MAIN" /V "START PAGE" /D ...
0
votes
1answer
308 views

How to make an applet not float in html

I want the applet not floating in html. When I open a jQuery modal window, the window is behind the applet component. Now, how can I make the applet same layer as regular html text, inputs, buttons ...
2
votes
1answer
410 views

How to create a Java object from JavaScript in Internet Explorer?

Let's start with demonstrating the problem with these steps: Open some web page which loads a Java applet in Internet Explorer 9 and a real browser (Firefox or Chrome). Let's use ...
1
vote
2answers
564 views

Java Applet fail / disappear when another frame is reloaded in IE10

Does anyone face this problem? Applet disappear when another frame is reloaded in IE10. I found a related bug report in Java bug Database http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7193503 ...
0
votes
1answer
41 views

Strange thing happening with Java applet HTML page

My Java applet works absolutely fine on my webpage, but a lot of strange code is also displayed. I'm using Internet Explorer, what is the problem? Here is what is displayed on the page: ...
0
votes
0answers
226 views

Java Applet in IE 8 + 9

I'd like to ask, if anybody has seen crashing tabs or freezed applets, while accessing them through IE 8 or 9. I am currently having a couple of different effects, like tab crashing right at start of ...
1
vote
0answers
237 views

Java applet in Win7/IE (only) ignores dynamic height attribute?

I have a 10-year-old applet which has worked nicely on all browsers/platforms prior to Win7/IE. On Win7/IE, 32bit and 64bit, the applet loads but does not size correctly to fill the browser window in ...
0
votes
0answers
167 views

Not seeing java.exe traffic from embedded Java applet

I have a 3rd party site that is using a Java applet to generate some XML that I need to inspect. I ran Fiddler and successfully captured the conversation between my local java.exe and the website and ...
1
vote
0answers
277 views

Using print dialog from applet makes browser window unresponsive

I have a ten-year-old applet that wraps itself around the Crystal Reports Viewer applet in order to handle some custom features. It has worked satisfactorily, displaying and printing reports as ...
0
votes
0answers
391 views

IE(9) and LiveConnect

I'm working with some applets that use netscape.javascript, which provides for the java <-> js "LiveConnect". Everything tests fine on OSX/Safari, linux/FF and win7/chrome. However, win7/IE9 ...
1
vote
1answer
748 views

How to call JS functions from Java Applet?

Well, this is my trouble: I have an applet that controlls a magnetic stripe reader and I need to call a JS function when the MSR reads a card to catch the data and submit in a form. The problem is ...
0
votes
0answers
173 views

What are other possible reasons of that my java applet fails in IE9?

I read a tutorial which says that you can publish a simple test applet as follows. Compile it in Eclipse without creating a jar file. As the result , you get a class file and a java.policy.applet ...
1
vote
3answers
2k views

Applets are not running in my IE8 and firefox6.0.2

I have an Hello world applet,taken from book example. HelloWorldApplet.java import java.awt.*; import javax.swing.*; /** * @version 1.22 2007-06-12 * @author Cay Horstmann */ public class ...
2
votes
1answer
300 views

Create image in browser from Image object

In my Java applet, I have an Image object. Now I want to open a browser window from this program and show the image from this Image object in the browser. The applet is sandboxed, so saving the image ...
0
votes
1answer
172 views

Parent window visibility on child popup

I have this problem when opening a new child window in IE8 in Windows7, but reported on any IE version and Windows environment. Below are the steps to recreate issue: Ok so first I open Windows ...
2
votes
1answer
188 views

Can web developers stop IE popup dialog that Java is not installed?

I've developed a website (internal website behind a firewall) that uses a Java applet. If Java is not installed on the client, then it will fall back to other solutions. The issue I now have is that ...
0
votes
2answers
559 views

showDocument() does not display new window in IE8 with Java 7/Java 6u27

I have a Java Applet that interacts with the Java Plugin to show a document (just a URL) in a named browser window: public class TestApplet extends Applet { @Override public void init() { ...
0
votes
1answer
325 views

jquery dialog over iframe containing java applet

Part of our solution makes use of a viewer which is a java applet. I get that next-to-nothing can be displayed on top of it but I have elements such as jquery dialogs that have to be displayed over ...
1
vote
1answer
287 views

Viewing Word Documents inside Browsers

I'm searching for some kind of Programm / Java Applet / ActiveX Control or magic spell to view Word / Excel Documents inside Browsers (Browser independent would be the best case, but IE only ist just ...
1
vote
1answer
698 views

How to enable MSIE8 in 'Default Java for browsers'?

I'm using IE 8.0.7600.16385 for testing (the default browser is FF) an applet. The applet is part of a project to deliver music off CD & DVD (it is an MP3 player). It was working around a month ...
1
vote
3answers
4k views

Applet will work in IE, but not firefox

So I have created an applet that creates a file on the local hard drive, and eventually uploads it to a CGI that I have created. When run on IE, the applet works fine, and creates and uploads the ...
0
votes
3answers
178 views

what does it mean when java applet has x on the webpage?

i want uploaded a java applet to my webserver , on the webpage it gives me an x, im using internet explorer, what could be the problem thanks :))
10
votes
3answers
3k views

How can I embed a Java applet dynamically with Javascript?

I want to be able to insert a Java applet into a web page dynamically using a Javascript function that is called when a button is pressed. (Loading the applet on page load slows things down too much, ...
2
votes
4answers
951 views

<applet height=“100%”> causes vertical scrollbar in IE. Why/how to avoid?

Why does this create a veritcal scrollbar in IE6, IE7 and IE8? How to avoid it? (I had a real applet in there, but I discovered that this heavily mutilated one gave the same result and helps simplify ...
1
vote
2answers
872 views

Java Applet would load only once (in the first window) in Internet Explorer

I am in a bit of fix here. In my company, we have a local intarnet website which has a menu bar in the form of an applet. Few days ago i remember i downloaded an update (either JRE or Windows , i ...
2
votes
2answers
1k views

Applet preventing focus in IE

I've tried to implement a cursor focus on an input area and IE has given my a lot of headaches. I've tried things along the line of (changing the timeout too, to large numbers): setTimeout(function() ...
0
votes
1answer
382 views

Applet JAR loading fails, since the http request doesn't include a basic auth header

It's a farily simple setup. A .jar is hosted on a site which is protected by basic auth. I try to load the jar with an object tag - which works perfectly when tested without authentication. When the ...
1
vote
0answers
290 views

Problem loading Java applets after creating VM in Internet Explorer

I have an Internet Explorer Browser Helper Object (BHO) that uses the JNI_CreateJavaVM() API to create a Java VM in the iexplore.exe process so that I can make JNI calls for my business logic. ...
0
votes
0answers
39 views

does Microsoft JVM support writing cookies in Applets? [duplicate]

Possible Duplicate: accessing Browser's javascript from Java applet with MS Internet Explorer I know that sun's can handle that through JSObject but is there some way for Microsoft JVM? ...
0
votes
1answer
384 views

accessing Browser's javascript from Java applet with MS Internet Explorer

I'm using JSObject plugin to write a cookie through the java applet and it worked with SUN's Java. but, With MS JVM the javascript command returning undefined I'm issuing the following from my ...
0
votes
2answers
2k views

Java Applets, Internet Explorer and Fiddler

Wish the latest Java runtimes (1.5 or 1.6) is the applet pluggin suppoed to use the Internet Explorer web stack to download the .jar file? The reason I ask is I can't see the request in Fiddler. More ...
0
votes
3answers
724 views

Obtaining in IE the length of a Java array passed from an applet to its Javascript wrapper

I have the following method in my applet: public File[] getFiles() Which I call from Javascript as follows: var files = applet.getFiles(); for (var i = 0; i < files.length; i++) { // Do ...
2
votes
3answers
2k views

What is the difference between a .NET Applet and ActiveX control embedded in IE

I have come across some articles on the web about .Net applets and I was wondering how it differed from an activex control (created using a .Net language)? (to clarify, this is with regards to applets ...
0
votes
1answer
1k views

How to detect if IE is having JAVA blocked (security)

How to detect if IE is running with HIGHEST security and JAVA APPLET will not appear. It seems IE does not show alternative content of java object in this case. I like to display some instructions ...
0
votes
1answer
602 views

Java Applet Closes IE for Users not Admins - where is JAVAPOLICY.EXE file?

I have issue with Win2003 that Java Applet Closes IE for Users not Admins. I found out the following solution but it refers to missing JAVAPOLICY.EXE file: ...
0
votes
3answers
1k views

Applet hangs in IE during security phase

The applet is in a signed JAR. Last line in console reads: security: Checking if certificate is in Deployment permanent certificate store CPU and memory usage are normal. Other page elements ...
2
votes
4answers
1k views

Modal dialogs in IE gets hidden behind IE if user clicks on IE pane

I have to write an applet that brings up a password dialog. The problem is that dialog is set to be always on top but when user clicks on IE window dialog gets hidden behind IE window nevertheless. ...