Hi,bei folgendem Code:
will ich das inhalt.html immer die seite ist die ich in der navigation anklicke,wie mach ich das,wenn ich also auf gästebuch klicke das dann der frame in dem jetzt inhalt.html anngezeigt wird gästebuch.html(oder php^^) anzeigt.
Danke im voraus,
Xalon
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"> <HTML> <HEAD> <TITLE>Home</TITLE> </HEAD> <frameset rows="20%,90%" border="0" frameborder="0" framespacing="0"> <frame ="logo.html"> <frameset cols="20%,90%" border="0" frameborder="0" framespacing="0"> <frame ="navigation.html"> <frame ="inhalt.html"> </frameset> </frameset> </HTML>
Danke im voraus,
Xalon
Kommentar