Quicky - HTML implementering
<script type="text/javascript">if (location.pathname == '/test/Hvalpe/') {
document.write('<img border="0" src="../images/FrontHvalpe.gif" width="70">');
} else {
HER
}
</script>
HVOR DER STÅR "HER" vil jeg gerne have følgende ind
<img border="0" src="../images/FrontFeluca.gif" style="opacity:0.4;filter:alpha(opacity=40)"
onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100"
onmouseout="this.style.opacity=0.4;this.filters.alpha.opacity=40" height="70">
HELP ?
