function ladenProdukt()
{
parent.navigation.location = "navi_product.cfm";
parent.hauptframe.location = "produkte.cfm";
}
Wieso funktioniert es in Netscape 4.7 nicht. Der Link kann nicht einmal angewählt werden.??
- Vielleicht, weil es parent.navigation.location.href = "navi_product.cfm";
und parent.hauptframe.location.href = "produkte.cfm";
heißen müsste??