Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
or to get an image to put in a table when a certain variable is selected where the variable name is thename of the image in the location below.print" <TD width=60>Team 1 </TD>" print"<TD width=200>" print"<P align=center><SELECT name=Team1 size=1>" print"<OPTION selected value=101>$variable</OPTION>" print"<OPTION value=103>something</OPTION>" print"<OPTION value=103>somethingelse</OPTION>"
Print”<td width="495"><img border="0" src="images/ $variable.jpg" widt +h="430" height="80"></td>” can u do this???
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: cgi output.
by Masem (Monsignor) on Mar 16, 2001 at 02:15 UTC | |
|
Re: cgi output.
by chromatic (Archbishop) on Mar 16, 2001 at 02:14 UTC | |
|
Re: cgi output.
by andye (Curate) on Mar 16, 2001 at 17:49 UTC | |
|
Re: cgi output.
by faerloche (Sexton) on Mar 16, 2001 at 08:09 UTC |