mirage228
Mitglied
also ich hab ne datei "index.html"
und der wird per tag die varialbe url übergeben ("index.html?URL=abc.html" z.B.). Falls URL== "" dann soll der die standarddatei "main.html" benutzen. Nun muss das ganze noch in ein Frame! Aber ich weiss net wie!
bei mir meint der immer:
The requested URL /mirage228/home/< was not found on this server
kann mir jmd. helfen?
thx
mirage228
p.s.: ich hab das forum schon dursucht hab aber nichts für mein problem gefunden =(
und der wird per tag die varialbe url übergeben ("index.html?URL=abc.html" z.B.). Falls URL== "" dann soll der die standarddatei "main.html" benutzen. Nun muss das ganze noch in ein Frame! Aber ich weiss net wie!
PHP:
<?
If ($URL == "") {$URL = "main.html"}
?>
<frameset framespacing="0" bordercolor="black" frameborder="0" rows="101,*">
<frame name="header" noresize src="header.html" frameborder="no">
<frameset framespacing="0" bordercolor="black" frameborder="0" cols="25%,*">
<frame name="navigation" width=25% src="navbar.html" frameborder="0">
<frame name="content" frameborder="0" width=75% scrolling="yes" src="<? $URL ?>" // <-- wie soll man das machen????
frameborder="0">
</frameset>
bei mir meint der immer:
The requested URL /mirage228/home/< was not found on this server
kann mir jmd. helfen?
thx
mirage228
p.s.: ich hab das forum schon dursucht hab aber nichts für mein problem gefunden =(