Voilà le pb,
J'ai une structure comme celle-ci
<html>
<head>
</head>
<FRAMESET ROWS="100,*" >
<FRAME SRC=top.html>
<FRAMESET COLS="50%,*" ROWS="50%,*">
<FRAME SRC=1.html NAME="1">
<FRAME SRC=2.html NAME="2">
<FRAME SRC=3.html NAME="3">
<FRAME SRC=4.html NAME="4">
</FRAMESET>
</FRAMESET>
</html>
Et je voudrais que top.html fasse scoller les autres cadres, comment je fais?
Merci
A+