Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Parameter Parsing

Status
Not open for further replies.

Toyman

Programmer
Jun 19, 2001
68
GB
Hi

I want to do the following...

Pass a parameter to a HTML page, which has an applet. One of the parameters of the APPLET is the parameter passed to the HTML page.

So
HTML page one has a link <a href=
So how do a get the parameter past by the first HTML page ?

How do I know reference that parameter in the param tag of the applet tag

e.g
<APPLET
code = &quot;bla bla bla.class&quot;
width = &quot;800&quot;
height = &quot;300&quot;
archive = &quot;bla bla bla.jar&quot;>
<param name=&quot;myparam&quot; value=THE VALUE PASSED FROM FIRST HTML PAGE !!!!>
</APPLET>

Thanks
Toyman
 
your call dwarf...

Known is handfull, Unknown is worldfull
 
that was an incomplete post. the problem can be solved by XML dwarfthrower has a good idea bout it. search this fourm also...

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top