![]() Preserved Topic: three state button and multiple target frames .... (Page 1 of 1) |
|
---|---|
Nervous Wreck (II) Inmate From: victoria, bc |
![]() i 'm designing a new layout for my webpage, and while i can either get a three state button (off, on and selected) and i can target multiple frames to update on single button clicks, i can't seem to get both scripts to work at once. |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
![]() <A HREF="javascript:;" ONCLICK="top.frames['frame1'].location = 'file2.html'; top.frames['frame2'].location = 'file1.html';" ONMOUSEOVER="" ONMOUSEDOWN="" ONMOUSEOUT="">GO!!!</A> |
Nervous Wreck (II) Inmate From: victoria, bc |
![]() its a beautiful thing! |
Maniac (V) Mad Scientist From: TipToToe |
![]() Yah you need to toggle them. Thats your swap script. Onclick swap all your button images back to thier OFF state + set the button you clicked to its on state. |