Skip to content Skip to sidebar Skip to footer
Showing posts with the label Applet

Pulpcore And Javascript To Java Applet Communication

I have a problem using Pulpcore Java framework. I tried to call Java function from JavaScript on th… Read more Pulpcore And Javascript To Java Applet Communication

How To Send Javascript Variables To Java Applet

I have a JavaScript function which is: function printreceipt(tax,subtotal,total) { subtotalElem=doc… Read more How To Send Javascript Variables To Java Applet

Is There A Way To Detect When An Html Element Is Hidden From View?

Using Javascript, is it possible to detect when a certain element is no longer visible, such as whe… Read more Is There A Way To Detect When An Html Element Is Hidden From View?

Launch Applet From Web Page

is it possible to launch an applet using webpage by clicking on link/button. I mean onclick of lin… Read more Launch Applet From Web Page

Splitting A File Before Upload?

On a webpage, is it possible to split large files into chunks before the file is uploaded to the se… Read more Splitting A File Before Upload?

Calling Js From An Applet Works In Firefox & Chrome But Not Safari

I have the following code in an applet to call some Javascript (it's a bit convoluted because t… Read more Calling Js From An Applet Works In Firefox & Chrome But Not Safari

Binding Applet Parameters With Angularjs

I need to pass a dynamic param to an applet. This is my controller: 'use strict'; angu… Read more Binding Applet Parameters With Angularjs

Javascript Library To Reliably Load Java Applets?

Flash users have the wonderful SwfObject JavaScript library that abstracts browser differences to r… Read more Javascript Library To Reliably Load Java Applets?