How to make other frame's button disabling?
Dear Everyone
I make 3 frames program, I want at frame "show_kaisou" to make frame
"show_button"'s button name = "bango" disabling, who can tell me how
can I do it? Thanks in advance.
Wang Suya
<FRAMESET COLS = "20%,80%">
<FRAMESET ROWS = "100,*">
<FRAME SRC="button.php" name="show_button">
<FRAME SRC="auto.php" name="show_kaisou">
</FRAMESET>
<FRAME SRC="main.php" name = "main">
</FRAMESET>
</head>
<body>
</body>
</html>
_EOD_;