Hallo,
kann mir jemand helfen wie ich in dem folgenden HTML Code, die Farbe
des Buttons änder kann?
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<link rel="File-List" href="Pageauswahl-Dateien/filelist.xml">
<title>Hier können sie zu folgenden Int</title>
<!--[if !mso]>
<style>
v:* { behavior: url(#default#VML) }
o:* { behavior: url(#default#VML) }
.shape { behavior: url(#default#VML) }
</style>
<![endif]--><!--[if gte mso 9]>
<xml><o:shapedefaults v:ext="edit" spidmax="1027"/>
</xml><![endif]-->
</head>
<body>
<p> </p>
<p><!--[if gte vml 1]><v:shapetype id="_x0000_t202"
coordsize="21600,21600" o:spt="202" path="m,l,21600r21600,l21600,xe">
<v:stroke joinstyle="miter"/>
<v:path gradientshapeok="t" o:connecttype="rect"/>
</v:shapetype><v:shape id="_x0000_s1025" type="#_x0000_t202" alt="" style='position:absolute;
left:-9pt;top:15pt;width:281.25pt;height:31.5pt;z-index:1' filled="f"
stroked="f">
<v:textbox>
<table cellspacing="0" cellpadding="0" width="100%" height="100%">
<tr>
<td align="center">Hier können sie zu folgenden Internetpresänts
gelangen</td>
</tr>
</table>
</v:textbox>
</v:shape><![endif]--><![if !vml]><span style='mso-ignore:vglayout;position:
absolute;z-index:1;left:-12px;top:20px;width:379px;height:46px'><img width=379
height=46 src="Pageauswahl-Dateien/image001.gif" v:shapes="_x0000_s1025"></span><![endif]><SCRIPT LANGUAGE="JavaScript">
<!--
function jump(form) {
var myindex=form.dest.selectedIndex
location=form.dest.options[myindex].value;
}
//-->
</SCRIPT></p>
<FORM NAME="forms">
<SELECT NAME="dest" SIZE=1>
<OPTION SELECTED VALUE="http://www.mikeweiper.de">Mike Weiper
<OPTION VALUE="http://www.mypagemaker.de">myPagermaker
<OPTION VALUE="http://www.stefanhempe.de">Stefan Hempe
</SELECT>
<INPUT name=""#003366"" TYPE="BUTTON" id=""#003366"" onClick="jump(this.form)" VALUE="Start">
</FORM>
</body>
</html>
Gruß Mike