Frame & Scroll :-(( [JavaScript] - Programmation
Marsh Posté le 06-03-2001 à 14:39:00
Personne ne sait faire ?
C'est pas un truc du style : parent.frame[1].frame[0].document.scroll(..) ?
J'ai essayé plusieurs solution dans ce style et je n'ai pas trouvé comment faire :-((
Marsh Posté le 05-03-2001 à 23:11:39
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+