devara naveen

Greenhorn
+ Follow
since May 01, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by devara naveen

How to make .exe file run through browser the only way i can find is through java.lang.Runtime or
var wsh = new ActiveXObject('WScript.Shell');
if (wsh)
wsh.Run("notepad");
But to get java.lang.* package.if we use directly it says java is undefined.
and in second one it is giving Automation Server can't be created.
hai again manav,
What i can tell is similar to Live Connect in Netscape IE provides Active X controls.
hai manav
the thing what i wanted is not from applets i want it from javascript if you get it from applets it's not great i think doing this applets is not very difficult because it comes under basics in applets.
I am giving the code which works in Netscape
var frame=new Packages.java.awt.Frame("Java script");
frame.add(new Button("Test"));
frame.pack();
frame.show();
Try to work it through IE browser in Netscape i have got it.
hoping for correct reply.
The question which bothers me is like how to import java packages through javascript that to through IE browser.
like eg:
var r=new java.awt.Frame("Testing");
while running this on IE is giving java is undefined.
If anyone has solution please send me at dbnaveen@rediff.com.
The question which bothers me is like how to import java packages through javascript that to through IE browser.
like eg:
var r=new java.awt.Frame("Testing");
while running this on IE is giving java is undefined.
If anyone has solution please send me at dbnaveen@rediff.com.