onClick med target
HejJeg bruger dette script:
onMouseOver="this.style.backgroundColor='#666666'; this.style.cursor='hand';" onMouseOut="this.style.backgroundColor='#333333';" onClick="window.location.href='http://www.side.dk/test.htm'"
Dette virker fint men jeg kunne godt tænke mig at test.htm blev vist i en iframe kaldet "temp" - hvordan gør man det?
