<script type="text/javascript">
function loadApplet() {
// Deferred load to display text first
document.getElementById("applet").innerHTML = '<object id="paste-image" classid="java:PasteImageApplet.class" type="application/x-java-applet" archive="tst.jar" width="1" height="1">';
}
function getImage() {
obj = document.getElementById('paste-image');
postTo = "Http://SERVERNAME/PATH/TO/shoot.php"; // Change this to your URL
image = obj.getClipboardImageURL(postTo); // Also got error here "Object doesn't support this property or method."
if (image) {
url = "shots/" + image;
document.getElementById("target").src = url;
document.getElementById("url").value = document.getElementById("target").src; // to get full path, hack, I know ;)/>/>
document.getElementById("container").style.display = "";
}
}
</script>
Java Applet in IE9 "NOT" Working.
Page 1 of 14 Replies - 77 Views - Last Post: 29 January 2013 - 08:55 PM
#1
Java Applet in IE9 "NOT" Working.
Posted 29 January 2013 - 05:31 PM
Hello, i don't know if i am the right section of the forum the page this topic. Anyways, I'm using Java7u11 but when i open my webpage file and i call the applet using Javascript it only display a blank page. I already tried what i search through out the internet, Re-install Java , lower down the security of IE9 , Enable ActiveX Filter, and so on. I tried it in Google Chrome and it works fine. But I need it to run in IE9. Any help would be appreciated.
Replies To: Java Applet in IE9 "NOT" Working.
#2
Re: Java Applet in IE9 "NOT" Working.
Posted 29 January 2013 - 06:07 PM
It's probably just activex filtering. Turn it off. If that doesn't work, then sorry, but IE does suck.
#3
Re: Java Applet in IE9 "NOT" Working.
Posted 29 January 2013 - 06:17 PM
I see two problems here.
Applet
And..
Internet Explorer.
Applet
And..
Internet Explorer.
#4
Re: Java Applet in IE9 "NOT" Working.
Posted 29 January 2013 - 07:25 PM
@Farrel, i've that one already, but still error occurs.
@Ghlavac , and ? any solution ?
@Ghlavac , and ? any solution ?
#5
Re: Java Applet in IE9 "NOT" Working.
Posted 29 January 2013 - 08:55 PM
Shiternet explorer doesn't work well period, you're probably trying to do something in your javascript it doesn't support or something.
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote




|