View Single Post
  #2 (permalink)  
Old 08-03-2007, 08:41 PM
hardwired hardwired is offline
Senior Member
 
Join Date: Jul 2007
Posts: 1,222
hardwired is on a distinguished road
Code:
CardText=getParameter("word1");
Will be looking for a param tag like this in the applet tag
Code:
<PARAM NAME="word1" VALUE="card text in here">
Reply With Quote