A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
The Mikado Method
this week in the
Agile and other Processes
forum!
JavaRanch
»
Java Forums
»
Java
»
Applets
Author
parameter to applet problems
Charlotte Shearrill
Ranch Hand
Joined: Dec 07, 2001
Posts: 34
posted
Apr 11, 2002 08:12:00
0
I want to pass a parameter to my
java
applet
. Am I passing myParamNumber value correctly with the following code?
<HTML> <HEAD> <TITLE>EXPANDABLE TREE PROGRAM</TITLE> </HEAD> <hr> <OBJECT classid="clsid:123whatever" width="800" height="400" align="baseline" codebase="http://java.sun.com/products/plugin/1.3/jinstall-1_3-win.cab#Version=1,3,0,0" > <PARAM NAME="code" VALUE="myFile.class"> <PARAM NAME="codebase" VALUE="."> <PARAM NAME="type" VALUE="application/x-java-applet;version=1.3"> <PARAM NAME="myParamNumber" VALUE="555555"> <COMMENT> <EMBED type="application/x-java-applet;version=1.3" width="800" height="400" align="baseline" code="myFile.class" codebase="." pluginspage="http://java.sun.com/products/plugin/1.3/plugin-install.html" > <NOEMBED> </COMMENT> No Java 2 support for APPLET!! </NOEMBED> </EMBED> </OBJECT> <hr> </BODY> </HTML>
thanks.
charlotte
Thomas Smets
Ranch Hand
Joined: Dec 11, 2001
Posts: 111
posted
Apr 29, 2002 15:28:00
0
Well just do a System.out.println(""); of all the values you get
as parameters, you'll know for your self !
Thomas,
Thomas Smets
Just another developper
I agree. Here's the link:
jrebel
subject: parameter to applet problems
Similar Threads
Swing back to AWT
classpath issue jdbc-applet
plugin download problem in applet using swing
3 problems with my applet...
Plug-in Versions and Sun Download
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter