Remplacer des frames par des pseudo-frames
bonjour, voici mon code:
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>presentation</title>
</head>
<frameset rows="125,*" cols="*" framespacing="0" frameborder="NO" border="0">
<frame src="band_h.htm" name="Frame1_1a" scrolling="NO" noresize id="Frame1_1a" >
<frame src="cad_pres.htm" name="Frame1-1b" id="Frame1-1b">
</frameset>
<noframes><body>
</body></noframes>
</html>. |
je cherche comment remplacer ces frames avec un code php.
merci bien