srikanth narra

Greenhorn
+ Follow
since Jun 28, 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 srikanth narra

Hi Arul,
I did it but it is still saying that class not found when the html is run in the browser.I appreciate your willingness to get back to me.
Thanks
Sri Narra.
22 years ago
Hi,
I need to run an applet by clicking a hyperlink.The following is the piece of code which i tried.It opens a new window but the applet does not run.

function openAppletWindow() {
var win=window.open("","","location=0,menubar=0,resizable=0,toolbar=0,status=0,height=150,width=500");
win.document.writeln('<APPLET WIDTH=100 HEIGHT=100 NAME="applettohtml.html" CODE="applettohtml.class"</APPLET>');
}
</script>
<p><a href="javascript penAppletWindow()">Click here to start
Applet</a>
</p>

Arul has suggested me on this before.I am new to java and javascript.I dunno whether this is too simple.But i am not able to figure out what is going on...
Thanks.
Srikanth Narra
22 years ago
Hi,
Can any one of you tell me how to start an applet running by clicking a hyperlink or a button on a HTML page? I think this is possible.I will be glad if any one can give a small piece of code which does this.
Thank You.
22 years ago
Hi,
I have an applet and a html file in same directory.when i run the HTML file in a browser i have a hyperlink which when clicked should execute the applet.This HTML file is not the file we write when we write an applet and call that with applet viewer.Hope you got what i am saying.I will be glad if u can answer the other Q posted by me.Thanx for your fast and prompt reply.
Srikanth Narra.
22 years ago
Hi,
I have a hyperlink in a HTML page.click of this link should execute one of my applets.I havent done this before.I will be glad if any one can present a piece of code and make things easy for me.
Thanx.
22 years ago
Hi,
I need to close an applet with click of a button.I tried with system.exit and dispose .Both of them failed.how to do this???
thanks
Srikanth narra
22 years ago