Existingly, I have this program it is a color table containing different colors...
--------------------------
----------
----------
----------
----------
--------
<table border='0' width='220' height='180' cellpadding="0" cellspacing="0" class="bordertable">
<tr><td bgcolor='#F4F4F4'valign="m
iddle" align="center">
<form name="f" action="" method="get">
<div align="center"><b> XSL Colour Chart </b></div>
<table border="5" cellpadding="0" cellspacing="1" >
<tr>
<td><img src="colourlibrary/mintcre
am.gif" onClick="f.text1.value='mi
ntcream'" onMouseOver="f.text1.value
='mintcrea
m'"></imag
e></td>
<td><img src="colourlibrary/bisque.
gif" onClick="f.text1.value='bi
sque'" onMouseOver="f.text1.value
='bisque'"
></image><
/td>
<td><img src="colourlibrary/mistyro
se.gif" onClick="f.text1.value='mi
styrose'" onMouseOver="f.text1.value
='mistyros
e'"></imag
e></td>
<td><img src="colourlibrary/paletur
quoise.gif
" onClick="f.text1.value='pa
leturquois
e'" onMouseOver="f.text1.value
='paleturq
uoise'"></
image></td
>
<td><img src="colourlibrary/palegre
en.gif" onClick="f.text1.value='pa
legreen'" onMouseOver="f.text1.value
='palegree
n'"></imag
e></td>
<td><img src="colourlibrary/papayaw
hip.gif" onClick="f.text1.value='pa
payawhip'"
onMouseOver="f.text1.value
='papayawh
ip'"></ima
ge></td>
</tr>
--------------------------
----------
----------
----------
----------
---------
The coding below uses a drop-down menu to call the color file. How do I program the above color table to call the same color file. And where do I embed the coding so that the program above does the same thing the one below does. Please Help!!!
--------------------------
----------
----------
----------
----------
---------
<form name="selection4" method="post" action="savexml.asp">
<div align="left"><font size=1 face="Verdana" color="#000000">
<B><a href="javascript:showprevi
ew_brief(s
election4.
xmlfileid.
value)"><i
mg src="previewiconimage.gif"
border="0" alt="source preview"></a>
<input type="hidden" name="xmlfileid" value="/MyProj/DEFAULT/lef
t.xml"> Left.XML </B>
</div>
</td><td><div align="left"><font size=1 face="Verdana" color="#000000">XSL Stylesheet</font></div>
<div align="left"><font size=1 face="Verdana" color="#000000">
<select name="xslfileid">
<option value="/MyProj/DEFAULT/lef
t.xsl">Def
ault Style
<option value="/MyProj/DEFAULT/dar
kgray.xsl"
>DarkGray Style
<option value="/MyProj/DEFAULT/ora
ngegold.xs
l">DarkOra
nge Style
<option value="/MyProj/DEFAULT/vio
let.xsl">V
iolet Style
</select>
</div>
</td>
<td width="80"><div align="left">
</td>
<td width="80"><div align="left">
<input type="image" src="savesettingsbutton.gi
f" id="btnSubmit" name="btnSubmit" value="Save Settings" /></div>
</td></form>
<td width="80"><div align="left"><input type="image" src="previewbutton.gif" name="button" value="Preview XML with selected Stylesheet" onClick="transformxmloutpu
t_1()"></d
iv>
</td>
</tr>
</table>
--------------------------
----------
----------
----------
----------
---------
Thanks Heaps!