Results 1 to 3 of 3
Thread: Giving Inputs to Java Applet
- 10-05-2009, 02:08 PM #1
Member
- Join Date
- Oct 2009
- Posts
- 5
- Rep Power
- 0
- 10-05-2009, 02:53 PM #2
U can pass parameter to Applet like this below from html
<HTML>
<HEAD>
<TITLE> Draw String </TITLE>
</HEAD>
<BODY>
This is the applet:<P>
<APPLET code="DrawStringApplet" width="300" height="50">
<PARAM name="Message" value="Howdy, there!">
This page will be very boring if your
browser doesn't understand Java.
</APPLET>
</BODY>
</HTML>Ramya:cool:
- 10-05-2009, 03:08 PM #3
Member
- Join Date
- Oct 2009
- Posts
- 5
- Rep Power
- 0
Similar Threads
-
closing form and giving focus to all parents?
By saeed144 in forum New To JavaReplies: 3Last Post: 04-08-2009, 04:11 PM -
Giving Warning
By tanmoy.b81 in forum New To JavaReplies: 1Last Post: 12-24-2008, 09:21 AM -
Giving Change: A Rudimentary Program (Questions)
By carlodelmundo in forum New To JavaReplies: 8Last Post: 08-13-2008, 11:33 PM -
How to create this if many inputs?
By sarahannel123 in forum New To JavaReplies: 3Last Post: 05-18-2008, 04:22 PM -
Java program that stores user inputs
By staticy2003 in forum Advanced JavaReplies: 6Last Post: 01-24-2008, 07:46 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks